mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update Snort v0.1.13 (#757)
This commit is contained in:
parent
acc169fc17
commit
ae918f1797
@ -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
|
||||||
|
@ -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
|
- Reject events which don't match request filter
|
||||||
|
|
||||||
- Badge image sizes oversize when bypassing imgproxy due to loading error
|
|
||||||
|
|
||||||
|
|
||||||
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…
Reference in New Issue
Block a user