Releases: vitorpamplona/amethyst
Releases Β· vitorpamplona/amethyst
Release v0.17.7: BugFix for Invalid Hexes in Tags
Release v0.17.6: BugFix for Alternating Follow/Unfollow
Release v0.17.5: 0 Follows no more.
- Fixes issue with overriding follow list to zero (maintains a local copy. It might still override to a previous version)
- Fixes Notification Dot for Zaps
- Faster notification updates
- Refactoring the saving of user preferences
- More caching to increase speed of updating lists
- Potentially fixing Notifications crash on Samsungs
Release v0.17.4: 5 Strike anti-spam
- Anti-spam filter requires 5 duplicated msgs to temporarily block
- Forces conversion to npub in notes to make sure the Hex key is correct.
Release v0.17.3: Check Hex keys in Event Tags
Release v0.17.2: Quote Note Popup and Rendering
- Popup to Boost/Quote Notes
- Rendering Notes instead of just presenting the Note ID
- Fixes Movement of the post when Show More is pressed
- Notification Background is now opens note
- Changes keyboard layout to Decimal in Zap amount Setup
- Fixes erasing edited Zap amounts on recomposing
- Resets mentions after writing a reply utxo
- Fixes the "Show Anyway" button in the first element of the threadview.
Release v0.17.1: Custom Zap Amounts
Release v0.17.0: Anti-spam de-dup filters
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
Release v0.16.2
Release v0.16.1: BugFix Release
- Fixes the Relay List going back to defaults if the user hasn't setup their relay sets.
- Fixes crashes from ChannelCreateEvent and ChannelMetadataEvent when the content is not a JSON structure.
- Removes duplicated Report filters to relays.