Browse Source

Update Snort to v0.1.24 (#906)

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

2
snort/docker-compose.yml

@ -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

83
snort/umbrel-app.yml

@ -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 `nostr.watch` code for adding new users to random relays
- Render kind `10_002` on profile relays tab
- Removed Twitter embed
- `@snort/system` using eventemitter3 for triggering events
- Removed attachment button on DM's
- Use latest `NIP-51` spec (Bookmarks/Interests/`NIP-28` PublicChatList)
- Note broadcaster dialog changed to toast notification
- `nreq` support (Demo)
- Removed npub link from profile (use QR button)
- Write profile/relays to blasters
- Render image size from `imeta` tags
- `@snort/system` automated outbox model (automatic fetching of relay metadata)
- Style fixes
- Zap pool slider tweak
## Fixes
- New Malay translations
- Upgrade ephermal connection to non-ephemeral
- Updated Persian translations
- Remove relay tag from zaps (Some zap services dont support it)
- Updated Finnish translations
- Fix zap parsing for goals
- Updated French translations
- Remove extra chars from quoted events to fix loading (`'s` etc)
- Updated German translations
- CSS Fixes for profile card on light theme
- Updated Hungarian translations
- Zap counting on replacable events
- Updated Swedish translations
- `NIP-28` chats loading
- Updated Japanese translations
- Overflowing modal UI
## Fixed
- Live stream widget layout with long titles
- Longform note overlfow-x
- Notifications marker has returned from its long slumber
- Trim zap content
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…
Cancel
Save