From bc86299e433b1e898e19cdf39e2f112b04effde3 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Mon, 4 Dec 2023 16:14:41 +0100 Subject: [PATCH] Release: v2023.12-pre4 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3ecf7a4e..87897e411 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +## v2023.12-pre4 +This release preview primarily fixes bugs & regressions. Note: If you are upgrading from `-pre3` and had the HTML cache prewarm functionality enabled, you might want to clear it (`DELETE FROM "html_note_cache_entry";`), as quote URLs were not stored correctly due to an oversight. + +### Mastodon client API +- The html cache prewarm functionality now correctly includes quote URLs +- Follow status indicators now work properly in apps that rely on an undocumented Mastodon API behavior (e.g. toot!) + +### Backend +- Relative URLs are no longer proxied, fixing the local instance icon indicator in the default configuration + +### UI/UX +- The update check in the admin panel now works as expected +- Toggles now have outlines for better visibility +- The client error screen was improved with new colors and icons +- The Twitter integration was removed, as it hasn't been functional since their API changes +- The apps help button now links to a new page in the repository ([APPS.md](https://iceshrimp.dev/iceshrimp/iceshrimp/src/branch/dev/APPS.md)) + +### Miscellaneous +- The biome code formatter version and configuration were updated +- Various translation updates + +### Attribution +This release was made possible by project contributors: AntoineƐ, AverageDood, Froggo, Laura Hausmann & Pyrox + ## v2023.12-pre3 This release preview primarily contains performance optimizations and regression fixes. Upgrading is recommended especially if you're running a big instance or have more than a couple thousand entries in the `muted_note` table. diff --git a/package.json b/package.json index 8ebbc6851..f4f2fd307 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iceshrimp", - "version": "2023.12-pre3", + "version": "2023.12-pre4", "repository": { "type": "git", "url": "https://iceshrimp.dev/iceshrimp/iceshrimp.git"