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

902 B

Release v0.62.3: BugFixes and Performance Improvements - 2023-06-25

  • Adds picture of the User to the Stream's header
  • Migrates the UserProfile page to the new ViewModel structure
  • Requires an update in the live stream event every two hours to keep live
  • Adds a less memory-intensive Hex Checker
  • Moves OnlineChecker to a singleton class with a cache
  • Moves LocalCache's Synchronized block to Concurrent implementations
  • Moves user msg synchronization to its own object
  • Crossfades changes in Reactions and Zaps
  • Improves the rendering speed of chat messages
  • BugFix for new posts by the user not showing up immediately in the feed
  • BugFix for duplicated notes in the LocalCache
  • BugFix for the Click on UserPicture event

Changes