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

944 B

Release v0.17.0: Anti-spam de-dup filters - 2023-02-19

v0.17.0: Anti-spam filters

  • Filters out the duplicated-message type of Spam
  • Fixes Reply not showing up in the Thread View after user Posts a new one
  • Adds Reports Tab to Profile Page
  • Significantly improves the speed of the Follower calculation
  • Decreased User/Note object size -> 4x more objects can fit in memory.
  • Prunes memory to 1000 messages per public channel
  • Improves the speed of rendering long threads and thread level calculation
  • Fixes Quoted Post appearing as a Reply
  • Fixes Mutex state when Android kills threads.
  • Refactors current filter classes into Relay filters and Screen filters
  • Moves Notification Dot calculation to background threads.
  • Loads new Posts on the Thread view on the fly

Changes