From 3851cddfe3c90bc2c37d8905a1fd0db91d1df8ed Mon Sep 17 00:00:00 2001 From: hzrd149 Date: Thu, 19 Sep 2024 15:53:31 -0500 Subject: [PATCH 1/3] Update noStrudel to v0.41.0 --- nostrudel/docker-compose.yml | 2 +- nostrudel/umbrel-app.yml | 27 +++++++++++++++++++++++++-- 2 files changed, 26 insertions(+), 3 deletions(-) diff --git a/nostrudel/docker-compose.yml b/nostrudel/docker-compose.yml index 66c0695067..0d51bc993c 100644 --- a/nostrudel/docker-compose.yml +++ b/nostrudel/docker-compose.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 restart: on-failure stop_grace_period: 1m init: true diff --git a/nostrudel/umbrel-app.yml b/nostrudel/umbrel-app.yml index f504fc1638..e16203dc0f 100644 --- a/nostrudel/umbrel-app.yml +++ b/nostrudel/umbrel-app.yml @@ -2,13 +2,36 @@ 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: [] From e4823dcb80fdc4766e036477f6f0d39d38c0ce3e Mon Sep 17 00:00:00 2001 From: nmfretz Date: Fri, 20 Sep 2024 09:24:45 +1000 Subject: [PATCH 2/3] Add multiarch digest --- nostrudel/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nostrudel/docker-compose.yml b/nostrudel/docker-compose.yml index 0d51bc993c..2bdd023cb2 100644 --- a/nostrudel/docker-compose.yml +++ b/nostrudel/docker-compose.yml @@ -12,7 +12,7 @@ services: environment: CORSANYWHERE_REQUIRE_HEADERS: "host" web: - image: ghcr.io/hzrd149/nostrudel:0.41.0 + image: ghcr.io/hzrd149/nostrudel:0.41.0@sha256:94936037a0370d3c63bcc1beba62d18c20bd9b723073e695549cd75d2076ff2f restart: on-failure stop_grace_period: 1m init: true From b31941e6954d51eaa8245c8d503d15a50b6c78e6 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Fri, 20 Sep 2024 09:24:53 +1000 Subject: [PATCH 3/3] Format release notes --- nostrudel/umbrel-app.yml | 40 ++++++++++++++++++---------------------- 1 file changed, 18 insertions(+), 22 deletions(-) diff --git a/nostrudel/umbrel-app.yml b/nostrudel/umbrel-app.yml index e16203dc0f..8b3cb36f2c 100644 --- a/nostrudel/umbrel-app.yml +++ b/nostrudel/umbrel-app.yml @@ -9,29 +9,25 @@ description: >- 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 - ### 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 - + 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: []