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

7.5 KiB

Release v0.94.0 Encrypted Media on DMs - 2025-01-03

Now every upload on DM chats will be encrypted to the destination's pubkey following the same spec 0xChat uses. This offers a massive update in privacy from the common "hidden link" design. The encrypted blobs are sent to NIP-96 and Blossom servers. Make sure your server accepts encrypted blobs. Sattelite and void.cat do accept. We redesigned our upload screens to allow multiple images/videos at the same time on new posts, stories and chats encryption. Error handling was also improved with the screens now allowing you to try again to a different server.

Features:

  • Adds support for encrypted media uploads on NIP-17 DMs
  • Integrates with Pokey's Broadcast receiver.
  • Expands the Around me filter to 50km
  • Shows NIP-22 replies in the replies tab of the user profile
  • New upload screen for chats
  • When uploads fail, the screen stays live to allow changing the server and trying again.
  • Improves the padding in the layout of the gallery
  • Allows multi-images posts to be displayed in the Profile gallery
  • Refactors zap error message screen to allow sending messages directly to each split receiver with their error
  • Adds support for multiple media uploads at the same time.
  • Adds support to display PictureEvents with multiple images at the same time
  • Adds QR code private key export dialog by @npub1e2yuky03caw4ke3zy68lg0fz3r4gkt94hx4fjmlelacyljgyk79svn3eef
  • Added Gamestr custom hashtag icon by @npub1e2yuky03caw4ke3zy68lg0fz3r4gkt94hx4fjmlelacyljgyk79svn3eef
  • Switches to the right account from push notification's click
  • Adds new picture and video events to the user profile gallery
  • Adds basic support for RelationshipStatus to Quartz

Fixes:

  • Fixes bug that resets localhost relay settings.
  • Moves to using cancellable coroutines to avoid cancelling the parent thread all together.
  • Fixes the navigation padding on Samsung devices for the Shorts tab.
  • Fixes the chat's input field behind Samsung's app bar on tablets
  • Fixes notes appearing of replies for some recipes
  • Removes the swipe to delete draft from right to left. Only left to right remains available.
  • Solves crashing when a p-tag contains only "ffff"
  • Fixes edge to edge issues when the keyboard is shown on the Media Server settings.
  • Fixes keyboard overriding the relay settings screen
  • Fixes double quotes on NIP-28 Channel messages
  • Fixes cosine caching on Blurhash
  • Fixes download and loading image icon not showing on posts when text overflow by @npub1w4uswmv6lu9yel005l3qgheysmr7tk9uvwluddznju3nuxalevvs2d0jr5
  • Fixes lack of notification when a new account is logged into the app and before the app restarts.
  • Fixes displaying an old result when coming back to a DVM screen
  • Fixes the bugs from migrating video events to imeta tags
  • Removes pull to refresh from gallery

Performance:

  • Increases the number of possible active video playbacks on the screen to 20
  • 10x better performance on Blurhash generation
  • Improves search by npubs to use all relays.

UI Improvements:

  • Avoids cutting off some of the users in the Pay intent screen
  • Adds toast message when the video/image starts downloading by @npub1e2yuky03caw4ke3zy68lg0fz3r4gkt94hx4fjmlelacyljgyk79svn3eef
  • Remove crossfades and double composition on image loading/success
  • Improves Uploading feedback for the NewPost screen
  • Optimizes user search to account for names that start with the typed prefix
  • Several accessibility improvements by @npub1e2yuky03caw4ke3zy68lg0fz3r4gkt94hx4fjmlelacyljgyk79svn3eef
  • Simple refactoring to newer versions of the clickable text
  • Migrates Video events to imeta tags
  • Removes youtu.be links from the video feed.
  • Checks for video file types in uppercase as well as lowercase

Code quality:

  • Move relay dialog to a route by @npub1w4uswmv6lu9yel005l3qgheysmr7tk9uvwluddznju3nuxalevvs2d0jr5
  • Refactors user tagging lists to generalize them
  • Updates zoomable, vico, mockk, kotlin, compose Bom, firebase, navigation compose, android camera libs and adaptive acompanist
  • Refactors Ammolite to remove the dependency on OkHttp to prepare for KTor and multiplatform settings.
  • Reduces the singleton coupling between Client and RelayPool.
  • Removes troublesome dependency on blurhash encoder library
  • Restructures contentScale for Images and Video dialogs
  • Refactors Media Uploaders to improve code reuse
  • Refactors iMeta usage on Quartz to move away from NIP-94
  • Removes the use of nostr: uri for notifications
  • Enables a new screen to be routed when new logins happen
  • Removes contract of the old image picker
  • Simplifies the Gallery stack
  • Separates event class that manages general lists and abstracts another intermediary class that manages private tag arrays in its content.

Updated translations:

Download: http://amethyst.social

Changes