This repository has been archived by the owner on Oct 6, 2024. It is now read-only.
Releases: DCS-Skunkworks/BIOSBuddy
Releases · DCS-Skunkworks/BIOSBuddy
Small fix when sending DCS-BIOS commands
What's Changed
- Small fix when sending DCS-BIOS commands by @jdahlblom in #27
Full Changelog: v1.0.10...v1.0.11
NS430 Navigation System now loading properly
Update DCSFPCommon (#26) * Update DCSFPCommon * Version bump
GUI changes
When starting BIOSBuddy shows last control that was in view when closing the application.
What's Changed
- Show last module, category and control when open by @jdahlblom in #21
- Bugfix for showing last control by @jdahlblom in #22
- Update submodule by @jdahlblom in #23
- Version bump by @jdahlblom in #24
Full Changelog: v1.0.8...v1.0.9
Minor GUI change, no limit on shown controls when searching
There may be a performance strain when showing many controls at the same time. The limit was hardcoded to 70 but has now been removed. Some modules have more controls than 70 in a single category.
Minor change, Arduino information fix
Mask was missing for LED output.
What's Changed
- Correct LEDOutput API, mask was missing by @jdahlblom in #18
Full Changelog: v1.0.5...v1.0.6
Minor changes
- New logo
- Arduino API, now shows both direct assignment and using macros from Addresses.h. See https://github.com/DCS-Skunkworks/dcs-bios/wiki/Addresses.h for more information.
What's Changed
- Pull submodules latest by @jdahlblom in #10
- Fix bug where send cmd button was disabled by @jdahlblom in #11
- Script added to update submodules by @jdahlblom in #12
- Update README.md by @jdahlblom in #13
- Showing API info with and without macros by @jdahlblom in #14
- Improve API output code, text by @jdahlblom in #15
- Add new logo by @jdahlblom in #16
- Add DCS-Skunkworks as company by @jdahlblom in #17
Full Changelog: v1.0.4...v1.0.5
v1.0.4
- Arduino API code changed, now shows the macros defined in Addresses.h
send cmd
populates the text box with commands that can be sent depending on type of control- Shows version info
What's Changed
- Show version by @jdahlblom in #4
- Change to API output info by @jdahlblom in #5
- Change to CodeQL Action v3 by @jdahlblom in #6
- Add submodules, remove assemblies by @jdahlblom in #7
- Remove module text file, change build script by @jdahlblom in #8
- Add sample send code to send data text box by @jdahlblom in #9
Full Changelog: v1.0.3...v1.0.4
Initial release
This is the Control Reference (ctrlref.exe) which has been included in the DCSFP release.
It has now been renamed and moved to its own repository.