Files
amethyst/docs/changelog/v0.83.13.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.8 KiB

Release v0.83.13: Community and Public Chats early support - 2024-02-12

New Additions:

  • Adds background support for community and public chat list events from NIP-51
  • Removes the confusing notification dot of the discovery tab

Bugfixes:

  • Fixes thread rendering when mention events are added without mentioning any event.
  • Unwrapps the reply message if the GiftWrap was tagged as a reply instead of the correct message id.
  • Fixes Send to Top in the marketplace
  • Fixes text-to-voice accessibility issues in the main feed UI
  • Inverts the order of the hidden users in the security screen: last blocked goes first
  • Fixes crash when mute list has e tags that are not valid hexes
  • Fixes crash when opening an incorrect nostr: uri

Updated translations:

Performance Improvements:

  • Moves language translation cleanup to the IO thread since it clears disk files as well
  • Small adjustments in the re-use of modifiers

Code Quality Improvements:

  • Small refactoring to focus the encrypted storage procedures to the application context.

Download:

Changes