This commit is contained in:
hzrd149 2024-12-17 14:39:28 -06:00
parent 5e12477d14
commit 2faa014720
34 changed files with 40 additions and 161 deletions

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add support for NIP-22 comments on media posts

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add edit button to event debug modal

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Remove legacy npub1 bunker URI format

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add tools menu under thread post

View File

@ -1,5 +0,0 @@
---
"nostrudel": patch
---
Fix delete events not getting published to outbox

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add templates to event publisher

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add validation messages to profile edit view

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add unknown notifications toggle

View File

@ -1,5 +0,0 @@
---
"nostrudel": patch
---
Fix page changing from RTL when viewing some profiles

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add option to hide noStrudel logo in nav bar

View File

@ -1,5 +0,0 @@
---
"nostrudel": patch
---
Refresh relay info on relay page

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Support nostr links in markdown

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Update timelines to use applesauce

View File

@ -1,5 +0,0 @@
---
"nostrudel": patch
---
Improve list background loading

View File

@ -1,5 +0,0 @@
---
"nostrudel": patch
---
Fix bug with removing "about" in profile editor

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Unclutter notifications view

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Use applesauce-core for NIP-28 channels

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Cleanup zap parsing

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add open and share button to stream view

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add "Proactively authenticate to relays" option to privacy settings, defaults to off

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add option for debug API

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Move core logic out into applesauce packages

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Remove support for legacy password account

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add insert gif button

View File

@ -1,5 +0,0 @@
---
"nostrudel": patch
---
Fix automatically disconnecting from authenticated relays

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add top zappers support page

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Support searching local relay

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add support for cashu v4 tokens

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add favorite DVM feeds

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add "q" tags for quoted notes

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add support for Olas media posts

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Remove old community trending view

View File

@ -1,5 +1,44 @@
# nostrudel
## 0.42.0
### Minor Changes
- 4d0d770: Move core logic out into applesauce packages
- 2f1d50a: Add support for olas media posts and NIP-22 comments
- b7bf4a3: Add tools menu under thread post
- 820d8ab: Add favorite DVM feeds
- 6e6baa7: Add templates to event publisher
- 5777ea6: Add validation messages to profile edit view
- 0e20544: Add unknown notifications toggle
- 4659ad7: Add option to hide noStrudel logo in nav bar
- 979a860: Support nostr links in markdown
- 60b61e9: Update timelines to use applesauce
- e0e2ed9: Unclutter notifications view
- 962ba25: Use applesauce for NIP-28 channels
- f15328f: Add open and share button to stream view
- bbd19d7: Add "Proactively authenticate to relays" option to privacy settings, defaults to off
- dd37773: Add option for debug API
- 6157bec: Remove support for legacy password account
- 5403d37: Add insert gif button
- 694e261: Add top zappers support page
- 81e4c5f: Support searching local relay
- f2f8186: Add support for cashu v4 tokens
- 0e20544: Add "q" tags for quoted notes
- 0438f3e: Remove legacy npub1 bunker URI format
- 6e6baa7: Add edit button to event debug modal
- 5ea8604: Cleanup zap parsing
- 5ea8604: Remove old community trending view
### Patch Changes
- cab89b6: Fix delete events not getting published to outbox
- dec7230: Fix page changing from RTL when viewing some profiles
- 962ba25: Refresh relay info on relay page
- cab89b6: Improve list background loading
- fc8c758: Fix bug with removing "about" in profile editor
- bbd19d7: Fix automatically disconnecting from authenticated relays
## 0.41.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "nostrudel",
"version": "0.41.0",
"version": "0.42.0",
"private": true,
"license": "MIT",
"repository": {