Skip to content

Releases: swedishsplidney/BitSwiss

Bitswiss release v1.0.1

08 Jun 21:06

Choose a tag to compare

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-x64

Bitswiss release v1.0.0

07 Jun 08:45

Choose a tag to compare

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

07 Jun 07:51

Choose a tag to compare

Pre-release

windows exe test

BitSwiss beta pre-release 1.0.0-beta3

07 Jun 07:43

Choose a tag to compare

Pre-release

windows dll issues test

BitSwiss beta pre-release 1.0.0-beta2

07 Jun 07:07

Choose a tag to compare

Pre-release

attempt to fix windows dll issues

BitSwiss beta pre-release 1.0.0-beta1

05 Jun 09:03

Choose a tag to compare

Pre-release

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)