From 25c1fdbc6cf378078e5e1eecb788a62a00d33587 Mon Sep 17 00:00:00 2001 From: Kieran Date: Tue, 2 Jul 2024 02:29:43 +0100 Subject: [PATCH] Update Snort to v0.2.1 (#1182) Co-authored-by: nmfretz --- snort/docker-compose.yml | 2 +- snort/umbrel-app.yml | 76 ++++------------------------------------ 2 files changed, 7 insertions(+), 71 deletions(-) diff --git a/snort/docker-compose.yml b/snort/docker-compose.yml index db819485..648276b9 100644 --- a/snort/docker-compose.yml +++ b/snort/docker-compose.yml @@ -7,5 +7,5 @@ services: APP_PORT: 8080 web: - image: voidic/snort:v0.1.24@sha256:ef8e851018796ff46e507ca9d4a9600c4ebc51ed54126714c866f9128042f8a0 + image: voidic/snort:v0.2.1@sha256:9b6f451d91dab7b561f0144d8a43f5583f65186b1dd76ae6ab937c4bf6d16ce1 init: true diff --git a/snort/umbrel-app.yml b/snort/umbrel-app.yml index 815eb61d..7c11fadb 100644 --- a/snort/umbrel-app.yml +++ b/snort/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: snort category: social name: Snort -version: "v0.1.24" +version: "v0.2.1" 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. @@ -11,81 +11,17 @@ description: >- releaseNotes: >- ## Added + - "ForYou" feed + - OAuth NIP-46 flow (nsec.app etc.) + - NIP-96 media server selection - - 3 Column layout - - - Fuzzy cache search - - - Followed by on profile pages - - - Show more on long notes - - - Better error message page - - - Media grid feed - - - Mobile fixed footer - - - Follow button on profile search results - - - Invite codes (WIP Community Program) - - - `imeta` tag insertion for images - - - Wallet settings page improvements - - - Nostr Wallet Connect upgrade (balance + history) - - - Schnorr sig check in WASM binary - - - Autoplay videos in feed (muted) - - - Followed by friends feed (a feed of your 2nd degree follows posts) - - - imgproxy image integrity check (sha256 from `imeta` passed to imgproxy) - - - - ## Changed - - - Removed Twitter embed - - - Removed attachment button on DM's - - - Note broadcaster dialog changed to toast notification - - - Removed npub link from profile (use QR button) - - - Render image size from `imeta` tags - - - Style fixes - - - Zap pool slider tweak - - - New Malay translations - - - Updated Persian translations - - - Updated Finnish translations - - - Updated French translations - - - Updated German translations - - - Updated Hungarian translations - - - Updated Swedish translations - - - Updated Japanese translations ## Fixed - - Longform note overlfow-x - - - Trim zap content + - Various fixes - https://git.v0l.io/Kieran/snort/compare/v0.1.23...v0.1.24 + https://git.v0l.io/Kieran/snort/compare/v0.1.24...v0.2.1 developer: Snort website: https://snort.social dependencies: []