Skip to content

Commit

Permalink
update snort
Browse files Browse the repository at this point in the history
  • Loading branch information
v0l committed Dec 6, 2024
1 parent c229b32 commit 1813eac
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 9 deletions.
2 changes: 1 addition & 1 deletion snort/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
41 changes: 33 additions & 8 deletions snort/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down

0 comments on commit 1813eac

Please sign in to comment.