Browse Source

Update app: Snort v0.1.8 (#533)

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

2
snort/docker-compose.yml

@ -7,5 +7,5 @@ services:
APP_PORT: 80 APP_PORT: 80
web: web:
image: ghcr.io/v0l/snort:v0.1.7@sha256:29afcf98dbaba9eff4193b63499765b6e485e653f83779168d508280042d6e3c image: ghcr.io/v0l/snort:v0.1.8@sha256:ccc07d680cf2210873ac28c90a305de43777d968ce4b06c6824d26362bde9e67
init: true init: true

43
snort/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: snort id: snort
category: Social category: Social
name: Snort name: Snort
version: "v0.1.7" version: "v0.1.8"
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,49 +11,48 @@ description: >-
releaseNotes: >- releaseNotes: >-
## Added ## Added
* Per event zap targets by @v0l * Tamil Language support
* Content warning (NIP-36) support by @v0l * Quoted notes are rendered embedded
* Polls (NIP-69) by @v0l * Multi-account support for subscribers
* Snort subscriptions by @v0l * Zapper key loading processing in background to speed up profile loading
* NIP-94 File header support by @v0l * Export keys page added to settings
* Link previews by @ghobs91 & @v0l * NIP-94 support for rendering quoted file metadata events
* Cmd+Enter to post note by @v0l * Interactions cache (zaps/likes/reports) for better UX
* `nostr:` links (NIP-27) by @v0l * Full screen image/video previews in modal
* Tending users on Search page by @ghobs91 & @v0l * Re-broadcast own events dialog
* Nostr wallet connect support
## Changed * Cashu token parsing preview with redeem link
* Paste image upload by @vivganes * Trending notes/people tabs added to search page
* Note creator note preview by @v0l
* Login private key input masking by @vivganes ## Changed
* Profile page loads only 200 latest notes, improving profile load times for accounts with less activity
## Fixed * New user flow has been tweaked to be shorter with NIP5 & Twitter import steps removed
* Fix note creator closing on thread when new replies load by @SamSamskies
* Follow hashtag tab highlighting by @SamSamskies ## Fixed
* Language dropdown defaults to Arabic by @vivganes * Thread navigation without page reload
* Bookmarks showing reactions by @vivganes * NIP-42 functionality restored
* Single zapper on note only shows name by @vivganes * `a` tagged kind 1 replies render properly under root event
* Broken link previews show empty box by @vivganes
* Render jfif images by @v0l **Full Changelog**: https://github.com/v0l/snort/compare/v0.1.7...v0.1.8
developer: Snort developer: Snort
website: https://snort.social website: https://snort.social
dependencies: [] dependencies: []

Loading…
Cancel
Save