This commit is contained in:
hzrd149 2024-02-03 18:10:10 +00:00
parent 6d1cfb7afa
commit eb7f2bfa29
36 changed files with 44 additions and 167 deletions

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add offline mode

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Restore scroll position when returning to the timeline

View File

@ -1,5 +0,0 @@
---
"nostrudel": patch
---
Show quotes as mentions in notifications

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add basic support for flare video kind

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Show unavailable events in threads

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Support kind 16 generic reposts

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add support for using nostr-relay-tray as cache relay

View File

@ -1,5 +0,0 @@
---
"nostrudel": patch
---
count nevent and naddr as pubkey mentions

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Rebuild tools menu

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Improve display of unknown events

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add track view for stemstr tracks

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add support for local image proxy and cors servers

View File

@ -1,5 +0,0 @@
---
"nostrudel": patch
---
Show NIP-05 verified icons in @ mentions

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add POW option when writing note

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add support for nsecBunker OAuth flow

View File

@ -1,5 +0,0 @@
---
"nostrudel": patch
---
Fix issue with search relays getting reset

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Remove ackee

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add threads notifications view

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add support for bunker://npub@relay NIP-46 login

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add search when selecting list in feed

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Improve channel message layout

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add NIP-66 relay stats service

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add support for OAuth signup flow

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add NIP definitions when hovering over "NIP-xx"

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add messages to launchpad

View File

@ -1,5 +0,0 @@
---
"nostrudel": patch
---
Fix bug with stuck timelines

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add CACHE_RELAY option to docker container

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Overhaul core relay code

View File

@ -1,5 +0,0 @@
---
"nostrudel": patch
---
Upgrade nostr-tools to v2

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add simple bookmarks view

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Show Videos an articles on bookmark list

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add Simple Satellite CDN view

View File

@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add support for .mp3 and .wav urls

View File

@ -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

View File

@ -1,6 +1,6 @@
{
"name": "nostrudel",
"version": "0.37.1",
"version": "0.38.0",
"private": true,
"license": "MIT",
"repository": {

View File

@ -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>
);
}