Skip to content

Commit

Permalink
v0.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hzrd149 committed Dec 17, 2024
1 parent a9d6099 commit a110092
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 22 deletions.
52 changes: 32 additions & 20 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,31 +1,43 @@
id: nostrudel
title: "noStrudel"
version: 0.41.0.0
version: 0.42.0.0
release-notes: |
### Minor Changes
- Add option to wipe wasm relay database
- Update `@snort/worker-relay` WASM relay
- Add Support for embedding HLS videos
- Support pinning articles
- Add relay discovery map
- Add option to disable keyboard shortcuts
- Move core logic out into applesauce packages
- Add support for olas media posts and NIP-22 comments
- Add tools menu under thread post
- Add favorite DVM feeds
- Add templates to event publisher
- Add validation messages to profile edit view
- Add unknown notifications toggle
- Add option to hide noStrudel logo in nav bar
- Support nostr links in markdown
- Update timelines to use applesauce
- Unclutter notifications view
- Use applesauce for NIP-28 channels
- Add open and share button to stream view
- Add "Proactively authenticate to relays" option to privacy settings, defaults to off
- Add option for debug API
- Remove support for legacy password account
- Add insert gif button
- Add top zappers support page
- Support searching local relay
- Add support for cashu v4 tokens
- Add "q" tags for quoted notes
- Remove legacy npub1 bunker URI format
- Add edit button to event debug modal
- Cleanup zap parsing
- Remove old community trending view
### Patch Changes
- Fixed search results not being cached
- Fix amber signer missing pubkey
- Fix some tidal embeds not playing
- Hide avatars of muted users
- Fix bookmark view not showing latest bookmarks
- Fixed client sending filters with empty #a tags
- Fix client tag breaking POW on notes
- Add noStrudel NIP-05 to domain
- Update bitcoin connect
- Fix relay notes showing notes from other relays from cache
- Improve notifications timeline rendering performance
- Add bookmark button to articles
- Fixed keyboard shortcuts activating when replying to notification
- Fix delete events not getting published to outbox
- Fix page changing from RTL when viewing some profiles
- Refresh relay info on relay page
- Improve list background loading
- Fix bug with removing "about" in profile editor
- Fix automatically disconnecting from authenticated relays
license: MIT
wrapper-repo: "https://github.com/hzrd149/nostrudel-startos"
Expand Down
2 changes: 1 addition & 1 deletion nostrudel
Submodule nostrudel updated 113 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.41.0.0");
compat.migrations.fromMapping({}, "0.42.0.0");

0 comments on commit a110092

Please sign in to comment.