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.
24 lines
1.3 KiB
Markdown
24 lines
1.3 KiB
Markdown
# [Release v0.72.0 New Memory Management](https://github.com/vitorpamplona/amethyst/releases/tag/v0.72.0) - 2023-08-01
|
|
|
|
- Adds aggressive memory management to avoid Out of Memory
|
|
- Fixes the App losing the back stack of screens
|
|
- Interns event strings to avoid duplicating memory with hashes and pubkeys
|
|
- Improves search by looking into all tags of all events
|
|
- Improves Tamil Translations by @
|
|
- Adds missing translations cs/de/se by [@npub1e2yuky03caw4ke3zy68lg0fz3r4gkt94hx4fjmlelacyljgyk79svn3eef](https://github.com/npub1e2yuky03caw4ke3zy68lg0fz3r4gkt94hx4fjmlelacyljgyk79svn3eef)
|
|
- Adds cryptographic and base event support for NIP-24 (GiftWraps and Sealed Gossip)
|
|
- Increases confidence requirements for the Translator
|
|
- Refactors the event creation into a Factory
|
|
- Adds new kinds to the hashtag and geotag search feeds
|
|
- Fixes the explainer text of the geohash addon
|
|
- Updates to the latest libraries
|
|
- Removes leakcanary due to irrelevance
|
|
- Cleans up unused values in strings
|
|
- Fix: Ignores past version of addressable content in feeds
|
|
- Fix: Avoids showing community definition types in the community feed.
|
|
- Fix: Avoids downloading 1000s of Nostr Connect events that some clients are generating.
|
|
|
|
[Changes][v0.72.0]
|
|
|
|
[v0.72.0]: https://github.com/vitorpamplona/amethyst/compare/v0.71.0...v0.72.0
|