Skip to content

Releases: XDSEC/WebSocketReflectorX

0.2.7

27 May 22:56
2d5498b
Compare
Choose a tag to compare
  • Add Single Application implementation for better user experience.
  • Desktop icon and metadata fixes for different platforms.

0.2.6

25 Apr 15:36
cefd3c6
Compare
Choose a tag to compare
  • fallback to random available port when 3307 is not available, closes #6 .

Full Changelog: 0.2.5...0.2.6

0.2.5

25 Apr 10:52
d93336c
Compare
Choose a tag to compare

Add heartbeat logics for daemon, fixes #5.

0.2.4

12 Apr 08:31
2eed3f9
Compare
Choose a tag to compare

fix ci compression

0.2.3

12 Apr 08:21
8246276
Compare
Choose a tag to compare

Add CLI builds.

0.2.2

09 Apr 07:42
57e24c7
Compare
Choose a tag to compare

Full Changelog: 0.2.1...0.2.2

Fix MacOS packaging issues.

more updates please refer to previous release notes.

0.2.1

08 Apr 17:37
a04e899
Compare
Choose a tag to compare

Full Changelog: wsrx-desktop-v0.1.11...0.2.1

UI migrations

Switch from Tauri to Qt 6, sadly increasing binary size on some platforms.

this migration fixes WSRX look and feel in different platforms, may provide better experience.

Bug fixes

visual issues.

Command Line Tools

This release contains the desktop GUI application and the cli daemon, so it's size may too big for some users.

you can just install the command-line tool from Cargo:

cargo install wsrx --features=binary

then you can use wsrx directly without desktop application.

Linux users

AppImage packaging tool has an incomplete support for wayland, in some wayland platforms you will see the desktop application outputs some errors and start the GUI in XWayland, this is an upstream issue, not related to WSRX itself, so do not post issues here.

For Arch Linux users, the better choice maybe:

yay -S wsrx-git
# or you use paru
paru -S wsrx-git

then you can use WSRX desktop application with native wayland support.

PRs about GitHub CI for other linux distro are welcome!

WSRX Desktop v0.1.11

09 Dec 12:39
0de8ba4
Compare
Choose a tag to compare

Update hyper and tokio dependencies.

no bug fixes after previous release.

WSRX Desktop v0.1.8

07 Nov 07:03
cc6b22a
Compare
Choose a tag to compare
  • update crate uuid to 1.5

no big updates or fixes for this version.

WSRX Desktop v0.1.6

09 Oct 09:01
312801f
Compare
Choose a tag to compare
  • remove openssl requirement when using deb
  • update dependencies