Files
amethyst/docs/changelog/v0.72.01.md
T
Claude 81128ba74a docs: split CHANGELOG into per-version files under docs/changelog
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.
2026-06-13 18:24:10 +00:00

27 lines
1.6 KiB
Markdown

# [Release v0.72.1: Caching Improvements](https://github.com/vitorpamplona/amethyst/releases/tag/v0.72.1) - 2023-08-04
- Expanded disk cache for images
- Moves NIP95 cache to internal/secure folders
- Fixes the interference between video and image caches
- Adds a cache forever tag to robohashes
- Moves URL Previews into suspend functions
- Adds a little border for Long Form Content
- Updated image upload API for nostr.build to v2 by [@npub1nxa4tywfz9nqp7z9zp7nr7d4nchhclsf58lcqt5y782rmf2hefjquaa6q8](https://github.com/npub1nxa4tywfz9nqp7z9zp7nr7d4nchhclsf58lcqt5y782rmf2hefjquaa6q8)
- Added support for NIP98 for nostr.build. Users with an account at nostr.build will upload files to their personal gallery through amethyst now by [@npub1nxa4tywfz9nqp7z9zp7nr7d4nchhclsf58lcqt5y782rmf2hefjquaa6q8](https://github.com/npub1nxa4tywfz9nqp7z9zp7nr7d4nchhclsf58lcqt5y782rmf2hefjquaa6q8)
- Updated French translations by [@anthony-robin](https://github.com/anthony-robin)
- Fixes new lines after images
- Fixes URL links containing "-"
- Displaying a bytecounter for events in memory when the app pauses.
- Slighly Faster picture galleries
- Avoids null image url errors that might be delaying some of the rendering.
- Uses Lists instead of Sets to reduce memory consumption of pointers.
- Moves onCreate intent evaluation to the App Navigation
- Moves Geolocation search to the IO thread
- Avoids using String.format due to an inner Synchronized block
- Uses a faster method to generate the hex of a url
- Moves to a minified release.
[Changes][v0.72.1]
[v0.72.1]: https://github.com/vitorpamplona/amethyst/compare/v0.72.0...v0.72.1