Browse Source
Update noStrudel to v0.41.0 (#1506)
Co-authored-by: nmfretz <nmfretz@gmail.com>
main
hzrd149
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
22 additions and
3 deletions
-
nostrudel/docker-compose.yml
-
nostrudel/umbrel-app.yml
|
|
@ -12,7 +12,7 @@ services: |
|
|
|
environment: |
|
|
|
CORSANYWHERE_REQUIRE_HEADERS: "host" |
|
|
|
web: |
|
|
|
image: ghcr.io/hzrd149/nostrudel:0.38.3@sha256:cda4e5964e2f24f118547189819465682997fe8b3d6e0b688a3ae0685fed00da |
|
|
|
image: ghcr.io/hzrd149/nostrudel:0.41.0@sha256:94936037a0370d3c63bcc1beba62d18c20bd9b723073e695549cd75d2076ff2f |
|
|
|
restart: on-failure |
|
|
|
stop_grace_period: 1m |
|
|
|
init: true |
|
|
|
|
|
@ -2,13 +2,32 @@ manifestVersion: 1 |
|
|
|
id: nostrudel |
|
|
|
category: social |
|
|
|
name: noStrudel |
|
|
|
version: "0.38.3" |
|
|
|
version: "0.41.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: "" |
|
|
|
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 |
|
|
|
|
|
|
|
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: [] |
|
|
|