mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-10 08:27:04 +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.
18 lines
764 B
Markdown
18 lines
764 B
Markdown
# [Release v0.75.1: Status updates](https://github.com/vitorpamplona/amethyst/releases/tag/v0.75.1) - 2023-08-24
|
|
|
|
https://cdn.nostr.build/i/c56a49811acd3a79a2b9b27d61c867d7132601157d6569f3d4d580446127d212.jpg
|
|
|
|
- Adds support for NIP-315: Status Updates
|
|
- Adds support for NIP-40: Expiration Timestamp, prunes events accordingly
|
|
- Only renders status if the nip05 checks pass
|
|
- Updates status on the Drawer
|
|
- Reduces font size for statuses and nip05s
|
|
- Animates a rotation of statuses if more than 1 is found
|
|
- Displays clickable links in the status row if they are present.
|
|
- Moves Manifest to target Android API 34
|
|
- Moves livedata creation to long-lived objects
|
|
|
|
[Changes][v0.75.1]
|
|
|
|
[v0.75.1]: https://github.com/vitorpamplona/amethyst/compare/v0.75.0...v0.75.1
|