• v0.14.0 53ba02c672

    0.14.0 Stable

    mikedilger released this 2025-03-17 09:22:41 +13:00 | 125 commits to master since this release

    Gossip Release 0.14.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 changes:

    • New Features and Improvements
      • Zappers and amounts are now shown (click on the zap total)
      • Reactions and who reacted are now shown (click on the reaction numbers)
      • Multiple search UI/UX improvements
      • Undo Send works for DMs too
      • Undo Send now restores the draft
      • UI: Side panel contains less so it can be thinner. Bottom bar added.
      • UI: frame count and spinner (optional)
      • Relay UI: sorting by score puts important relays at the top.
      • Relay UI: add more filters so all the bits are covered
      • Image and video loading is much faster (significant lag reduction)
      • Thread loading fix makes threads load far more reliably
      • Settings have reset-to-default buttons, so you don't get too lost.
      • Setting 'limit inbox seeking to inbox relays' may help avoid spam at the expense of possibly
        missing non-spam replies.
      • Subject in draft (when replying) can be edited
      • DM feeds automatically update, and note order is fixed
      • Reversed order of notifications
      • Logging to stderr by default
      • Relay errors and fetch errors are now considered as warnings (else too many ERRORs in log)
    • Subtle Improvements
      • Update the enabled kinds that can show in the feed
      • For load more, the refresh is automatic as you would expect
      • Subscriptions improved in a few different ways.
      • Improvements to metadata seeking
      • Major rewrite of the fetcher
      • Improved UI responsiveness: force UI redraws immediately in certain situations
      • Improved UI responsiveness: some tasks run more frequently
      • Some links now remain links rather than rendered inline (if not clearly a note)
    • Protocol upgrades
      • Copy as note1 removed (nevent1 remains)
      • Requests modified to only take one filter per REQ.
      • Limited support for kind-20 pictures (can enable/disable in settings)
      • Certain application links are auto-converted into nostr: urls
      • Reposts of protected events do not include the event in the content
      • Replies to events that are not kind-1 are now of kind-1111 (NIP-22) (configure in settings)
      • Hashtags added in lowercase
      • Consider 'q' tags as mentions
      • base64: supply padding but do not require it
      • fix: supply parent 'e' tag hint
      • Replies searched for on READ relays
      • Post relay list whenever posting (PR #1801)
    • Fixes
      • Fix newly generated keypair seemingly gone on restart for new users
      • Fix duplicate relay query
      • Fix Subject and content warning UI
      • Fix Verify the seals inside of giftwraps
      • Fix bookmarks by recomputing after edit
      • Fix media loading race condition
      • Fix wrongly outputting note1
      • Fix positional tag rendering
      • Fix wrong auth to relays when not approved
      • Fix improper giving up when seeking replaceable events
      • Fix tag picker scrolling back to the top; also fix getting smaller and not bigger again
    • Documented CONFIGURATION.md
    • Updated to egui 0.30
    • commands: reset_relay_auth, reset_relay_connect
    • gossip_cache separates out some non-UI functionality for reuse by another UI

    721c6f139685cd68c8ff8181d3d9b7a0c19eabf7531e522d5afbd3a356c9b4b4 changelog-0.14.0.txt
    cfc8722786fdb59d208ebebb7a2dda8fd0e7373822731cdbae8b1ea6be206d07 filter.example.rhai
    cbc020e8872786fc05bb1c3d1bd09342376a783391499e1a5eb0dbd542f26e35 gossip_0.14.0-1_amd64.deb
    0165f5c2aab3f77aca8c4ad09f687363225d27ed35952b84d5251e228fe4ab07 gossip-0.14.0-Darwin-arm64.dmg
    2cb115e49cbcdeed901d9b1cacaaadfd56be0c747a06f6db3e4b283495c56506 gossip-0.14.0-Darwin-x86_64.dmg
    1457a720ce70ce9efd490340cdec20c839af86e7e54713dcf3c4da7fd62e64f4 gossip.0.14.0.flatpak
    fae7063d0e2741ec55cccc51753ed4c5f9be374665b25323cf6c31179c4f4736 gossip.0.14.0.msi
    b3a263c54986df273ea20cee73db25b34433f2a278b10ec3385c452bda454f07 gossip-x86_64.AppImage.tar.gz
    25155c43f1b12dce73d4da04dff263995976cfc02a9251e415e2f1c7cdf0da5b LICENSE.txt
    231c871a436223e9fa2cf73dd971ab89a2f6371b6efb77a7980352f016485a7a README.flatpak.txt
    702bd583d106ed3d142f7cf92eb86a681fa93a7e46c3a1643773374694242bf2 README.macos.txt
    a3b9edcd77eae81a11d36e87bec73190984f2dbc76331fa7dc2e7ca84333c377 README.txt
    5e3da4edc740244d454a36f7d77f38d100ba68eafab4ce9c529eda3b40a59121 README.upgrading.txt

    Downloads