Releases: emcek/dcspy
Releases · emcek/dcspy
dcspy v1.7.3
- Align F-16C DED and AH-64D EUFD with DCS-BIOS 0.7.46 changes
- Basic support for F-14A Tomcat
dcspy v1.7.2
- AH-64D Apache
- update name from
AH64DBLKII
toAH64D
- fix display PRE mode for G19
- fix handling buttons
- update name from
- Internal:
- update unit test for better coverage and more use-cases
dcspy v1.7.1
- New config settings:
auto_start
- run DCSpy atomically after startverbose
- show more logs in terminal/console window
- Fixing handling of
dcsbios
settings fromconfig.yaml
- Start and stop buttons can be used several times without closing GUI
- F-16C Viper
- replace
*
with inverse white circle character at DED - Fix unhandled buttons for G19 (menu, ok and cancel)
- replace
- G19 and F/A-18C Hornet
- Push Menu and Cancel toggle cockpit button down, push it again toggles button up (Integrated Fuel/Engine Indicator - IFEI).
- Add handling Ok as Attitude Selector Switch, INS/AUTO/STBY
- Internal:
- use Pythonic way using temporary directory
- speed-up tests - cache json files instead of downloading from internet
- use Enum for LCD type
- use Enum for LCD buttons, add to LcdInfo dataclass
dcspy v1.7.0
- Support for AH-64D Apache with 3 modes:
IDM
- Squeeze and shows radios frequencies (from Radio Area), IDM and RTS rocker are used to scroll downWCA
- Enter button display warnings, cautions, and advisories, WCA rocker is used to scroll downPRE
- Preset button displays the preset menu for the selected radio, WCA rocker is used to scroll down
- F-16C Viper DED clean-up extra characters
dcspy v1.6.1
- Update F-16 Viper for latest DSC-BIOS (0.7.45)
- Fresh installation of DCS-BIOS is painless
- Drop support for Python 3.6
dcspy v1.6.0
- use fonts in dynamic way - you can customize fonts in
config.yaml
file (see Configuration) - usage for LCD SDK built-in LGS - no need additional package for usage
- support for Python 3.10 (use
dataclasses
internally) - ability to stop DCSpy from GUI
- supporters are printed in welcome screen - I'm thrilled with support and help of community!
dcspy v1.5.1
- alignment for new DCS-BIOS v0.7.43
dcspy v1.5.0
- Support for AV-8B N/A Harrier with:
- UFC - Up Front Controller
- ODU - Option Display Unit
- decrease UFC Comm 1 Channel - G13 1st button or G19 left button
- increase UFC Comm 1 Channel - G13 2nd button or G19 right button
- decrease UFC Comm 2 Channel - G13 3rd button or G19 down button
- increase UFC Comm 2 Channel - G13 4th button or G19 up button
dcspy v1.4.0
- Configuration editor:
- dcsbios - set default Logitech keyboard: "G19", "G510", "G15 v1/v2", "G13"
- show_gui - showing or hiding GUI during start of DCSpy
- dcsbios - location of DCS-BIOS folder inside user's Saved Games
- Check and update DCS-BIOS directly from DCSpy
- Check DCS-BIOS button in Config editor
- dcsbios needs to be set to correct value
- Basic A-10C Warthog and A-10C II Tank Killer support
dcspy v1.3.0
- F-16 Viper use 4 buttons for IFF
- IFF MASTER Knob - OFF/STBY/LOW/NORM/EMER
- IFF ENABLE Switch - M1/M3 /OFF/ M3/MS
- IFF M-4 CODE Switch - HOLD/ A/B /ZERO
- IFF MODE 4 REPLY Switch - OUT/A/B
- Fix alignment of (DCS-BIOS 0.7.41) for F-14 Tomcat
- Internally all data fetch form DCS-BIOS is check against its specification. Sometimes due to changes DCS-BIOS protocol DCSpy couldn't fetch all data i.e. F-16 DED. It shouldn't happened anymore.