diff --git a/snort/docker-compose.yml b/snort/docker-compose.yml index ca212e3..a6fffc1 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.12@sha256:e9ba2b2e9e4355e82a0feeccc4ca3c456a7b4cbf8f3c713129bb3fc6c1371ca2 + image: voidic/snort:v0.1.13@sha256:fb84c97b5737084a124ee341a37ce6e6c6cbbfc0ff1adb6bfcad3405788581ee init: true diff --git a/snort/umbrel-app.yml b/snort/umbrel-app.yml index 4989930..a6308d6 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.12" +version: "v0.1.13" 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,26 +11,40 @@ description: >- releaseNotes: >- # Added - - nsecBunker support (connection string `bunker://?relay=wss://realy.com[#token]`) + - Snort V2 Design + + - NIP-24 Encrypted secret chats (nsec login only) + + - NIP-13 Proof of Work (POW) + + - NIP-31 Alt tag spec for unknown event kinds + + - Render mentioned zap goals (Kind 9041) + + - Embed fonts in src (No more google fonts requests) + + - Native key storage for Android app (`Nip7os` interface) + + - Swahili translations + + - Thai translations # Changed - - New snort logo by Bitko + - PWA pre-cache setup (Faster PWA loading) - - Infinite scroll changed to manual action (temperarily to fix performance issues) + - Show note creator button on profile pages # Fixed - - Note to self containing all DMS - - - Media spotlight disabled for poll options containing images + - Umlauts in urls - - Badge image sizes oversize when bypassing imgproxy due to loading error + - Reject events which don't match request filter - https://git.v0l.io/Kieran/snort/compare/v0.1.11...v0.1.12 + https://git.v0l.io/Kieran/snort/compare/v0.1.12...v0.1.13 developer: Snort website: https://snort.social dependencies: []