Releases: DCS-Skunkworks/Bort
v0.3.0
A new setting has been added to view code snippets with constants generated from the Addresses.h file present in dcs-bios instead of by using the address, mask, and shift values individually. This is enabled by default and all users are encouraged to use this file and these constants.
What's Changed
- Use address constants where provided by @charliefoxtwo in #6
Full Changelog: v0.2.5...v0.3.0
v0.2.5
This release removes the resolution/steps
parameter from the ardiuno scaffold code for AnalogMultiPos
switch types, as it was removed from the library and now causes compiler errors if you attempt to directly copy/paste this sample code.
What's Changed
- Remove RESOLUTION/STEPS from AnalogMultiPosSnippet by @charliefoxtwo in #14
v0.2.4
This release adds support for the new set_string
control. Certain radio frequency controls can use this for directly setting the radio frequency.
What's Changed
- Update CI workflows by @charliefoxtwo in #3
- Add merge group support by @charliefoxtwo in #4
- Set package private to true by @charliefoxtwo in #5
- Use output suffix in StringBuffer method name by @charliefoxtwo in #7
- Fix style clashing by removing materialize.css and js by @charliefoxtwo in #8
- Add support for upcoming set_string input by @charliefoxtwo in #9
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- Added search functionality
- rearranged filters
The autocomplete bar still takes a short time to load and isn't super fast, and could use some improvement in the future. Searching the autocomplete bar searches all categories within an aircraft, with icons to indicate whether the item is a number or string, and whether you can write to it. Selecting an item automatically switches to the category of and scrolls directly to the selected item.
Full Changelog: charliefoxtwo/Bort@v0.2.2...v0.2.3
v0.2.2
What's Changed
- add new connection status icons for connected, awaiting data, and attempting reconnection
- add bios version next to connection status when connected
- add show all categories (warning: very slow to load)
- fix crash when json file not found
- fix memory leak where listeners don't unsubscribe when changing categories
Full Changelog: charliefoxtwo/Bort@v0.2.1...v0.2.2
v0.2.1
What's Changed
- feat: toggle for always on top by @andrefmandrade in https://github.com/charliefoxtwo/Bort/pull/1
New Contributors
- @andrefmandrade made their first contribution in https://github.com/charliefoxtwo/Bort/pull/1
Full Changelog: charliefoxtwo/Bort@v0.2.0...v0.2.1
v0.2.0
- Added arduino scaffold code
Full Changelog: charliefoxtwo/Bort@v0.1.2...v0.2.0
v0.1.2
Full Changelog: charliefoxtwo/Bort@v0.1.1...v0.1.2
v0.1.0
Added settings storage and ability to set path of dcs-bios json files. To do this, go to File -> Select dcs-bios location
and select the folder within which the json files are contained (likely DCS-BIOS/doc/json
).
Initial test release
v0.0.1 modify io mount/unmount calls