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.
4.3 KiB
4.3 KiB
Release v0.79.5 - 2023-10-17
- Forces a filter reset after authentication for inbox.nostr.wine
- BugFix: Resolves a duplicated entry on relay list of Notes
- Avoids testing the signature when the id or sig fields are blank
- Improves the feedback to messages from relays.
- add exception handling for parsing geohash by @jiftechnify
- Only adds a border to video controls when in full screen
- Activates images controllers on click
- Adds a border in the image dialog to avoid overriding controllers.
- Image bleeding into separate page bugfix
- Update dependencies
- Fixes all the other mute list feeds
- fix double encryption on nip04 by @greenart7c3
- try to fix messages being encrypted twice by @greenart7c3
- change mute test to equality with string including event 30000 and user hex by @davotoula
- Fixes visibility of the bottom and top bar when the user comes back
- Fixes failure to load long form content with d tags reserved url chars
- Fixes bug of not immediately loading chat rooms
- Moves the Post button on chat screens to a > Button
- Hide's the Video Full Screen dialog buttons together with video
- Fixes the saving of the video position between screens
- Updated translations for cs/de/sv
- Moves Following icon from crossfade to animatedVisibility.
- Breaks down Compose components in the Discovery tab.
- Allows Base64 images on profiles.
- Fixes bug of messages not reappearing after memory trimming.
- Moves activeOnScreen calculations to a LaunchedEffect
- Only changes shouldShow if the value is different.
- Moves audiothumbnail loader to the viewModel scope