Browse Source

Update Snort v0.1.13 (#757)

main
Kieran 1 year ago
committed by GitHub
parent
commit
ae918f1797
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      snort/docker-compose.yml
  2. 32
      snort/umbrel-app.yml

2
snort/docker-compose.yml

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

32
snort/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: snort id: snort
category: social category: social
name: Snort name: Snort
version: "v0.1.12" version: "v0.1.13"
tagline: Fast Nostr UI tagline: Fast Nostr UI
description: >- 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. 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: >- releaseNotes: >-
# Added # Added
- nsecBunker support (connection string `bunker://<pubkey>?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 # 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 # Fixed
- Note to self containing all DMS - Umlauts in urls
- Media spotlight disabled for poll options containing images
- 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 developer: Snort
website: https://snort.social website: https://snort.social
dependencies: [] dependencies: []

Loading…
Cancel
Save