mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-03-17 21:31:43 +01:00
bump version: Communities
This commit is contained in:
parent
87efc38957
commit
ec9e58b58c
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": patch
|
||||
---
|
||||
|
||||
Fix hashtags and links with mark characters in them
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Show users joined communities on about page
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": patch
|
||||
---
|
||||
|
||||
Improve drawer navigation
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": patch
|
||||
---
|
||||
|
||||
Center layout
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Add vote buttons to community view
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Add approval button for pending community posts
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Add option to repost note to community
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Add network dm graph
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Show community members
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Improve community view on mobile
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": patch
|
||||
---
|
||||
|
||||
Fix reaction counts when user react multiple times
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Add support for kind 6 events in communities
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Add option to search notes in search view
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Add community create and edit modals
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": patch
|
||||
---
|
||||
|
||||
Add "show more" button when viewing all reactions
|
22
CHANGELOG.md
22
CHANGELOG.md
@ -1,5 +1,27 @@
|
||||
# nostrudel
|
||||
|
||||
## 0.32.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0414039: Show users joined communities on about page
|
||||
- 5d66750: Add vote buttons to community view
|
||||
- 5f9c96e: Add approval button for pending community posts
|
||||
- 0d00f71: Add network dm graph tool
|
||||
- d7e289a: Show community members
|
||||
- 5d66750: Improve community view on mobile
|
||||
- 8871aed: Add support for kind 6 events in communities
|
||||
- 1f73120: Add option to search notes in search view
|
||||
- 28de4d4: Add community create and edit modals
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5ac4cfc: Fix hashtags and links with (non-english) mark characters in them
|
||||
- 7b03925: Improve drawer navigation
|
||||
- a11d448: Center layout
|
||||
- 1c8f005: Fix reaction counts when user react multiple times
|
||||
- 35236c6: Add "show more" button when viewing all reactions
|
||||
|
||||
## 0.31.0
|
||||
|
||||
### Minor Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nostrudel",
|
||||
"version": "0.31.0",
|
||||
"version": "0.32.0",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user