Releases: XDSEC/WebSocketReflectorX
0.2.7
- Add Single Application implementation for better user experience.
- Desktop icon and metadata fixes for different platforms.
0.2.6
- fallback to random available port when 3307 is not available, closes #6 .
Full Changelog: 0.2.5...0.2.6
0.2.5
0.2.4
fix ci compression
0.2.3
Add CLI builds.
0.2.2
Full Changelog: 0.2.1...0.2.2
Fix MacOS packaging issues.
more updates please refer to previous release notes.
0.2.1
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
Update hyper and tokio dependencies.
no bug fixes after previous release.
WSRX Desktop v0.1.8
- update crate
uuid
to1.5
no big updates or fixes for this version.
WSRX Desktop v0.1.6
- remove openssl requirement when using deb
- update dependencies