Damus
nostrich profile picture
nostrich
Gossip Release 0.10.0
=====================

Gossip is a nostr client for desktop.

Gossip is open sourced at https://github.com/mikedilger/gossip

This release adds the following major features:

* Nostr Connect signer: Gossip can now serve as your private key bunker using NIP-46.
* Whitelist support for relays: Optionally gossip can refuse to connect or authenticate to
relays until you approve (or deny) such connections. For some, this is the privacy they
need to accept the outbox model.
* SpamSafe: When enabled, gossip will not fetch replies from people you don't follow except
from relays that you designate as SpamSafe. This helps eliminate spam.
* Load More: At the bottom of the feed, you can press Load More to load more. Be aware that
this is currently based on fixed time windows, not a fixed count of events.
* Advertising your relay list now automatically selects relays to advertise to.
* The Onboarding Wizard has many improvements
* Pending Actions: We now detect and alert you to things you probably should do, like keeping
lists in sync.

Additionally:
* Better handling of relay error conditions and reconnections
* Better handling of switching between online and offline as well as shutting down
* Improvements to seeking thread ancestors
* Improvements to seeking notes by id and author (via the author's relay lists)
* egui update bringing global cut-and-paste as well as other UX improvements.
* Option to retry posting an event to relays it failed to post to earlier ('post again').
* Can start gossip in offline mode now with a checkbox on the login screen
* Person-list desynchronization detection fixes
* AppImage and Flatpak releases
* Security fix: RUSTSEC-2023-0065
* Privacy fix: images are not shown in DMs until the user approves
* MANY more fixes and improvements that are too numerious to list

git tag 'v0.10.0


47aa9251d110aa23e50faf60b6509836bc9479f807d054d08742ead75f142ac3 changelog.txt
e1e6149e34b95de289a08cdedda32d9b1b44544a4925d6e23980489603d772cf filter.rhai.example
41e671ea571859fc0045576376754a3455a82da5ca407173024e13c9b52e875e gossip_0.10.0-1_amd64.deb
2a6430a62e5ba9589c7abd7ec43dab263175ecd79e5d406126d9d74269be9e4f gossip-0.10.0-Darwin-arm64.dmg
f8fc5356df8ad0d5ec6dab6cb1e0a2fd0fd2afecb6acbbda8d81b17ce991881b gossip-0.10.0-Darwin-x86_64.dmg
4fa6df9cd5f59ee16689bd9cd101f6a2d9dc3957556b154f04c19a393a1594b2 gossip.0.10.0.flatpak
637f04dc8d01b59d59bd2484059a497fd25376b5ab4709a02ab0787464ff74fb gossip.0.10.0.msi
66e12d013dff4340e8c0be10fba340543a20b67c4aaf5e97b8281dd69a30e5aa gossip-x86_64.AppImage.tar.gz
e2860f22b4ae91017e138509f14a0c6c7e63aaae1bda7178b85020301b67cce4 LICENSE.txt
702bd583d106ed3d142f7cf92eb86a681fa93a7e46c3a1643773374694242bf2 README.macos.txt
606804b9ec41a3d5d1c9b70fc189ab5decb005adef7ab48768a979e9d8114621 README.txt


1513❤️19🔥3🤙3♥️2🚀2❤️1
GLACA · 104w
Private key bunker...how does that work?
n · 104w
What is the difference between write and outbox settings for gossip relay?Also, what is the difference between read and inbox?
qlrd · 104w
Great work! gossip-bin package for Archlinux updated at https://aur.archlinux.org/packages/gossip-bin
Chad Lupkes · 104w
Updated from 0.6.0, and logged in with this main npub account. It's not finding my follow list.
Emmanuel · 104w
The Gossip NixOS package is now updated to version 0.10.0 in my Nix flake: $ nix run github:emmanuelrosa/erosanix#gossip NOTE: Don't use the gossip-full package. That's built from source and it's a PITA to maintain, so I'm going to remove it. I didn't bother to update it. #gossip #nixos
nostrich · 104w
some positive feedback: * external copy-paste bug solved. I don't need to restart gossip anymore * the option 'copy web link' is quite useful. thanks. * ubuntu 20.04 - AppImage does not work, it needs newer libs, but the .deb installed successfully * the most important: 0.10 is much faster and ...