Releases: CodyTseng/nostr-relay-tray
v1.9.1
Change Log
- Supports simple full-text search (since it uses a trigram tokenizer, the query string must be at least three characters long).
- Supports jumping to jumble for browsing local events.
On the first startup, this version will take a few minutes to build the table required for full-text search. The duration depends on the number of local events.
If you want to use Apple Silicon version, you need to build it from the source code.
v1.8.2
Change Log
- Fix startup issue due to missing module (Thanks to @maxbrito500 for reporting #44)
If you want to use Apple Silicon version, you need to build it from the source code.
v1.8.1
Change Log
- Fix WoT cannot be disabled
If you want to use Apple Silicon version, you need to build it from the source code.
v1.8.0
Change Log
- Support WoT
If you want to use Apple Silicon version, you need to build it from the source code.
v1.7.0
Change Log
- Add proxy support
- Add regex matching support for content
- Refactor
If you want to use Apple Silicon version, you need to build it from the source code.
v1.6.0
Change Log
- Resolve issue with kind condition not working
- Add heartbeat check to update connection status promptly
- Add log viewer
- Add default filter limit option
If you want to use Apple Silicon version, you need to build it from the source code.
v1.5.1
Change Log
- fix: resolve initial launch failure due to config retrieval issues
If you want to use Apple Silicon version, you need to build it from the source code.
v1.5.0
Change Log
- Add the ability to clear all events
- Dark mode
- Add the ability to join hubs
If you want to use Apple Silicon version, you need to build it from the source code.
v1.4.0
Change Log
- Add max payload configuration option
- Use framless window on macOS
- Support changing tray icon color on Linux and Windows
- Cache homepage data
If you want to use Apple Silicon version, you need to build it from the source code.
v1.3.0
Change Log
- Support automatic startup at boot
- Support setting which events are allowed or denied
- Refactored the entire project structure to facilitate future feature additions
- Updated the
@nostr-relay/event-repository-sqlite
package to enhance query efficiency