Browse Source

Update Snort to v0.1.12 (#719)

Co-authored-by: nmfretz <nmfretz@gmail.com>
main
Kieran 1 year ago
committed by GitHub
parent
commit
4f51c3e20a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      snort/docker-compose.yml
  2. 72
      snort/umbrel-app.yml

2
snort/docker-compose.yml

@ -7,5 +7,5 @@ services:
APP_PORT: 80
web:
image: voidic/snort:v0.1.11@sha256:53784adc48f51ebe9b1c18baf2236b712ee365004d84e721e3e9eb0f91fbf0e5
image: voidic/snort:v0.1.12@sha256:e9ba2b2e9e4355e82a0feeccc4ca3c456a7b4cbf8f3c713129bb3fc6c1371ca2
init: true

72
snort/umbrel-app.yml

@ -2,85 +2,35 @@ manifestVersion: 1
id: snort
category: social
name: Snort
version: "v0.1.11"
version: "v0.1.12"
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
# Added
- Discover tab, shows trending users/posts from nostr.build
- nsecBunker support (connection string `bunker://<pubkey>?relay=wss://realy.com[#token]`)
- New DM styles
- Mentioned Zapstr tracks are previewed on Snort with player
# Changed
- Custom emoji rendering in posts (NIP-30)
- New snort logo by Bitko
- Lanaguage selector on new user flow
- Infinite scroll changed to manual action (temperarily to fix performance issues)
- ZapPool, support nostr ecosystem by donating a percentage of your zaps
- Alby NWC link added to NWC connect page
# Fixed
- SemisolDev follow recommendations on Discover tab
- Note to self containing all DMS
- Pubkey lists (NIP-51) render inline when mentioned in notes
- Media spotlight disabled for poll options containing images
- Persian language
- Badge image sizes oversize when bypassing imgproxy due to loading error
- OpenGraph Image/Video media rendered inside link preview box
- Option to zap everybody on mentioned pubkey list
- L402 support for inline media (paywall content)
- Gossip model, query follows write relays for events
- @snort/system NPM package containing Snort core nostr code
- NIP-44 Encryption scheme support
- NIP-59 Gift Wrap support
- `@snort/system` package
- `@snort/system-react` package
- Live streaming page (NIP-102)
- Chat system refactor (adding new chat systems much easier now, NIP-29 first candidate)
- NIP-29 simple group chat support
## Changed
- Error page shows actual error message now, also a button to reset app cache
- Massivly improved profile loading
- Improved JS bundle size by ejecting CRA and using dynamic modules
- Switched to `@void-cat/api` package for void.cat uploads
## Fixed
- Unmarked thread events replies out of order
- Profile links with incorrect hrp fixed in some places
- `naddr` event loading fixed
- Relay specific requests fixed (Global tab / Search page)
- NWC connection responds to AUTH requests now
https://git.v0l.io/Kieran/snort/compare/v0.1.8...v0.1.11
https://git.v0l.io/Kieran/snort/compare/v0.1.11...v0.1.12
developer: Snort
website: https://snort.social
dependencies: []

Loading…
Cancel
Save