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

4.6 KiB

Release v0.89.0: Profile Galleries, nip96 server setup and relay recommendations - 2024-07-16

This version adds Profile Galleries, flexible NIP-96 image server settings and relay recommendations based on the outbox model. To add an image to your Gallery, click on the Share button and hit Add Media to Galery. This works on posts from you or from other people.

Features:

Performance Improvements:

  • Reduces interruptions to the main thread
  • Adds performance monitors for framedrops in benchmark mode

BugFixes:

  • Several improvements in the Push Notification API to never miss a Zap
  • Fixes lack of text update when switching edited versions
  • Fixes poll rendering behavior after deleting an option by @npub1a3tx8wcrt789skl6gg7rqwj4wey0j53eesr4z6asd4h4jwrd62jq0wkq4k
  • Fixes discovery top nav list watcher staying active when the app goes to the background
  • Fixes scoping issues with flattenMerge freezing Top Nav List updates
  • Fixes Top Nav lists after a deletion event has been received
  • Fixes a bug on clicking the user profile but loading the wrong one
  • Fixes the post button disappeering when the Relay Settings top label is too large
  • Fixes text cut off for very long posts by @npub1w4uswmv6lu9yel005l3qgheysmr7tk9uvwluddznju3nuxalevvs2d0jr5
  • Fixes double auth triggering NOTIFY from inbox.nostr.wine

Updated translations:

Code Quality Improvements:

  • Removes decryption for DVM responses since it doesn't encrypt statuses
  • Upgrades lifecycle to 2.8.3, Kotlin to 2.0.0, Lint to 1.3.1 and AGP to 8.5.1
  • Migrates sdk requirements to the version catalog
  • Removes unnecessary dependencies for Ammolite
  • Fixes several memory issues on CI due to Kotlin 2.0
  • Removes the bugfix for reproducible builds since it has been fixed
  • Solves build slowdown on spotless dependencies

Download via Obtainium or Zap.Store

Changes