From a4ccd41a303984d26c15c8519412abbce19d31db Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Wed, 4 Oct 2023 02:27:09 +0200 Subject: [PATCH] Release: v2023.10.04 --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a57773e1c..5af6af9db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## v2023.10.04 +### Highlights +- New logos, themes & brand colors +- All rust code has been removed (less jank, significantly faster build times) + +### Bug Fixes +- Post boost counts can no longer become negative + +### Performance +- User note lookups are now significantly faster + +### Miscellaneous +- Minor iconograpgy changes +- Translation updates + +### Infrastructure +- Docker builds are now versioned + +### Attribution +This release was made possible by project contributors: AntoineƐ, Aylam, Jeder, Laura Hausmann & moshibar + ## v2023.09.13-rc1 ### Highlights - New branding & documentation diff --git a/package.json b/package.json index 2f507fd2e..e3366b136 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iceshrimp", - "version": "2023.09.13-rc1", + "version": "2023.10.04", "codename": "aqua", "repository": { "type": "git",