Files
amethyst/docs/changelog/v0.84.01.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 v0.84.1 Support for NIP-49 - 2024-02-14

#Amethyst v0.84.1: ncryptsec support (NIP-49)

Now you can export and log in with a password-protected version of your private key. This new format starts with ncryptsec and requires inputting a password to decrypt the key before loading it into a client. Keep in mind that the new format is not designed to replace your nsec, but to work side-by-side with it. Keep your nsec in the safest place you can and use the ncryptsec to move your key between devices, deleting it as soon as you are done with the transfer.

New Additions:

  • Adds support for NIP49 to login and back up key screens
  • Adds cryptographic support for NIP-49 to Quartz
  • Enables citation on chats via @
  • Adds "₿itcoin" to the set of custom hashtags

Updated translations:

Performance Improvements:

  • Avoids the memory use of the flatten operation on Notification counters
  • Adds a check for the main thread when pulling opengraph tags.
  • No need to crossfade when clicking on Show More

Code Quality Improvements:

  • Updates Compose dependencies

Download:

Changes