Releases: swedishsplidney/BitSwiss
Bitswiss release v1.0.1
second BitSwiss release
whats new: added xwayland fallback if it detects missing symlinks
tested on linux (fedora 44 & ubuntu 24) and windows (11), untested on mac but it probably works
if you are on mac and it says that it is from an unidentified developer:
- right click the app/binary
- select 'open' from the context menu
- a different popup should show up with an 'open' button, click it
the GLFW platform issuesm on linux should now be fixed and you shouldnt have to do anything other than run the binary, but if you still get a glfw error, try forcing xwayland:
# force the platform abstraction layer to x11 backend
QT_QPA_PLATFORM=xcb ./BitSwiss-v1.0.1-linux-x64# drop the Wayland target completely to trigger the client-side fallback
unset WAYLAND_DISPLAY && ./BitSwiss-v1.0.1-linux-x64Bitswiss release v1.0.0
first BitSwiss release!
tested on linux (fedora 44) and windows (11), untested on mac but it probably works
if you are on mac and it says that it is from an unidentified developer:
- right click the app/binary
- select 'open' from the context menu
- a different popup should show up with an 'open' button, click it
expect things to not work/break/act weird, it is only version 1
the full functionality is met though
BitSwiss beta pre-release v1.0.0-beta4
windows exe test
BitSwiss beta pre-release 1.0.0-beta3
windows dll issues test
BitSwiss beta pre-release 1.0.0-beta2
attempt to fix windows dll issues
BitSwiss beta pre-release 1.0.0-beta1
first BitSwiss pre-release!
things will probably break
only the linux binary is tested!!!!! (although they all compiled so I don't see why the others wouldn't work)