Kieran
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
24 additions and
10 deletions
-
snort/docker-compose.yml
-
snort/umbrel-app.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 |
|
|
|
|
|
@ -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://<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 |
|
|
|
|
|
|
|
- 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: [] |
|
|
|