From c26864ffbc5113b29aba53ddd57294dbb8b4f102 Mon Sep 17 00:00:00 2001 From: hzrd149 Date: Fri, 9 Feb 2024 10:33:24 +0000 Subject: [PATCH] update instructions --- instructions.md | 2 +- manifest.yaml | 4 ++-- scripts/procedures/migrations.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/instructions.md b/instructions.md index fdef085..2890136 100644 --- a/instructions.md +++ b/instructions.md @@ -2,7 +2,7 @@ - Click `launch UI` to access your personal noStrudel client - Create a new account or access an existing account by using a nip-07 browser extension. If creating a new account, be sure to securely back up the private key, preferably using Vaultwarden on your Start9 server -- Select the relays you want to use to browse nostr +- Select the relays you want to use to browse nostr or use your existing relays from other nostr apps ## Using your local nostr relay (optional) diff --git a/manifest.yaml b/manifest.yaml index 4374f4b..a908f3b 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -5,9 +5,9 @@ id: nostrudel # A human readable service title title: "noStrudel" # Service version - accepts up to four digits, where the last confirms to revisions necessary for StartOS - see documentation: https://github.com/Start9Labs/emver-rs. This value will change with each release of the service. -version: 0.38.3.0 +version: 0.38.3.1 # Release notes for the update - can be a string, paragraph or URL -release-notes: -> +release-notes: | - Support for nsecbunker and the new OAuth flow - Added simple "Launchpad" view (most stuff will be added in the future) - Restore scroll position when returning to the timeline diff --git a/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index 2837228..1b3b513 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.38.3.0"); + compat.migrations.fromMapping({}, "0.38.3.1");