Skip to content

Releases: emcek/dcspy

dcspy 3.5.1

26 May 17:00
Compare
Choose a tag to compare

dcspy 3.5.0

26 May 11:11
361aca6
Compare
Choose a tag to compare
  • Basic support for F-4E Phantom II (@emcek)
  • Add button to repair DCS-BIOS installation (@emcek)
  • Can't start DCSpy after stopping #314 (@emcek)
  • Internal:
    • Update PySide6 framework
    • optimize unit tests

dcspy 3.4.2

08 May 20:44
Compare
Choose a tag to compare
  • Fix update process when downloaded new release can not be saved in filesystem

dcspy 3.4.1

04 May 10:45
Compare
Choose a tag to compare

What's Changed

  • Fix starting DCSpy with new devices by @emcek in #303
  • Internal:

Full Changelog: v3.4.0...v3.4.1

dcspy 3.4.0

01 May 10:56
Compare
Choose a tag to compare
  • Support for new devices (with G-Key and mouses with extra buttons):
    • Keyboards without LCD: G910, G710, G110, G103, G105, G11
    • Headphones: G35, G633, G930, G933
    • Mouses: G600, G300, G400, G700, G9, MX518, G402, G502, G602
  • Internal:
    • improve type hinting in codebase
    • decrease code complexity
    • Bump PySide6 to 6.7.0
    • Drop support for Python 3.8

dcspy 3.3.0

16 Mar 23:35
Compare
Choose a tag to compare
  • Add new State action to set a particular value for any controller (@emcek)
  • Unload the previous plane when loading the next one - remove old BIOS callbacks (@emcek)
  • When a new version is downloaded, DCSpy will restart itself (@emcek)
  • Now all executable files do not contain a version, so LGS will not complains about profile name (@emcek)
  • Internal:
    • Make LCD SDK more flexible and allow to start DCSpy without working LCD
    • add E2E test to run locally full flow of DCS-BIOS
    • Cleanup models and SDK packages

dcspy 3.2.0

05 Mar 19:01
afac2d5
Compare
Choose a tag to compare
  • Add new Push button option to support push button controls with only two states (@sleighzy, @emcek)
  • Add search bar to search BIOS data (controls name, description etc.) for current aircraft (@emcek)
  • Internal:
    • G-Key SDK callback support (@sleighzy)
    • Update Qt6/PySide6 to 6.6.2
    • remove physical_variant from models, due to changes is DCS-BIOS (@emcek)
    • bug fixing and release stabilization (@sleighzy, @emcek)

dcspy 3.1.4

05 Feb 14:12
Compare
Choose a tag to compare
  • Refresh G-Keys tab, after installation of DCS-BIOS
  • Some custom request from config file are set as a different type
  • Keep more LCD screenshots to make troubleshooting easier
  • Make sure last character in CUSTOM request is always pipe
  • Internal:
    • update lib dependencies and tools: pydantic, psutil

dcspy 3.1.3

16 Jan 13:24
Compare
Choose a tag to compare
  • Fix loading empty YAML file when Loading Logitech Keyboard instance
  • Show saved collection debug file in status bar
  • Internal:
    • Start loging form very beginning
    • Fixing one of migration functions, old configuration could be not cleared

dcspy 3.1.2

11 Jan 11:12
Compare
Choose a tag to compare
  • Show messagebox during stat-up when Git executable is missing
  • Add dcs.log to debug data collection
  • Internal:
    • Update GitPython library