mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-10 00:16:59 +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.
15 lines
836 B
Markdown
15 lines
836 B
Markdown
# [Release v0.77.7: Immersive scrolling](https://github.com/vitorpamplona/amethyst/releases/tag/v0.77.7) - 2023-09-21
|
|
|
|
- Animates top and bottom bars out of the way when scrolling by [@greenart7c3](https://github.com/greenart7c3)
|
|
- Removes the need for the split payment popup for only one invoice
|
|
- Removes the flickering on chat screens when the bottom bar disappears
|
|
- Fixes video keeps playing in the background bug when pressing the bottom bar twice
|
|
- Moves reaction calls to the viewModelScope
|
|
- Protects against crashing on null contact lists
|
|
- Migrates alt descriptions of NIP-94 and NIP-95 from .content to alt tag
|
|
- Adds a new line limit to the char limit of the Show More button by [@davotoula](https://github.com/davotoula)
|
|
|
|
[Changes][v0.77.7]
|
|
|
|
[v0.77.7]: https://github.com/vitorpamplona/amethyst/compare/v0.77.5...v0.77.7
|