mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
Update Snort to v0.1.23 (#866)
This commit is contained in:
parent
caa51459f2
commit
f4bd3f0969
@ -4,8 +4,8 @@ services:
|
||||
app_proxy:
|
||||
environment:
|
||||
APP_HOST: snort_web_1
|
||||
APP_PORT: 80
|
||||
APP_PORT: 8080
|
||||
|
||||
web:
|
||||
image: voidic/snort:v0.1.19@sha256:3bf8845a49c5ddc185be8121a35cf961e55537b780531e72a852e41ce658b1eb
|
||||
image: voidic/snort:v0.1.23@sha256:b36587e11caf5f5ce435d55364c0779cdffecbbd490d88133fd06e4174527685
|
||||
init: true
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: snort
|
||||
category: social
|
||||
name: Snort
|
||||
version: "v0.1.19"
|
||||
version: "v0.1.23"
|
||||
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,60 +11,96 @@ description: >-
|
||||
releaseNotes: >-
|
||||
## Added
|
||||
|
||||
- Timeline cache: faster page loads and much lower data usage
|
||||
- DeepL translate api (Automatic for PRO subscribers)
|
||||
|
||||
- WASM module: Some code moved to Rust WASM module for faster execution
|
||||
- Add nostr:nprofile1qqsydl97xpj74udw0qg5vkfyujyjxd3l706jd0t0w0turp93d0vvungfgfewr to contributors
|
||||
|
||||
- Zap Splits: NIP-57.G
|
||||
- Proxy LN address type enabled on Nostr Address settings pages
|
||||
|
||||
- New Languages: Finnish, Dutch, and Portuguese Brazilian
|
||||
- Infinite scrol on notifications page
|
||||
|
||||
- User status on profile pages (Music only [NIP-38])
|
||||
- Default 0.5% ZapPool rate for Snort donation address
|
||||
|
||||
- Following mark on avatars, if you follow the pubkey you will see a green tick on their avatar
|
||||
- Collect relay metrics in `@snort/system` for better relay selection algo in Outbox Model (NIP-65)
|
||||
|
||||
- Pin encryption, encrypted private key storage for nsec login
|
||||
- New sign up / login flow!
|
||||
|
||||
- Pubkey (readonly) logins hide buttons which cannot be used (reactions, reply, save profiles, dms etc)
|
||||
- Topics / Mute words on sign up for easier onboarding
|
||||
|
||||
- Muted words feature (phase 1)
|
||||
- Drag & Drop for uploads on note creator - nostr:nprofile1qqs8tchhwf5smv3r2g0vkswz58c837uu456x59m3dh380gtrhqzydeqz4wlka
|
||||
|
||||
- NIP-28 public chats
|
||||
- Mixin topics (hashtags) into timeline feed
|
||||
|
||||
- Highlight search results on search page
|
||||
- Language specific trending posts
|
||||
|
||||
- Show following info for hashtags
|
||||
|
||||
- Sync preferences to network (`NIP-78` support)
|
||||
|
||||
- Trending hashtags page
|
||||
|
||||
- Note creator hashtag input
|
||||
|
||||
- Top trending hashtags on note creator
|
||||
|
||||
- Social Graph - nostr:nprofile1qqsy2ga7trfetvd3j65m3jptqw9k39wtq2mg85xz2w542p5dhg06e5qpr9mhxue69uhhyetvv9ujuumwdae8gtnnda3kjctv9uh8am0r
|
||||
|
||||
- New users relay list based off "close" relays
|
||||
|
||||
- `NIP-96` support for nostr native image/file uploaders
|
||||
|
||||
- Write replies/reactions to `p` tagged users read relays (Outbox model)
|
||||
|
||||
- Sync joined public chats (`NIP-28`) using `PublicChatList` kind `10_005`
|
||||
|
||||
|
||||
## Changed
|
||||
|
||||
- Count polls by pubkey
|
||||
- Read/Write relays only on kind `10_002` (NIP-65)
|
||||
|
||||
- Styles changes for Content warnings
|
||||
- Removed `nostr.watch` code for adding new users to random relays
|
||||
|
||||
- Live stream embed styles
|
||||
- Render kind `10_002` on profile relays tab
|
||||
|
||||
- Cashu token embed styles
|
||||
- `@snort/system` using eventemitter3 for triggering events
|
||||
|
||||
- Snort Deck thread navigation in modal from timeline
|
||||
- Use latest `NIP-51` spec (Bookmarks/Interests/`NIP-28` PublicChatList)
|
||||
|
||||
- PoW miner moved to WASM module for faster hashing
|
||||
- `nreq` support (Demo)
|
||||
|
||||
- Write profile/relays to blasters
|
||||
|
||||
- `@snort/system` automated outbox model (automatic fetching of relay metadata)
|
||||
|
||||
|
||||
## Fixed
|
||||
## Fixes
|
||||
|
||||
- Profile link to dms
|
||||
- Upgrade ephermal connection to non-ephemeral
|
||||
|
||||
- Long form content loading and replies
|
||||
- Remove relay tag from zaps (Some zap services dont support it)
|
||||
|
||||
- Search function restored
|
||||
- Fix zap parsing for goals
|
||||
|
||||
- Copy to clipboard fixed for insecure context
|
||||
|
||||
- Remove extra chars from quoted events to fix loading (`'s` etc)
|
||||
|
||||
https://git.v0l.io/Kieran/snort/compare/v0.1.13...v0.1.19
|
||||
- CSS Fixes for profile card on light theme
|
||||
|
||||
- Zap counting on replacable events
|
||||
|
||||
- `NIP-28` chats loading
|
||||
|
||||
- Overflowing modal UI
|
||||
|
||||
- Live stream widget layout with long titles
|
||||
|
||||
- Notifications marker has returned from its long slumber
|
||||
|
||||
|
||||
https://git.v0l.io/Kieran/snort/compare/v0.1.19...v0.1.23
|
||||
developer: Snort
|
||||
website: https://snort.social
|
||||
dependencies: []
|
||||
repo: https://github.com/v0l/snort
|
||||
repo: https://git.v0l.io/Kieran/snort
|
||||
support: https://t.me/snort_social
|
||||
port: 52027
|
||||
gallery:
|
||||
|
Loading…
Reference in New Issue
Block a user