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.
1.4 KiB
1.4 KiB
Release v0.69.0: Ad-hoc local lists removed - 2023-07-16
This version starts the migration to store a user's following communities, channels, and block/mute list in the Contact List and People List kinds. To migrate, please block (not report) and unblock somebody, follow and unfollow somebody.
- Moves video player to the brand new Exoplayer package
- Moves Following Communities' local DB to the Contact List
- Moves Following Channels local DB to Contact List
- Moves Following BlockList local DB to Mute List (Private part)
- Migrates all past local lists to their event kinds
- Views Mute Feed (disables hidden authors for that specific list)
- Breaks Security Filters screen in 2 tabs: Blocked and Spammers (automated filter)
- Restructures ContactList to avoid removing unsupported tags
- Restructures PeopleList to avoid removing non-people tags
- Fixes older channels and communities not loading on the discovery tab
- Forces a given event kind to be displayed in the Discovery tab
- BugFix for AppDefinitionEvent updates
- Moves contact list closer to metadata in the Local Cache
- Adds parsing support for NNS Events.
- Moves id hex prefixes from 6 to 8 chars.
- Fixes the profile display for new users without pictures.