mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-09 16:14:40 +00:00
The single CHANGELOG.md had grown to ~7.9k lines. Move it to docs/changelog/ with one file per release, named with zero-padded minor/patch versions (e.g. v1.11.00.md) so plain file browsers sort them correctly. Add a README.md index (newest first) and a TEMPLATE.md for cutting new releases. The root CHANGELOG.md now points to the new location.
2.0 KiB
2.0 KiB
Release v0.89.10: Smaller memory footprint - 2024-08-09
- Improved filter for notifications
- Moves service manager to the Application class
- Adds protections against filters with empty arrays because some relays consider that null as opposed to empty.
- Delete All Drafts now requires maximum chunks of 200 elements to avoid the 65KB stringified JSON limit of many relays.
- Updates translate dependencies
- Reducing the amount of CPU memory used for images to the default.
- Improves wording on the name of relay types
- Marks username as deprecated
- Adds zap amount cache for the memory space calculations
- Allows users to select and copy the notice from the relay on the relay list dialog
- Fixes the clickable regions to open additional relay info on the relay list dialog.
- AGP to 8.5.2