mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 03:10:42 +02:00
Update Snort to v0.1.24 (#906)
This commit is contained in:
parent
bb8739ee21
commit
3fd291067f
@ -7,5 +7,5 @@ services:
|
||||
APP_PORT: 8080
|
||||
|
||||
web:
|
||||
image: voidic/snort:v0.1.23@sha256:b36587e11caf5f5ce435d55364c0779cdffecbbd490d88133fd06e4174527685
|
||||
image: voidic/snort:v0.1.24@sha256:ef8e851018796ff46e507ca9d4a9600c4ebc51ed54126714c866f9128042f8a0
|
||||
init: true
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: snort
|
||||
category: social
|
||||
name: Snort
|
||||
version: "v0.1.23"
|
||||
version: "v0.1.24"
|
||||
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,92 +11,81 @@ description: >-
|
||||
releaseNotes: >-
|
||||
## Added
|
||||
|
||||
- DeepL translate api (Automatic for PRO subscribers)
|
||||
|
||||
- Add nostr:nprofile1qqsydl97xpj74udw0qg5vkfyujyjxd3l706jd0t0w0turp93d0vvungfgfewr to contributors
|
||||
- 3 Column layout
|
||||
|
||||
- Proxy LN address type enabled on Nostr Address settings pages
|
||||
- Fuzzy cache search
|
||||
|
||||
- Infinite scrol on notifications page
|
||||
- Followed by on profile pages
|
||||
|
||||
- Default 0.5% ZapPool rate for Snort donation address
|
||||
- Show more on long notes
|
||||
|
||||
- Collect relay metrics in `@snort/system` for better relay selection algo in Outbox Model (NIP-65)
|
||||
- Better error message page
|
||||
|
||||
- New sign up / login flow!
|
||||
- Media grid feed
|
||||
|
||||
- Topics / Mute words on sign up for easier onboarding
|
||||
- Mobile fixed footer
|
||||
|
||||
- Drag & Drop for uploads on note creator - nostr:nprofile1qqs8tchhwf5smv3r2g0vkswz58c837uu456x59m3dh380gtrhqzydeqz4wlka
|
||||
- Follow button on profile search results
|
||||
|
||||
- Mixin topics (hashtags) into timeline feed
|
||||
- Invite codes (WIP Community Program)
|
||||
|
||||
- Language specific trending posts
|
||||
- `imeta` tag insertion for images
|
||||
|
||||
- Show following info for hashtags
|
||||
- Wallet settings page improvements
|
||||
|
||||
- Sync preferences to network (`NIP-78` support)
|
||||
- Nostr Wallet Connect upgrade (balance + history)
|
||||
|
||||
- Trending hashtags page
|
||||
- Schnorr sig check in WASM binary
|
||||
|
||||
- Note creator hashtag input
|
||||
- Autoplay videos in feed (muted)
|
||||
|
||||
- Top trending hashtags on note creator
|
||||
- Followed by friends feed (a feed of your 2nd degree follows posts)
|
||||
|
||||
- Social Graph - nostr:nprofile1qqsy2ga7trfetvd3j65m3jptqw9k39wtq2mg85xz2w542p5dhg06e5qpr9mhxue69uhhyetvv9ujuumwdae8gtnnda3kjctv9uh8am0r
|
||||
- imgproxy image integrity check (sha256 from `imeta` passed to imgproxy)
|
||||
|
||||
- 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
|
||||
|
||||
- Read/Write relays only on kind `10_002` (NIP-65)
|
||||
- Removed Twitter embed
|
||||
|
||||
- Removed `nostr.watch` code for adding new users to random relays
|
||||
- Removed attachment button on DM's
|
||||
|
||||
- Render kind `10_002` on profile relays tab
|
||||
- Note broadcaster dialog changed to toast notification
|
||||
|
||||
- `@snort/system` using eventemitter3 for triggering events
|
||||
- Removed npub link from profile (use QR button)
|
||||
|
||||
- Use latest `NIP-51` spec (Bookmarks/Interests/`NIP-28` PublicChatList)
|
||||
- Render image size from `imeta` tags
|
||||
|
||||
- `nreq` support (Demo)
|
||||
- Style fixes
|
||||
|
||||
- Write profile/relays to blasters
|
||||
- Zap pool slider tweak
|
||||
|
||||
- `@snort/system` automated outbox model (automatic fetching of relay metadata)
|
||||
- New Malay translations
|
||||
|
||||
- Updated Persian translations
|
||||
|
||||
- Updated Finnish translations
|
||||
|
||||
- Updated French translations
|
||||
|
||||
- Updated German translations
|
||||
|
||||
- Updated Hungarian translations
|
||||
|
||||
- Updated Swedish translations
|
||||
|
||||
- Updated Japanese translations
|
||||
|
||||
## Fixed
|
||||
|
||||
- Longform note overlfow-x
|
||||
|
||||
- Trim zap content
|
||||
|
||||
|
||||
## Fixes
|
||||
|
||||
- Upgrade ephermal connection to non-ephemeral
|
||||
|
||||
- Remove relay tag from zaps (Some zap services dont support it)
|
||||
|
||||
- Fix zap parsing for goals
|
||||
|
||||
- Remove extra chars from quoted events to fix loading (`'s` etc)
|
||||
|
||||
- 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
|
||||
https://git.v0l.io/Kieran/snort/compare/v0.1.23...v0.1.24
|
||||
developer: Snort
|
||||
website: https://snort.social
|
||||
dependencies: []
|
||||
|
Loading…
Reference in New Issue
Block a user