Release: v2024.1-beta2
This commit is contained in:
parent
ba67a14a97
commit
438e785c96
2 changed files with 35 additions and 1 deletions
34
CHANGELOG.md
34
CHANGELOG.md
|
@ -1,3 +1,37 @@
|
||||||
|
## v2024.1-beta2
|
||||||
|
This release contains various features & bugfixes, including a security issue. Upgrading is strongly recommended for all server operators.
|
||||||
|
|
||||||
|
### Frontend
|
||||||
|
- Various leftover debug logging has been removed
|
||||||
|
- The MFM nodes `center`, `quote`, `hashtag`, `small` and `strike` are now rendered correctly
|
||||||
|
- Custom emoji are now rendered in a visually consistent way when compared to iceshrimp-js
|
||||||
|
- Non-image attachments are now rendered correctly
|
||||||
|
- Stacking issues with positioned elements have been fixed
|
||||||
|
- Notes in single note view now take up the entire width
|
||||||
|
- The emoji picker has been refactored for improved usability and stability
|
||||||
|
- Content warnings are now preserved when replying
|
||||||
|
- The menu button on notes is now functional, allowing for deleting, redrafting, and opening the original page
|
||||||
|
- The virtual scroller no longer loads infinitely when reaching the end
|
||||||
|
- The ability to search for notes has been implemented
|
||||||
|
|
||||||
|
### Backend
|
||||||
|
- Deleting an emoji now requires admin permissions
|
||||||
|
- The User-Agent header sent with outgoing HTTP requests is now standards compliant
|
||||||
|
- MediaCleanupTask now prints clearer log messages
|
||||||
|
- The Web API now allows for deleting of notes
|
||||||
|
- The Mastodon client API now returns the number of pending follow requests when verifying user credentials
|
||||||
|
- The Web API now allows for cloning of remote emoji
|
||||||
|
- The background task queue no longer tries to delete remote files from the storage backend
|
||||||
|
- The Web API now allow for importing of emoji packs
|
||||||
|
|
||||||
|
### Miscellaneous
|
||||||
|
- The code formatting rules have been updated
|
||||||
|
- The CI pipeline was overhauled and is now more performant and reliable
|
||||||
|
- The Dockerfile was overhauled and now builds faster & results in smaller images
|
||||||
|
|
||||||
|
### Attribution
|
||||||
|
This release was made possible by project contributors: Kopper, Laura Hausmann, Lilian & pancakes
|
||||||
|
|
||||||
## v2024.1-beta1
|
## v2024.1-beta1
|
||||||
This is the first ever tagged release of Iceshrimp.NET, the successor to iceshrimp-js. While it is performant and stable, many features are still incomplete. Check the [README](README.md) for more details.
|
This is the first ever tagged release of Iceshrimp.NET, the successor to iceshrimp-js. While it is performant and stable, many features are still incomplete. Check the [README](README.md) for more details.
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<InvariantGlobalization>true</InvariantGlobalization>
|
<InvariantGlobalization>true</InvariantGlobalization>
|
||||||
<SatelliteResourceLanguages>none</SatelliteResourceLanguages>
|
<SatelliteResourceLanguages>none</SatelliteResourceLanguages>
|
||||||
<VersionPrefix>2024.1</VersionPrefix>
|
<VersionPrefix>2024.1</VersionPrefix>
|
||||||
<VersionSuffix>beta1</VersionSuffix>
|
<VersionSuffix>beta2</VersionSuffix>
|
||||||
<UseCurrentRuntimeIdentifier>true</UseCurrentRuntimeIdentifier>
|
<UseCurrentRuntimeIdentifier>true</UseCurrentRuntimeIdentifier>
|
||||||
<PublishTrimmed>false</PublishTrimmed>
|
<PublishTrimmed>false</PublishTrimmed>
|
||||||
<GarbageCollectionAdaptationMode>1</GarbageCollectionAdaptationMode>
|
<GarbageCollectionAdaptationMode>1</GarbageCollectionAdaptationMode>
|
||||||
|
|
Loading…
Add table
Reference in a new issue