mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-10 08:27:04 +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.
47 lines
3.5 KiB
Markdown
47 lines
3.5 KiB
Markdown
# [Release v0.81.3: NIP-88](https://github.com/vitorpamplona/amethyst/releases/tag/v0.81.3) - 2023-11-29
|
|
|
|
#Amethyst v0.81.3:
|
|
|
|
- Massive refactoring to unify our internal signer with Amber's signer in all supported events
|
|
- Adds [NIP-88](https://github.com/nostr-protocol/nips/pull/901) NOTIFY request support
|
|
- Migrates our Block list to kind:10000
|
|
- Fixes the breaking of [@npubs](https://github.com/npubs) when other words are combined with the nostr address
|
|
- Adds default encryption and decryption permissions to the Amber login call to avoid multiple Amber screens open at once by [@npub1w4uswmv6lu9yel005l3qgheysmr7tk9uvwluddznju3nuxalevvs2d0jr5](https://github.com/npub1w4uswmv6lu9yel005l3qgheysmr7tk9uvwluddznju3nuxalevvs2d0jr5)
|
|
- Adds support for sending/receiving/approving multiple events at once by [@npub1w4uswmv6lu9yel005l3qgheysmr7tk9uvwluddznju3nuxalevvs2d0jr5](https://github.com/npub1w4uswmv6lu9yel005l3qgheysmr7tk9uvwluddznju3nuxalevvs2d0jr5)
|
|
- Adds a chat with seller flow to ShopStr's event rendering.
|
|
- Reduces the amount of downloads to build the Notification chart of the week
|
|
- Immediatly force-closes the WebSocket when leaving the app
|
|
- Narrows the re-downloads of event reactions down
|
|
- Fixes the blue notification dot appearing when the user receives a notification from a blocked account before downloading the blocklist
|
|
- Fixes URL Preview card when websites use a blended version of multiple open graph specs
|
|
- Adds a geohash mipmap to event tags
|
|
- Reduces multiple reconnections to relays when the app cold starts.
|
|
- Adds back arrow button to the top of the Nav bar of the Thread view.
|
|
- Fixes race conditions when opening videos at the same time
|
|
- Fixes spacing when drawing POW and Geolocation at the same time
|
|
- Runs the translation as the UI Scope instead of ViewModel's
|
|
- Migrates the event's tag list from List to Array to save some bytes.
|
|
- Increases connection timeouts when on mobile data.
|
|
- Improves the EOSE logic when creating filters by grouping filter requests with similar `since`clauses
|
|
- Fixes video release coroutine being killed by Android, leaving the Video playing in the background
|
|
- Adds a cache of the total amount of Zaps per note
|
|
- Allows sat amounts up to 4 digits without abbreviation [@vicariousdrama](https://github.com/vicariousdrama)
|
|
- Improves the rendering of LN Invoice Previews.
|
|
- Fixes error message when parsing LnInvoice
|
|
- Updates several dependencies
|
|
|
|
Updated translations for:
|
|
- Czech, German, Swedish and Portuguese, Brazilian by [@npub1e2yuky03caw4ke3zy68lg0fz3r4gkt94hx4fjmlelacyljgyk79svn3eef](https://github.com/npub1e2yuky03caw4ke3zy68lg0fz3r4gkt94hx4fjmlelacyljgyk79svn3eef)
|
|
- Spanish, Mexico and Spanish, United States by [@npub1luhyzgce7qtcs6r6v00ryjxza8av8u4dzh3avg0zks38tjktnmxspxq903](https://github.com/npub1luhyzgce7qtcs6r6v00ryjxza8av8u4dzh3avg0zks38tjktnmxspxq903)
|
|
- Hungarian by [@npub1ww8kjxz2akn82qptdpl7glywnchhkx3x04hez3d3rye397turrhssenvtp](https://github.com/npub1ww8kjxz2akn82qptdpl7glywnchhkx3x04hez3d3rye397turrhssenvtp)
|
|
- Chinese Simplified by https://crowdin.com/profile/stella2023
|
|
- Persian by [@npub1cpazafytvafazxkjn43zjfwtfzatfz508r54f6z6a3rf2ws8223qc3xxpk](https://github.com/npub1cpazafytvafazxkjn43zjfwtfzatfz508r54f6z6a3rf2ws8223qc3xxpk)
|
|
|
|
Download:
|
|
- [Play Edition](https://github.com/vitorpamplona/amethyst/releases/download/v0.81.3/amethyst-googleplay-universal-v0.81.3.apk )
|
|
- [FOSS Edition - No translations](https://github.com/vitorpamplona/amethyst/releases/download/v0.81.3/amethyst-fdroid-universal-v0.81.3.apk )
|
|
|
|
[Changes][v0.81.3]
|
|
|
|
[v0.81.3]: https://github.com/vitorpamplona/amethyst/compare/v0.80.7...v0.81.3
|