mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-03-17 21:31:43 +01:00
v0.38.0
This commit is contained in:
parent
6d1cfb7afa
commit
eb7f2bfa29
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Add offline mode
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Restore scroll position when returning to the timeline
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": patch
|
||||
---
|
||||
|
||||
Show quotes as mentions in notifications
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Add basic support for flare video kind
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Show unavailable events in threads
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Support kind 16 generic reposts
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Add support for using nostr-relay-tray as cache relay
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": patch
|
||||
---
|
||||
|
||||
count nevent and naddr as pubkey mentions
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Rebuild tools menu
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Improve display of unknown events
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Add track view for stemstr tracks
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Add support for local image proxy and cors servers
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": patch
|
||||
---
|
||||
|
||||
Show NIP-05 verified icons in @ mentions
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Add POW option when writing note
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Add support for nsecBunker OAuth flow
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": patch
|
||||
---
|
||||
|
||||
Fix issue with search relays getting reset
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Remove ackee
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Add threads notifications view
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Add support for bunker://npub@relay NIP-46 login
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Add search when selecting list in feed
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Improve channel message layout
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Add NIP-66 relay stats service
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Add support for OAuth signup flow
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Add NIP definitions when hovering over "NIP-xx"
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Add messages to launchpad
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": patch
|
||||
---
|
||||
|
||||
Fix bug with stuck timelines
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Add CACHE_RELAY option to docker container
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Overhaul core relay code
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": patch
|
||||
---
|
||||
|
||||
Upgrade nostr-tools to v2
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Add simple bookmarks view
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Show Videos an articles on bookmark list
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Add Simple Satellite CDN view
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": minor
|
||||
---
|
||||
|
||||
Add support for .mp3 and .wav urls
|
40
CHANGELOG.md
40
CHANGELOG.md
@ -1,5 +1,45 @@
|
||||
# nostrudel
|
||||
|
||||
## 0.38.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- e8e3dc0: Support for nsecBunker OAuth flow
|
||||
- 31a649e: Add offline mode
|
||||
- 3bae870: Restore scroll position when returning to the timeline
|
||||
- fd6ce3e: Show unavailable events in threads
|
||||
- bbf5b0e: Add POW option when writing note
|
||||
- 91f4c7c: Overhaul core relay code
|
||||
- aaa6208: Support kind 16 generic reposts
|
||||
- f965281: Support using nostr-relay-tray as cache relay
|
||||
- 5831791: Rebuild tools menu
|
||||
- 7640beb: Improve display of unknown events
|
||||
- d1af1e1: Add track view for stemstr tracks
|
||||
- 92fe0bb: Support for local image proxy and cors servers
|
||||
- 1731b66: Show Videos and articles on bookmark list
|
||||
- 9fa2ae4: Add threads notifications view
|
||||
- 33ff50f: Support for bunker://npub@relay NIP-46 login
|
||||
- 05b4ca2: Add search when selecting list in feed
|
||||
- be49839: Improve channel message layout
|
||||
- a39e6ad: Add NIP-66 relay stats service
|
||||
- 1191d99: Add NIP definitions when hovering over "NIP-xx"
|
||||
- c744751: Add messages to launchpad
|
||||
- 075fb4e: Add simple bookmarks view
|
||||
- 1888caa: Build simple flare video page
|
||||
- d9225ed: Add support for .mp3 and .wav urls
|
||||
- ad53ed1: Add Simple Satellite CDN view
|
||||
- c3bcfe4: Remove ackee
|
||||
- 1f77a48: Add CACHE_RELAY option to docker container
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 065a90f: Show quotes as mentions in notifications
|
||||
- 4fb0faa: count nevent and naddr as pubkey mentions
|
||||
- 5831791: Show NIP-05 verified icons in @ mentions
|
||||
- 0972691: Fix issue with search relays getting reset
|
||||
- c744751: Fix bug with stuck timelines
|
||||
- 3204258: Upgrade nostr-tools to v2
|
||||
|
||||
## 0.37.1
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nostrudel",
|
||||
"version": "0.37.1",
|
||||
"version": "0.38.0",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
@ -15,7 +15,9 @@ export default function NotificationsCard({ ...props }: Omit<CardProps, "childre
|
||||
</Heading>
|
||||
<KeyboardShortcut letter="i" requireMeta ml="auto" onPress={() => navigate("/notifications")} />
|
||||
</CardHeader>
|
||||
<CardBody overflowX="auto" overflowY="hidden" pt="0" display="flex" gap="4"></CardBody>
|
||||
<CardBody overflowX="auto" overflowY="hidden" pt="0" display="flex" gap="4">
|
||||
<h1>Nothing here yet</h1>
|
||||
</CardBody>
|
||||
</Card>
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user