Skip to content

Commit

Permalink
update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
hzrd149 committed Feb 9, 2024
1 parent d6ea4d9 commit c26864f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/procedures/migrations.ts
Original file line number Diff line number Diff line change
@@ -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");

0 comments on commit c26864f

Please sign in to comment.