mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-03-17 21:31:43 +01:00
Add list views
This commit is contained in:
parent
2af74b4b56
commit
7f28a3b83f
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Show streamer cards in stream view on desktop
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Show emoji reactions on notes
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Add bookmark button to notes
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Add more details to publish details modal
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Add browse lists view
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Add sats per minute button on stream view on desktop
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": patch
|
||||
---
|
||||
|
||||
Fix bug with reactions showing on wrong notes
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Add option to favorite lists
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Filter relay reviews by list
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Allow user to select people list for home feed
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Show note lists on lists view
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": patch
|
||||
---
|
||||
|
||||
fix bug where mentioning npub would freeze app
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Add delete button for lists
|
21
CHANGELOG.md
21
CHANGELOG.md
@ -1,5 +1,26 @@
|
||||
# nostrudel
|
||||
|
||||
## 0.25.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- f83d1ad: Show streamer cards in stream view on desktop
|
||||
- c79c292: Show emoji reactions on notes
|
||||
- 0af6c2c: Add bookmark button to notes
|
||||
- 8ea8c88: Add more details to publish details modal
|
||||
- d53a34c: Add browse lists view
|
||||
- 343a23c: Add sats per minute button on stream view on desktop
|
||||
- 6bb4589: Add option to favorite lists
|
||||
- 8ea8c88: Filter relay reviews by list
|
||||
- f6f4656: Allow user to select people list for home feed
|
||||
- 0af6c2c: Show note lists on lists view
|
||||
- 63474a7: Add delete button for lists
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 954ec50: Fix reactions showing on wrong notes
|
||||
- fbc1ea4: Fix mentioning npub would freeze app
|
||||
|
||||
## 0.24.0
|
||||
|
||||
### Minor Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nostrudel",
|
||||
"version": "0.24.0",
|
||||
"version": "0.25.0",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user