Update noStrudel to v0.42.0 (#1946)

This commit is contained in:
hzrd149 2024-12-17 19:16:30 -06:00 committed by GitHub
parent 9b60535d36
commit 0e091e1ddb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 39 additions and 21 deletions

View File

@ -12,7 +12,7 @@ services:
environment:
CORSANYWHERE_REQUIRE_HEADERS: "host"
web:
image: ghcr.io/hzrd149/nostrudel:0.41.0@sha256:94936037a0370d3c63bcc1beba62d18c20bd9b723073e695549cd75d2076ff2f
image: ghcr.io/hzrd149/nostrudel:0.42.0@sha256:2c399be9ba816519d2b3d68b19c6b1da81c5d3390491e6a6ec6578a6fa0110dd
restart: on-failure
stop_grace_period: 1m
init: true

View File

@ -2,32 +2,50 @@ manifestVersion: 1
id: nostrudel
category: social
name: noStrudel
version: "0.41.0"
version: "0.42.0"
tagline: A sandbox for exploring nostr
description: >-
noStrudel is a nostr web client that is focused on exploring the nostr network.
The focus is on power users or any other users who want to learn the inner workings of nostr.
releaseNotes: >-
New Features:
- Add option to wipe wasm relay database
- Add support for showing embedded HLS videos
- Support pinning articles
- Add relay discovery map
- Add option to disable keyboard shortcuts
- Hide avatars of muted users
- Add bookmark button to articles
- Improve notifications timeline rendering performance
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
### 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
Bug Fixes:
- Fix search results not being cached
- Fix amber signer missing pubkey
- Fix some tidal embeds not playing
- Fix bookmark view not showing latest bookmarks
- Fix client sending filters with empty #a tags
- Fix client tag breaking POW on notes
- Fix relay notes showing notes from other relays from cache
- Fix keyboard shortcuts activating when replying to notification
developer: hzrd149
website: https://github.com/hzrd149/nostrudel
dependencies: []