create release 0.13.0

This commit is contained in:
hzrd149 2023-06-29 11:12:06 -05:00
parent 43ceb12a4c
commit dfb0523fdf
13 changed files with 20 additions and 56 deletions

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Handle hashtags in search view

View File

@ -1,5 +0,0 @@
---
"nostrudel": patch
---
Add validation check to LNURL address in profile edit view

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Fetch open graph metadata for links

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Display custom emojis

View File

@ -1,5 +0,0 @@
---
"nostrudel": patch
---
Fix user app settings being cached

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add relay icons to notes

View File

@ -1,5 +0,0 @@
---
"nostrudel": patch
---
Use nevent when quote reposting note

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
replace momentjs with dayjs

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add multi relay selection to hashtag view

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Improve editing and saving app settings

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add CORS proxy

View File

@ -1,5 +1,24 @@
# nostrudel
## 0.13.0
### Minor Changes
- 644c53e: Handle hashtags in search view
- 0cc4059: Fetch open graph metadata for links
- 2eeb79c: Display custom emojis
- 214487e: Add relay icons to notes
- f383903: replace momentjs with dayjs
- 5d19861: Add multi relay selection to hashtag view
- 39ef920: Improve editing and saving app settings
- 0cc4059: Add CORS proxy
### Patch Changes
- 9936c25: Add validation check to LNURL address in profile edit view
- 7f162ac: Fix user app settings being cached
- 17d5160: Use nevent when quote reposting note
## 0.12.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "nostrudel",
"version": "0.12.0",
"version": "0.13.0",
"private": true,
"license": "MIT",
"scripts": {