mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-09 16:14:40 +00:00
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.
1.2 KiB
1.2 KiB
Release v0.35.1: Private Zaps on Polls - 2023-04-25
- Adds support for poll votes with Private Zaps by @vitorpamplona
- Marks all Zaps to be private by default by @vitorpamplona
- Activates gif preview and translations in Zap Messages by @vitorpamplona
- Improves the performance and UI of Private Zap notifications by @vitorpamplona
- Improves the performance of FileHeader loading by @vitorpamplona
- Opens image dialog in the page of the current selection by @vitorpamplona
- Improves configuration screen for Zap types (double click and click and hold) by @vitorpamplona
- Adds Preview for quote noting by @vitorpamplona
- Adds New Hungarian translations by @ZsZolee BugFix for NIP-47 scheme check by @kiwiidb