Files
amethyst/docs/changelog/v1.03.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

2.1 KiB

Release v1.03.0: Built-in video recording - 2025-09-02

#Amethyst v1.03.0: Built-in video recording

New Features:

Improvements:

  • Improves the list of visible authors on live stream bubbles
  • Adds the error status to the URL normalizer to avoid checking it again
  • Adds a follow list state from kind 3 to keep following users in memory.
  • Moves from RelationshipStatus to ContactCard as per NIP update

Fixes:

  • Removes crashing relay URIs with null-encoded bytes (%00)
  • Reverts to using androidLibrary plugin for Quartz until KMP publishing guidance is updated. by @npub1a3tx8wcrt789skl6gg7rqwj4wey0j53eesr4z6asd4h4jwrd62jq0wkq4k
  • Fixes product title when in a quoted post
  • Fixes live flag for streaming when the URL is not available anymore.
  • Fixes bug on opening the Relay Settings page with duplicated Trusted and Blocked relays.
  • Avoids NPEs in the maxOfOrNull iterator with concurrent lists
  • Assemble NIP-17 Crash Report properties as a table and crash as a code block
  • Improves the design of the Crash Report permission screen with a cancel button.
  • Adds basic support for expirations in DMs

Updated Translations

Download: http://amethyst.social

Changes