mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-03-17 21:31:43 +01:00
create release 0.13.0
This commit is contained in:
parent
43ceb12a4c
commit
dfb0523fdf
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Handle hashtags in search view
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": patch
|
||||
---
|
||||
|
||||
Add validation check to LNURL address in profile edit view
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Fetch open graph metadata for links
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Display custom emojis
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": patch
|
||||
---
|
||||
|
||||
Fix user app settings being cached
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Add relay icons to notes
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": patch
|
||||
---
|
||||
|
||||
Use nevent when quote reposting note
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
replace momentjs with dayjs
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Add multi relay selection to hashtag view
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Improve editing and saving app settings
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Add CORS proxy
|
19
CHANGELOG.md
19
CHANGELOG.md
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nostrudel",
|
||||
"version": "0.12.0",
|
||||
"version": "0.13.0",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user