Skip to content

Releases: vitorpamplona/amethyst

Release v0.17.7: BugFix for Invalid Hexes in Tags

22 Feb 15:27
Compare
Choose a tag to compare

Release v0.17.6: BugFix for Alternating Follow/Unfollow

22 Feb 02:37
Compare
Choose a tag to compare

Release v0.17.5: 0 Follows no more.

21 Feb 22:12
Compare
Choose a tag to compare
  • 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

21 Feb 14:53
Compare
Choose a tag to compare
  • 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

21 Feb 02:02
Compare
Choose a tag to compare

Release v0.17.2: Quote Note Popup and Rendering

20 Feb 23:17
Compare
Choose a tag to compare

https://nostr.build/i/nostr.build_0cd188713619b44b8f9c214617130db7f11c427dcdc03872fac736d74a594b5a.png

  • 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

20 Feb 18:39
Compare
Choose a tag to compare

Release v0.17.0: Anti-spam de-dup filters

19 Feb 21:49
Compare
Choose a tag to compare

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

17 Feb 00:53
Compare
Choose a tag to compare

Release v0.16.1: BugFix Release

17 Feb 00:12
Compare
Choose a tag to compare
  1. Fixes the Relay List going back to defaults if the user hasn't setup their relay sets.
  2. Fixes crashes from ChannelCreateEvent and ChannelMetadataEvent when the content is not a JSON structure.
  3. Removes duplicated Report filters to relays.