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

3.5 KiB

Release v0.81.3: NIP-88 - 2023-11-29

#Amethyst v0.81.3:

  • Massive refactoring to unify our internal signer with Amber's signer in all supported events
  • Adds NIP-88 NOTIFY request support
  • Migrates our Block list to kind:10000
  • Fixes the breaking of @npubs when other words are combined with the nostr address
  • Adds default encryption and decryption permissions to the Amber login call to avoid multiple Amber screens open at once by @npub1w4uswmv6lu9yel005l3qgheysmr7tk9uvwluddznju3nuxalevvs2d0jr5
  • Adds support for sending/receiving/approving multiple events at once by @npub1w4uswmv6lu9yel005l3qgheysmr7tk9uvwluddznju3nuxalevvs2d0jr5
  • Adds a chat with seller flow to ShopStr's event rendering.
  • Reduces the amount of downloads to build the Notification chart of the week
  • Immediatly force-closes the WebSocket when leaving the app
  • Narrows the re-downloads of event reactions down
  • Fixes the blue notification dot appearing when the user receives a notification from a blocked account before downloading the blocklist
  • Fixes URL Preview card when websites use a blended version of multiple open graph specs
  • Adds a geohash mipmap to event tags
  • Reduces multiple reconnections to relays when the app cold starts.
  • Adds back arrow button to the top of the Nav bar of the Thread view.
  • Fixes race conditions when opening videos at the same time
  • Fixes spacing when drawing POW and Geolocation at the same time
  • Runs the translation as the UI Scope instead of ViewModel's
  • Migrates the event's tag list from List to Array to save some bytes.
  • Increases connection timeouts when on mobile data.
  • Improves the EOSE logic when creating filters by grouping filter requests with similar sinceclauses
  • Fixes video release coroutine being killed by Android, leaving the Video playing in the background
  • Adds a cache of the total amount of Zaps per note
  • Allows sat amounts up to 4 digits without abbreviation @vicariousdrama
  • Improves the rendering of LN Invoice Previews.
  • Fixes error message when parsing LnInvoice
  • Updates several dependencies

Updated translations for:

Download:

Changes