From 6d4ae9c4a2af59e6ad9a9d8707771a6a16683f7b Mon Sep 17 00:00:00 2001 From: Kieran Date: Wed, 4 Oct 2023 00:50:35 +0300 Subject: [PATCH] Update Snort to v0.1.19 (#783) Co-authored-by: nmfretz --- snort/docker-compose.yml | 2 +- snort/umbrel-app.yml | 52 ++++++++++++++++++++++++++-------------- 2 files changed, 35 insertions(+), 19 deletions(-) diff --git a/snort/docker-compose.yml b/snort/docker-compose.yml index a6fffc1f..83e2dc65 100644 --- a/snort/docker-compose.yml +++ b/snort/docker-compose.yml @@ -7,5 +7,5 @@ services: APP_PORT: 80 web: - image: voidic/snort:v0.1.13@sha256:fb84c97b5737084a124ee341a37ce6e6c6cbbfc0ff1adb6bfcad3405788581ee + image: voidic/snort:v0.1.19@sha256:3bf8845a49c5ddc185be8121a35cf961e55537b780531e72a852e41ce658b1eb init: true diff --git a/snort/umbrel-app.yml b/snort/umbrel-app.yml index a6308d64..cc9e3358 100644 --- a/snort/umbrel-app.yml +++ b/snort/umbrel-app.yml @@ -2,49 +2,65 @@ manifestVersion: 1 id: snort category: social name: Snort -version: "v0.1.13" +version: "v0.1.19" 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 - - Snort V2 Design + - Timeline cache: faster page loads and much lower data usage - - NIP-24 Encrypted secret chats (nsec login only) + - WASM module: Some code moved to Rust WASM module for faster execution - - NIP-13 Proof of Work (POW) + - Zap Splits: NIP-57.G - - NIP-31 Alt tag spec for unknown event kinds + - New Languages: Finnish, Dutch, and Portuguese Brazilian - - Render mentioned zap goals (Kind 9041) + - User status on profile pages (Music only [NIP-38]) - - Embed fonts in src (No more google fonts requests) + - Following mark on avatars, if you follow the pubkey you will see a green tick on their avatar - - Native key storage for Android app (`Nip7os` interface) + - Pin encryption, encrypted private key storage for nsec login - - Swahili translations + - Pubkey (readonly) logins hide buttons which cannot be used (reactions, reply, save profiles, dms etc) - - Thai translations + - Muted words feature (phase 1) + + - NIP-28 public chats + + - Highlight search results on search page - # Changed + ## Changed - - PWA pre-cache setup (Faster PWA loading) + - Count polls by pubkey - - Show note creator button on profile pages + - Styles changes for Content warnings + + - Live stream embed styles + + - Cashu token embed styles + + - Snort Deck thread navigation in modal from timeline + + - PoW miner moved to WASM module for faster hashing - # Fixed + ## Fixed - - Umlauts in urls + - Profile link to dms - - Reject events which don't match request filter + - Long form content loading and replies + - Search function restored - https://git.v0l.io/Kieran/snort/compare/v0.1.12...v0.1.13 + - Copy to clipboard fixed for insecure context + + + https://git.v0l.io/Kieran/snort/compare/v0.1.13...v0.1.19 developer: Snort website: https://snort.social dependencies: []