Skip to content

Releases: DCS-Skunkworks/Bort

v0.3.0

01 Apr 21:52
238f345
Compare
Choose a tag to compare

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

Full Changelog: v0.2.5...v0.3.0

v0.2.5

24 Jan 00:51
18ee4d4
Compare
Choose a tag to compare

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

v0.2.4...v0.2.5

v0.2.4

13 Oct 06:10
97ac206
Compare
Choose a tag to compare

This release adds support for the new set_string control. Certain radio frequency controls can use this for directly setting the radio frequency.
274135228-0756b58e-0b6e-4cf8-bc32-61ead580e4b1

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3

25 Jun 19:10
ab7c1e6
Compare
Choose a tag to compare

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

25 Jun 01:46
076814c
Compare
Choose a tag to compare

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

10 Jun 00:50
9f6625e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: charliefoxtwo/Bort@v0.2.0...v0.2.1

v0.2.0

19 Dec 08:08
Compare
Choose a tag to compare
  • Added arduino scaffold code

Full Changelog: charliefoxtwo/Bort@v0.1.2...v0.2.0

v0.1.2

18 Dec 06:41
Compare
Choose a tag to compare

v0.1.0

17 Apr 03:05
Compare
Choose a tag to compare

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

10 Apr 23:36
Compare
Choose a tag to compare
v0.0.1

modify io mount/unmount calls