Skip to content

Commit

Permalink
v0.39.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hzrd149 committed Mar 8, 2024
1 parent 202a9a8 commit ad0e6f1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
22 changes: 14 additions & 8 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion nostrudel
Submodule nostrudel updated 396 files
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.1");
compat.migrations.fromMapping({}, "0.39.0.0");

0 comments on commit ad0e6f1

Please sign in to comment.