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.
1.9 KiB
1.9 KiB
Release v0.81.5 - 2023-11-30
- Fixes blocked lists on Videos.
- Pre-loads profile/mute list information for all the logged in accounts in the app.
- Fixes bug when creating accounts in the background and trying to create the live set
- Makes relay pool coordinator thread-safe. Forcing the disconnect of an old relay list before connecting to a new one.
- Avoids sending filters with empty follow lists on Videos
- Forces websocket closure onFailure
- Fixes: emitting an empty follow list if it cannot decrypt it
- Caches zap calculations in notification cards.
- Fixes null list names showing before the list is loaded
- Fixes hidden buttons in the Chat floating button
- Fixes all-or-nothing decryption procedure for Zap lists which were failing in a few cases.