From cdec8c4efd219ad040539b6d06a21823d0d10b60 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Sun, 19 Nov 2023 01:29:39 +0100 Subject: [PATCH] Release: v2023.11.3 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c6d97289..ac6539f90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## v2023.11.3 +This release contains yet more packaging and distribution-related changes, including some required for packaging the project for NixOS. + +### Backend +- The backslash character is now correctly escaped in `sqlLikeEscape`, fixing search queries containing backslashes + +### Infrastructure and governance +- The Dockerfile was streamlined and now builds the project with an immutable lockfile in the first stage + +### Miscellaneous +- The `focus-production` yarn script now also updates `.yarnrc.yml`, fixing builds in some packaging environments +- The default locale was changed to `en-US`, which should fix translation-related UI issues +- A new yarn script - `pack-yarn` - was added to assist with packaging the project on NixOS + +### Attribution +This release was made possible by project contributors: Jeder, Laura Hausmann & Pyrox + ## v2023.11.2 This release primarily contains project maintenance changes. For the first time, we are also distributing binary packages! Currently we support Arch Linux, DEB & RPM based distributions will follow. diff --git a/package.json b/package.json index c456fdbd7..4284d7bc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iceshrimp", - "version": "2023.11.2", + "version": "2023.11.3", "codename": "aqua", "repository": { "type": "git",