mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-10 16:33:27 +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.
21 lines
1.1 KiB
Markdown
21 lines
1.1 KiB
Markdown
# [Release v0.70.6: Refactoring and improvements (Don't use this version)](https://github.com/vitorpamplona/amethyst/releases/tag/v0.70.6) - 2023-07-24
|
|
|
|
- Fixes a crash when onNewIntent is called before onCreate
|
|
- New Post, Relay Choice: Select/Deselect all options by [@greenart7c3](https://github.com/greenart7c3)
|
|
- New Post, Relay Choice: Fixes missing switch when url is too long by [@greenart7c3](https://github.com/greenart7c3)
|
|
- Adds missing OptIn when using GlobalScope by [@greenart7c3](https://github.com/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](https://github.com/ZsZolee)
|
|
|
|
[Changes][v0.70.6]
|
|
|
|
[v0.70.6]: https://github.com/vitorpamplona/amethyst/compare/v0.70.5...v0.70.6
|