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.1 KiB
1.1 KiB
Release v0.70.6: Refactoring and improvements (Don't use this version) - 2023-07-24
- Fixes a crash when onNewIntent is called before onCreate
- New Post, Relay Choice: Select/Deselect all options by @greenart7c3
- New Post, Relay Choice: Fixes missing switch when url is too long by @greenart7c3
- Adds missing OptIn when using GlobalScope by @greenart7c3
- Refactors Crypto/Hex/Bech classes and dependencies
- Simplifies relay connection status
- Moves to OkHttpClient on URL Preview Queries
- Moves to OkHttpClient on Image uploads
- Refactoring of the Connectivity Settings
- Avoids crossfading animations when loading NIP94 and NIP95 content
- Moves playback service startup to the IO Thread
- Activates Strict mode in debug
- Updates Firebase version
- Updates Hungarian translations by @ZsZolee