Beskar v0.7.1 Beta - Bug Fixes
Pre-releaseBug Fixes
- Fixed issue in
settings.py
which prevented the app from working on any operating system other than Windows, see f2e65d9. - Fixed issue with slider in Apply Voltage page for aspect ratios less than 21:9, see 1c98a10.
UI Changes
- Centered header in
MockedModePopup
, see 04fa61f.
Compiling from Source
- Fixed absolute paths in
setup-exe-script.iss
, see 8e080c5. - Created
convert-to-exe.py
to replaceconvert-to-exe.bat
to make it easier for other people to compile from source, see 5efae92. - Added new
DLL
s and removed oldDLL
s fromsetup-exe-script.iss
.
Binaries are included with this version
If you want to use the SEAL kit you must for install the NI-DAQmx drivers, specifically version 20.1 You can install these drivers from here: https://www.ni.com/en-us/support/downloads/drivers/download.ni-daqmx.html#348669
However, if you do not have access to a SEAL kit, then you do not need to install the drivers.
The installer is only for 64 bit Windows. Despite what the previous releases state, there are no plans to release a 32 bit version unless it is explicitly requested. Make an issue if you would like a 32 bit installer.
Additionally, I will not be building a Linux version. As of this version the program works with Linux so feel free to build a Linux version yourself. If you need help or run into any problems make an issue.
Note: If you are planning on building/running on macOS, there is currently a bug which I have not determined the cause of yet, which causes a segmentation fault upon exiting the program, check back later for a link to an issue.