Update noStrudel to version 0.46.1 (#3485)
Co-authored-by: Alexander L. <lackner.alex@gmail.com>
This commit is contained in:
parent
c37e1db3a5
commit
209abb04a8
@ -12,7 +12,7 @@ services:
|
||||
environment:
|
||||
CORSANYWHERE_REQUIRE_HEADERS: "host"
|
||||
web:
|
||||
image: ghcr.io/hzrd149/nostrudel:0.42.0@sha256:2c399be9ba816519d2b3d68b19c6b1da81c5d3390491e6a6ec6578a6fa0110dd
|
||||
image: ghcr.io/hzrd149/nostrudel:0.46.1@sha256:c89738d354beeef4c41a3b73d483ee8a5ba03950691d0966a7310ed10fc980ef
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
init: true
|
||||
|
||||
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: nostrudel
|
||||
category: social
|
||||
name: noStrudel
|
||||
version: "0.42.0"
|
||||
version: "0.46.1"
|
||||
tagline: A sandbox for exploring nostr
|
||||
description: >-
|
||||
noStrudel is a nostr web client that is focused on exploring the nostr network.
|
||||
@ -11,40 +11,16 @@ description: >-
|
||||
releaseNotes: |
|
||||
### Minor Changes
|
||||
|
||||
- Move core logic out into applesauce packages
|
||||
- Add support for olas media posts and NIP-22 comments
|
||||
- Add tools menu under thread post
|
||||
- Add favorite DVM feeds
|
||||
- Add templates to event publisher
|
||||
- Add validation messages to profile edit view
|
||||
- Add unknown notifications toggle
|
||||
- Add option to hide noStrudel logo in nav bar
|
||||
- Support nostr links in markdown
|
||||
- Update timelines to use applesauce
|
||||
- Unclutter notifications view
|
||||
- Use applesauce for NIP-28 channels
|
||||
- Add open and share button to stream view
|
||||
- Add "Proactively authenticate to relays" option to privacy settings, defaults to off
|
||||
- Add option for debug API
|
||||
- Remove support for legacy password account
|
||||
- Add insert gif button
|
||||
- Add top zappers support page
|
||||
- Support searching local relay
|
||||
- Add support for cashu v4 tokens
|
||||
- Add "q" tags for quoted notes
|
||||
- Remove legacy npub1 bunker URI format
|
||||
- Add edit button to event debug modal
|
||||
- Cleanup zap parsing
|
||||
- Remove old community trending view
|
||||
- Add option for custom share service (njump.me)
|
||||
- Add article reader component using native web TTS API
|
||||
- Show favorite relays in discovery view
|
||||
- Add relay feed to discovery view
|
||||
- Redesign user profile navigation
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Fix delete events not getting published to outbox
|
||||
- Fix page changing from RTL when viewing some profiles
|
||||
- Refresh relay info on relay page
|
||||
- Improve list background loading
|
||||
- Fix bug with removing "about" in profile editor
|
||||
- Fix automatically disconnecting from authenticated relays
|
||||
- Fix open graph link images not being blured
|
||||
- Fix ncrypsec accounts not prompting for decryption password
|
||||
|
||||
developer: hzrd149
|
||||
website: https://github.com/hzrd149/nostrudel
|
||||
|
||||
Loading…
Reference in New Issue
Block a user