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

709 B

Release v0.14.2: Activates Proguard / Fixes Image Upload - 2023-02-10

  1. Fixes Image Upload Permissions for some phones
  2. Allows unsecured (ws://) relay additions for Umbrel users.
  3. Allows the user to leave and join their own groups
  4. Fixes bad URI on Users Profile crashing the app
  5. Fixes QR Code display and Scan for smaller screens.
  6. Fixes a translation not showing up in old phones (dependency issue)
  7. Activates ProGuard to minimize code automatically (random bugs expected)
  8. Improved Relay-based user search performance.

Changes