From bce81e4e68ebbf50504db982d8190228b5c7594b Mon Sep 17 00:00:00 2001 From: hzrd149 Date: Mon, 2 Sep 2024 10:41:54 -0500 Subject: [PATCH] v0.40.0 --- Dockerfile | 1 - manifest.yaml | 22 +++++++++------------- nostrudel | 2 +- scripts/procedures/migrations.ts | 2 +- 4 files changed, 11 insertions(+), 16 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2e32585..f61aae3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,6 @@ COPY ./nostrudel . # Build ENV VITE_COMMIT_HASH="" ENV VITE_APP_VERSION="Start9-OS" -ENV ENABLE_CLIENT_TAG="false" RUN yarn build FROM nginx:stable-alpine-slim diff --git a/manifest.yaml b/manifest.yaml index e215646..6e742c6 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,19 +1,15 @@ id: nostrudel title: "noStrudel" -version: 0.39.0.0 +version: 0.40.0.0 release-notes: | - - Add "open in" modal (NIP-89) - - Add event publisher tool - - Added Event Console tool - - Add option to automatically decrypt DMs - - Add UI tab to relays - - Fix custom emoji reactions having multiple colons - - Fix jsonl database export format - - Fix auto-playing blurred videos - - Fix bunker://pubkey connect URIs - - Fix profile form removing unknown metadata fields - - Unblur all images when clicking on a note - - Update emojilib + - Add support for NIP-49 (ncryptsec) + - Add wiki pages + - Add simple article view + - Add blindspots discovery feed\ + - Add support for WASM relay and signature verification + - Add blossom media upload option + - Add support for native android and ios sharing + - Add support for NIP-51 search relay list license: MIT wrapper-repo: "https://github.com/hzrd149/nostrudel-startos" diff --git a/nostrudel b/nostrudel index 855692c..17c38bf 160000 --- a/nostrudel +++ b/nostrudel @@ -1 +1 @@ -Subproject commit 855692c1b4c009eee4bb16297394fd7ad1789488 +Subproject commit 17c38bfb9bfda134437ff1ebab5e7238d24ba2db diff --git a/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index 8efe6d9..8f8acd3 100644 --- a/scripts/procedures/migrations.ts +++ b/scripts/procedures/migrations.ts @@ -1,4 +1,4 @@ import { compat, types as T } from "../deps.ts"; export const migration: T.ExpectedExports.migration = - compat.migrations.fromMapping({}, "0.39.0.0"); + compat.migrations.fromMapping({}, "0.40.0.0");