diff --git a/manifest.yaml b/manifest.yaml index 584ce88..e215646 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,14 +1,20 @@ id: nostrudel title: "noStrudel" -version: 0.38.3.1 +version: 0.39.0.0 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 - - Show unavailable events in threads - - Organized all the "other stuff" in a tools page - - Added support to cache events in local relays instead of the browsers cache - - And a ton more, read them all in the [changelog](https://github.com/hzrd149/nostrudel/blob/master/CHANGELOG.md#0380) + - 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 + license: MIT wrapper-repo: "https://github.com/hzrd149/nostrudel-startos" upstream-repo: "https://github.com/hzrd149/nostrudel" diff --git a/nostrudel b/nostrudel index 8879641..855692c 160000 --- a/nostrudel +++ b/nostrudel @@ -1 +1 @@ -Subproject commit 8879641511cb22eeb1b782b013be0bda86a18c8e +Subproject commit 855692c1b4c009eee4bb16297394fd7ad1789488 diff --git a/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index 1b3b513..8efe6d9 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.1"); + compat.migrations.fromMapping({}, "0.39.0.0");