Files
amethyst/docs/changelog/v0.80.07.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

2.5 KiB

Release v0.80.7 - 2023-11-08

  • Migrates external sharing service to njump.me by @ @es09l4ps
  • Adds support for Greek by @ @csavastel
  • Adds support for Indonesian by @ @Yonle and @ @3ssspdkl
  • Updates Spanish translations by @ @₿it₿y₿it
  • Updates Arabic translations by @ @fqwvx23t
  • Fixes position of video controlling buttons when top bars are present in full screen.
  • Fixes bug when the app calls isAcceptable directly, bypassing the other checks in AccountViewModel
  • Fixes race condition when pausing and restarting relay connections
  • Updates Kotlin compiler version
  • Removes a recomposition between the started state and the isOnline state that is already cached.
  • Migrates the check if stream is online to a single compose object.
  • Forces relay reconnection when a new WIFI service is available
  • Fixing translations of the that create the same message but with different character cases
  • Refines the layout of Author Pictures for performance
  • Refines layout of URL Previews for performance
  • Refines the padding of chat messages and reaction row
  • Correctly highliting a notification card on touch

Changes