Gossip Release 0.12.0
Gossip is a nostr client for desktop.
Gossip is open sourced at https://github.com/mikedilger/gossip
This is a major release with the following major changes:
- Bookmarks support (including private bookmarks)
- Global feed and per-Relay feeds (with volatile storage, erased when you quit)
- Friends-of-friends scores shown in avatar
- Improved spam filtering script with more inputs to make decisions on
Minor changes
- Updated emoji picker
- Relay scoring reworked
- New commands: clear_timeouts, rapid
- More efficient background tasks
- Faster database (less syncing)
- LDMB compressed on startup
- Feed switching improvements (still not perfect)
- Cleaner shutdown (signals handling)
- DM area shows encryption level
- Event menus have been improved
- Relay panels have multiple improvements
- Ability to prune unused person records
- Style/rendering updates
- Less annoying logging
- Improved consistency between remote and local event querying
- Default relays updated
- Documentation updates
- Dependency updates
- Lots of bug fixes