Skip to content

Releases: CodyTseng/nostr-relay-tray

v1.9.1

25 Nov 13:54
Compare
Choose a tag to compare

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

06 Oct 08:13
Compare
Choose a tag to compare

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

17 Sep 09:09
Compare
Choose a tag to compare

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

08 Sep 09:08
Compare
Choose a tag to compare

Change Log

  • Support WoT

If you want to use Apple Silicon version, you need to build it from the source code.

v1.7.0

06 Sep 14:32
Compare
Choose a tag to compare

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

27 Jul 04:47
Compare
Choose a tag to compare

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

21 Jul 16:04
Compare
Choose a tag to compare

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

20 Jul 06:46
Compare
Choose a tag to compare

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.

⚠️ If you have not previously run nostr-relay-tray, you will not be able to run this version properly. This issue has been fixed in https://github.com/CodyTseng/nostr-relay-tray/releases/tag/v1.5.1.

v1.4.0

28 Jun 12:54
Compare
Choose a tag to compare

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

12 Jun 05:09
Compare
Choose a tag to compare

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