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.
902 B
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