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.
46 lines
2.5 KiB
Markdown
46 lines
2.5 KiB
Markdown
# [Release v0.83.1 NIP-44v2](https://github.com/vitorpamplona/amethyst/releases/tag/v0.83.1) - 2023-12-22
|
|
|
|
#Amethyst v0.83.1: NIP-44 DMs are up!
|
|
|
|
New Features
|
|
- Moves DMs to the audited NIP-44v2
|
|
- Adds support for NIP-31 alt tags
|
|
- Adds a k-tag to reactions
|
|
- Adds i18n for error messages when uploading images
|
|
|
|
Performance Improvements:
|
|
- Improves the performance of Robohash
|
|
- Add less memory-intensive timeAgo calculations and translations
|
|
- Uses primitives instead of the wrapped object in several places
|
|
- Moves to a less memory-intensive way to write and send filters to the server.
|
|
- Refines recompositions of routes and bottom icons
|
|
- Avoids the creation of new sets when looping through cached maps of User and Notes
|
|
- Avoids recreating the EOSE array when changing filters
|
|
- Reuses SessionToken for all Playback connections
|
|
- Improving the memory use of concurrent hashmaps and immutable collections
|
|
- Reduces the use of remember for fixed UI modifiers
|
|
|
|
Bugfixes:
|
|
- Detects URL mime-types by pinging the server instead of relying on the url's extension
|
|
- Fixes bug with cropped joinToString assemblies of relay filters
|
|
- Avoids Concurrent Modification Exception on the EOSE markups
|
|
- Forces nip95 to be under 80Kb to make sure relays can receive it
|
|
- Fixes bug that error messages wouldn't show an error when uploading images to the reels page
|
|
- Fixes post video dimensions when the user has selected not to load videos automatically
|
|
- Updates dependencies
|
|
|
|
Updated translations:
|
|
- Chinese by [@ra5pvt1n](https://github.com/ra5pvt1n)
|
|
- Finnish by [@npub1ust7u0v3qffejwhqee45r49zgcyewrcn99vdwkednd356c9resyqtnn3mj](https://github.com/npub1ust7u0v3qffejwhqee45r49zgcyewrcn99vdwkednd356c9resyqtnn3mj)
|
|
- Hungarian by [@npub1ww8kjxz2akn82qptdpl7glywnchhkx3x04hez3d3rye397turrhssenvtp](https://github.com/npub1ww8kjxz2akn82qptdpl7glywnchhkx3x04hez3d3rye397turrhssenvtp)
|
|
- Dutch by [@npub1w4la29u3zv09r6crx5u8yxax0ffxgekzdm2egzjkjckef7xc83fs0ftxcd](https://github.com/npub1w4la29u3zv09r6crx5u8yxax0ffxgekzdm2egzjkjckef7xc83fs0ftxcd)
|
|
- Tamil by [@npub1q6ps7m94jfdastx2tx76sj8sq4nxdhlsgmzns2tr4xt6ydx6grzspm0kxr](https://github.com/npub1q6ps7m94jfdastx2tx76sj8sq4nxdhlsgmzns2tr4xt6ydx6grzspm0kxr)
|
|
|
|
Download:
|
|
- [Play Edition](https://github.com/vitorpamplona/amethyst/releases/download/v0.83.1/amethyst-googleplay-universal-v0.83.1.apk )
|
|
- [FOSS Edition - No translations](https://github.com/vitorpamplona/amethyst/releases/download/v0.83.1/amethyst-fdroid-universal-v0.83.1.apk )
|
|
|
|
[Changes][v0.83.1]
|
|
|
|
[v0.83.1]: https://github.com/vitorpamplona/amethyst/compare/v0.82.3...v0.83.1
|