From 1813eacdf385d5ac4a9a145ea2657efa705e2f90 Mon Sep 17 00:00:00 2001 From: kieran Date: Fri, 6 Dec 2024 14:44:47 +0000 Subject: [PATCH] update snort --- snort/docker-compose.yml | 2 +- snort/umbrel-app.yml | 41 ++++++++++++++++++++++++++++++++-------- 2 files changed, 34 insertions(+), 9 deletions(-) diff --git a/snort/docker-compose.yml b/snort/docker-compose.yml index 648276b90f..14e29826fc 100644 --- a/snort/docker-compose.yml +++ b/snort/docker-compose.yml @@ -7,5 +7,5 @@ services: APP_PORT: 8080 web: - image: voidic/snort:v0.2.1@sha256:9b6f451d91dab7b561f0144d8a43f5583f65186b1dd76ae6ab937c4bf6d16ce1 + image: voidic/snort:v0.3.0@sha256:a7870c96027ea7306f0c9dc795e1dd711aae1ee33869bfb617417e2743830934 init: true diff --git a/snort/umbrel-app.yml b/snort/umbrel-app.yml index 7c11fadbe1..baaf6fb552 100644 --- a/snort/umbrel-app.yml +++ b/snort/umbrel-app.yml @@ -2,26 +2,51 @@ manifestVersion: 1 id: snort category: social name: Snort -version: "v0.2.1" +version: "v0.3.0" tagline: Fast Nostr UI description: >- Snort is a client for Nostr that is built using React, designed to be fast and lightweight while still offering a wide range of features. Our focus is on providing users with an easy-to-use interface to interact with the Nostr network, making it accessible to all types of users. With its clean and intuitive design, Snort makes it simple to navigate the Nostr network and access its features, allowing users to efficiently manage their data. releaseNotes: >- - ## Added + # Changed - - "ForYou" feed - - OAuth NIP-46 flow (nsec.app etc.) - - NIP-96 media server selection + - Drop NIP-04 support for DM's - ## Fixed + - Notifications chart removed - - Various fixes + - Profile link QR selector (npub/nprofile) + - Re-designed relay management pages - https://git.v0l.io/Kieran/snort/compare/v0.1.24...v0.2.1 + - Relay up time reporting (via nostr.watch NIP) + + - New note designer media attachment UI + + - Media browser via NIP-96 server list + + - NIP-89 support (App handlers for unknown events) + + - Improved profile zaps tab to show totals + + - Improved Note Rebroadcaster modal + + - WoT filter for replies + + - Expanded right bar with more widgets (trending people / articles) + + - Drop NIP-04 support for NIP-46 bunkers (NIP-44 only) + + - NIP-55 Amber signer support + + + # Fixed + + - NIP-06 login (HD-Key) + + + https://git.v0l.io/Kieran/snort/compare/v0.2.1...v0.3.0 developer: Snort website: https://snort.social dependencies: []