mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-10 08:27:04 +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.
50 lines
3.1 KiB
Markdown
50 lines
3.1 KiB
Markdown
# [Release v0.88.5 Swipe-to-Delete Drafts](https://github.com/vitorpamplona/amethyst/releases/tag/v0.88.5) - 2024-06-28
|
|
|
|
#Amethyst v0.88.5: Swipe-to-Delete Drafts
|
|
|
|
Features:
|
|
- Creates Ammolite, a library to host Relay access for other Nostr Clients by [@npub1w4uswmv6lu9yel005l3qgheysmr7tk9uvwluddznju3nuxalevvs2d0jr5](https://github.com/npub1w4uswmv6lu9yel005l3qgheysmr7tk9uvwluddznju3nuxalevvs2d0jr5)
|
|
- Adds author picture when writing posts and replies.
|
|
- Adds a Swipe to delete action on the Drafts screen.
|
|
- Moves to non-deterministic signatures
|
|
- Renders relay lists (NIP-65, NIP-17, and Search kinds) as notes in the feed.
|
|
- Adds auth.nostr1.com as a recommendation for private inbox relays
|
|
- Adds uploading error messages for common HTTP status codes when uploading images/videos
|
|
|
|
Performance Improvements:
|
|
- Saves a copy of the NIP65 and NIP17 relay lists locally
|
|
|
|
BugFixes:
|
|
- Fixes not showing relay icons when sending chat messages with Amber.
|
|
- Adjusts the size of the reply button on chats
|
|
- Fixes the rendering of highlights when no user is present and includes options to render by e tags
|
|
- Fixes the position of the hash verification icon on NIP-95 images.
|
|
- Avoids using SSL on localhost relays by [@npub1w4uswmv6lu9yel005l3qgheysmr7tk9uvwluddznju3nuxalevvs2d0jr5](https://github.com/npub1w4uswmv6lu9yel005l3qgheysmr7tk9uvwluddznju3nuxalevvs2d0jr5)
|
|
- Fixes alignment of the close button on Chat's reply preview
|
|
- Adjusts default zap amounts for the Zap the Devs button
|
|
- Fixes decryption error on the PrivateOutboxRelayList event for an account that is not currently active.
|
|
- Fixes extra } when rendering hashtags from Markdown
|
|
- Fixes empty filters when the logged-in accounts only include the current account.
|
|
- Fixes bug on string resources showing the same Zap amount and message for different Zap notifications.
|
|
|
|
Updated translations:
|
|
- Polish by [@npub16gjyljum0ksrrm28zzvejydgxwfm7xse98zwc4hlgq8epxeuggushqwyrm](https://github.com/npub16gjyljum0ksrrm28zzvejydgxwfm7xse98zwc4hlgq8epxeuggushqwyrm)
|
|
- French by [@npub106efcyntxc5qwl3w8krrhyt626m59ya2nk9f40px5s968u5xdwhsjsr8fz](https://github.com/npub106efcyntxc5qwl3w8krrhyt626m59ya2nk9f40px5s968u5xdwhsjsr8fz)
|
|
- Chinese by [@npub1raspu6ag9kfcw9jz0rz4z693qwmqe5sx6jdhhuvkwz5zy8rygztqnwfhd7](https://github.com/npub1raspu6ag9kfcw9jz0rz4z693qwmqe5sx6jdhhuvkwz5zy8rygztqnwfhd7)
|
|
- Arabic, Bengali by [@npub13qtw3yu0uc9r4yj5x0rhgy8nj5q0uyeq0pavkgt9ly69uuzxgkfqwvx23t](https://github.com/npub13qtw3yu0uc9r4yj5x0rhgy8nj5q0uyeq0pavkgt9ly69uuzxgkfqwvx23t)
|
|
|
|
Code Quality Improvements:
|
|
- Logs an error message in the Relay Dialog when the relay does not accept a new event
|
|
- Updates dependencies
|
|
- Changes "app" directory to "amethyst" due to the amount of libraries we now have in the same repo
|
|
- Renames JsonFilter to just Filter and adds a matching function
|
|
- Rearranges Quartz's crypto package into separate nips and reduces the amount of circular dependencies.
|
|
- Removes old highlight rendering functions
|
|
- Refactors PlaybackService
|
|
|
|
Download via [Obtainium](http://amethyst.social) or [Zap.Store](https://zap.store/)
|
|
|
|
[Changes][v0.88.5]
|
|
|
|
[v0.88.5]: https://github.com/vitorpamplona/amethyst/compare/v0.88.4...v0.88.5
|