mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-07-22 07:48: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.
864 B
864 B
Release v0.13.2: Tracks and Displays Relay Info per Event - 2023-02-07
Amethyst v0.13.2: Tracks and Displays Relay Info per Event
-
Users can now see which relays are sending posts, DMs, and public chat messages. This uses the relay's website favicon. Please update your favicons to something relevant to users :)
-
Changes the default relay set to Paid relays for Chats and Global, making spam less impactful for new users.
-
Timeline posts are cropped at 350 chars with Show More to expand
-
Full Profile Pages by Oleg Koretsky
-
Search improvements by Habib Okanla
-
Devs can now have 2 Amethysts running by greenart7c3
-
Removes the trailing / on relay's setup by middlingphys