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

3.9 KiB

Release v0.91.0 Edge to edge feeds - 2024-09-06

Hidden words now filter by the user's fields as well. You can hide by name, profile picture, banner, lightning and nip-05 addresses and about me fields.

Features:

  • Finishes Edge to Edge transition for Android 15
  • Adds compression settings to the media uploading screen by @npub1e2yuky03caw4ke3zy68lg0fz3r4gkt94hx4fjmlelacyljgyk79svn3eef
  • Adds sliding animations in all inner screens
  • Adds copy stack to clipboard for error messages that have an exception
  • Enables the use of hidden words for all visible properties of the user

Bug Fixes

  • Fixes blank alt field when no alt text is provided on NIP-96
  • Fixes missing Private Home/Outbox relay list after loading from backup
  • Fixes keyboard padding issues when using physical keyboards on the message screens.
  • Fixes token sanitization when using gcompatup with unified push by @npub1w4uswmv6lu9yel005l3qgheysmr7tk9uvwluddznju3nuxalevvs2d0jr5
  • Fixes moving top buttons on the full screen dialog for images and videos.
  • Fixes weird padding of the key backup screen
  • Fixes using npub instead of pubkey in hex when communicating with Amber
  • Fixes blinking on crossfades when the system's light/dark theme is different than the app's theme
  • Fixes a mix of languages after changing language in Settings
  • Fixes disables saving m3u8 files locally (streaming can't be saved)
  • Fixes Community tab not loading up with Global filter
  • Fixes size of default banner when the profile is not loaded yet.

Code Quality Improvements:

  • Inverts Layouts to place Navigation on top of Scaffold and allow custom scaffolds per route
  • Refactors navigation to improve clarity
  • Restructures screens into their own packages
  • Restructures navigation functions as a single object
  • Refactors all TopBars to use default material 3 ones
  • Simplifies the "and 2 more" translations for the relay recommendation user lists
  • Removes unnecessary observers from the transition in the bottom nav layouts.
  • Normalizes cache directories in the Application class
  • Fixes text field recompositions because of new keyboard actions
  • Moves the profile zap to threads
  • Updates to AGP 8.6.0
  • Updates zoomable and kotlin serialization

Updated translations:

Download via Obtainium or Zap.Store

Changes