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

1.4 KiB

Release v1.06.2: Multi-choice Polls - 2026-03-24

  • Add poll type selector for single and multiple choice polls
  • Add drag-to-seek support on the video progress indicator
  • Hide video controls on playback start
  • Recording indicator bar stops recording when tapped, not just the small stop icon.
  • Fixes non http uris in the references tag
  • Makes sure quote tags only happen once in events.
  • Removes the clickable NIP-05 URL in the @ tagging of users
  • Reduces the need to compute naddr to index articles in bookmarks
  • Checks if p tags are user pubkeys when loading drafts.
  • Scroll to the replied message when clicking reply preview in chat
  • Add an anonymous reply with a throwaway keypair
  • Fixes pool rendering when one label is large and the other is small
  • Use uri-reference-kmp in commonMain. Remove platform-specific implementations.
  • Avoids crashing the app in URLs with japanese chars
  • Sorts followers into a set to avoid LazyColumn key conflicts.
  • Clickable relay rows on the profile page
  • Move cache lookups from NavHost route lambdas into screen composables
  • Improvements to the status of attestations. Validity first, then Processing status.
  • Fixes Tor Manager flow value and improves Tor binding lifecycle.
  • Simplifies the report feed in the user profile
  • Clears some inconsistencies in translated strings
  • Fixes client tags
  • Fixes routes for AppDefinition events.