Update snort to v0.3.0 (#1903)

This commit is contained in:
Kieran 2024-12-09 12:01:20 +00:00 committed by GitHub
parent 353985873d
commit 9877f6a329
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 35 additions and 10 deletions

View File

@ -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

View File

@ -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
- "ForYou" feed
- OAuth NIP-46 flow (nsec.app etc.)
- NIP-96 media server selection
# Changed
## Fixed
- Drop NIP-04 support for DM's
- Various fixes
- Notifications chart removed
- Profile link QR selector (npub/nprofile)
- Re-designed relay management pages
- 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
https://git.v0l.io/Kieran/snort/compare/v0.1.24...v0.2.1
# 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: []