Files
amethyst/docs/changelog/v0.75.01.md
T
Claude 81128ba74a docs: split CHANGELOG into per-version files under docs/changelog
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.
2026-06-13 18:24:10 +00:00

764 B

Release v0.75.1: Status updates - 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