mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-09 08:04:45 +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.
3.0 KiB
3.0 KiB
Release v0.89.8: Delete all drafts - 2024-08-02
- Add delete all drafts button
- Enables crossfading between image states
- Signs for just one auth event to register with the push notification service instead of the dozens of events, one per relay.
- Adds the highlight quote to the base URL of a highlight event so that when the user opens the link, it highlights on the page.
- Fix order of Share ImageAction
- Fix copying to clipboard edited notes
- Adds tests for
02and03compressed keys to make sure they can encrypt and decrypt from and to each other. - Updates depedencies
- Fix Flow Release if not subscribed anymore.
- Adds the mint information to each cashu preview
- Fixes Unable to add to media gallery after pressing Show More #993
- Fixes duplicated parsing of content for uncited hashtags
- Better rendering for live streams that are planned but already finished.
- Fixes the need for main thread note loading for galleries
- Simplifies the drawing of gallery entires without e tags.
- Adds support for CashuB tokens using CBOR
- Minimizes relay querying when rotating status events for each user.
- Fixes Client notifications of relay failures after marking them as closed.