Skip to content

Releases: emcek/dcspy

dcspy 2.2.0

20 Jul 21:10
41482ce
Compare
Choose a tag to compare
  • Add support for F-15E Eagle and its UFC
  • Internal:
    • Change way of handling buttons
    • use newest version of packaging
    • fix PyInstaller exception during runtime

dcspy 2.1.2

06 Jun 10:53
Compare
Choose a tag to compare
  • Fix problem when git executable is not available (for DCS-BIOS live)
  • Add tooltips to some widgets

dcspy 2.1.1

30 May 22:04
Compare
Choose a tag to compare
  • Add missing falconded.ttf in Python package

dcspy 2.1.0

30 May 20:54
Compare
Choose a tag to compare
  • Add System tray icon:
    • Notification when DCSpy is hidden and running in background.
    • New version notification
  • Make splashscreen nicer
  • Update DCS-BIOS (master) data for Mi-24P Hind
  • Internal:
    • Add more unit tests
    • Make unit test configurable from CLI
    • Use toml instead of cfg for packing
    • Improve type hinting

dcspy 2.0.0

17 May 11:25
Compare
Choose a tag to compare
  • Allow use/update live DCS-BIOS directly from GitHub (master branch)
  • Allow run DCSpy without console
  • Auto screenshot of LCD during operation
  • Auto save change options from GUI
  • Fix problem when DCS-BIOS is empty or drive letter not exists
  • Generate standalone version with PyInstaller
  • Save configuration in user local directory (preserved between updates)
  • Internal:
    • improve type checking
    • verbose setting will impact both console and file logs
    • use pathlib for path manipulation
    • improve CI/CD process

dcspy v1.9.5

13 Feb 15:53
Compare
Choose a tag to compare
  • Support for Mi-8MTV2 Magnificent Eight
    • Autopilot Channels (Heading, Pitch/Bank and Altitude)
    • Radios: R868, R828, YADRO1A information
  • Support for Mi-24P Hind
    • Autopilot Channels (Yaw, Roll, Pitch and Altitude)
    • Autopilot Modes (Hover, Route and Altitude)
    • Radios: R868, R828, YADRO1I information
  • Add About tab with basic information
  • F-16C Viper:
    • Add spacial font for DED (G19 only)
    • Clean some extra characters from DED
  • Internal:
    • force update customtkinter to at least 5.1.0

dcspy v1.8.1

28 Dec 17:55
Compare
Choose a tag to compare
  • Add support for Ka-50 Black Shark III
  • Update footer when checking DCS-BIOS version
  • Align with DCS 2.8.1.34667.2 and DCS-BIOS 0.7.47
  • Internal:
    • add more unit tests
    • mark some test as DCS-BIOS tests

dcspy v1.8.0

14 Dec 13:57
Compare
Choose a tag to compare
  • Major GUI redesign using customtkinter package, which provides new, modern widgets:
    • Appearance system mode (Light, Dark)
    • Three color theme (Green, Blue and Dark Blue)
    • All settings are configured from GUI vie widgets
    • One window for all configuration and buttons
    • Check version from GUI
    • Add configuration flag to check for new version during start

dcspy v1.7.5

02 Dec 22:19
Compare
Choose a tag to compare
  • report DCS stable version correctly in logs during start
  • Internal:
    • rename starting script
    • remove usage of McCabe
    • add unit tests

dcspy v1.7.4

30 Oct 09:30
Compare
Choose a tag to compare
  • AH-64D Apache
    • add better support for G19 for PRE mode
    • update name from AH64D to AH64DBLKII
  • Show DCS version in logs
  • Fix name of plane for F-14 Tomcat depending on model A or B
  • Toggle Start/Stop buttons
  • Do not show warning when plane's name is empty
  • Internal:
    • improve checking DCS-BIOS data
    • introduce enum values for parser state
    • improve CI process - add Python 3.11
    • force using Pillow 9.3.0