Files
amethyst/docs/changelog/v0.75.00.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

1.5 KiB

Release v0.75.0 Replies and Boosts in NIP94/95, Lib Updates - 2023-08-23

  • Separates NIP24 implementation into the encryption NIP 44 and the messaging NIP 24
  • Migrates to Compose 1.5.0, Updates Gradle plugin, Compose navigation, exoplayer, and vico dependencies to the latest.
  • Saves some Notification Tab loading time by adding a check if a notification was already asked and rejected
  • BugFix on bundled update dispatchers being on the wrong thread
  • Faster daily reaction row compositions in the Notification tab
  • Protects contact lists from pruning of all accounts in the device.
  • Prunes events that are not from or cite one of the logged-in accounts
  • BugFix Force Relay Reconnection when broadcasting new events.
  • Small refactoring to create the PrivateZap Event for Quartz
  • Activates pull to refresh on the Stories feed.
  • Base support for Calendar events
  • Migrates Addressable Events to a Base class on Quartz
  • Refactors replaceable Event consumers into a single main function
  • Activates pruning of old replaceable versions
  • Adds replies and boosts buttons to Stories
  • Adds Thai translation @npub1vm0kq43djwdd4psjgdjgn9z6fm836c35dv7eg7x74z3n3ueq83jqhkxp8e
  • Removes Zap events from search.
  • Corrects imePadding of the NewPostView
  • Fixes quotes and boost previews for NIP94 and NIP95 content

Changes