diff --git a/readme.md b/readme.md index 2d49176..5b1ad68 100644 --- a/readme.md +++ b/readme.md @@ -2,15 +2,15 @@ ![Joystick Diagrams](https://s3-eu-west-1.amazonaws.com/joystick-diagram.com/Joystick-Diagram-info.png#2) -## Current Release (1.1.0) - 29/09/2020 +## Current Release (1.2.0) - 29/09/2020 ### What's new? -- DCS World Support -- Select Joystick Gremlin profiles -- New UI +- New templates added for various sticks/throttles +- Bug fixes with UTF-8 characters +- Unused binds now cleaned up on diagrams -[Download - Joystick Diagrams (V1.1.0)](https://github.com/Rexeh/joystick-diagrams/releases/download/V1.1.0/joystick_diagrams_1_1_0.zip) +[Download - Joystick Diagrams (V1.2.0)](https://github.com/Rexeh/joystick-diagrams/releases/download/V1.2.0/joystick_diagrams_1_2_0.zip) ## What is this tool for? Learning flight simulators is a daunting task, with lots of buttons to remember. I built this tool for myself, and then thought others might also enjoy it, automating what is a time consuming task! @@ -34,8 +34,8 @@ Learning flight simulators is a daunting task, with lots of buttons to remember. - Select which profiles you want to export ## What's it not do? -- Output POV hats (In POV mode) -- Output AXIS binds +- Output POV hats (Coming V1.3) +- Output AXIS binds (Coming V1.3) - Make toast ### Support for other games @@ -49,7 +49,7 @@ Want to run from source? You'll need Python 3.8+ Use setup.py to get up and running # Templates/Supported Joysticks -Currently a limited number of sticks supported out of the box, but you can make custom ones! +It comes with a set of templates for popular sticks/throttles, but you're also able to create your own with ease! [Please read the about templates here](templates/readme.md) diff --git a/src/joystick_diagrams.py b/src/joystick_diagrams.py index e73a9a5..0a8b04c 100644 --- a/src/joystick_diagrams.py +++ b/src/joystick_diagrams.py @@ -32,6 +32,7 @@ def __init__(self, *args, obj=None, **kwargs): def setVersion(self): version_text = version.VERSION + self.label_9.setText(version_text) self.setWindowTitle("Joystick Diagrams - V" + version_text) def change_export_button(self): diff --git a/src/version.py b/src/version.py index 81424b8..a875311 100644 --- a/src/version.py +++ b/src/version.py @@ -1 +1 @@ -VERSION = "1.1.0" \ No newline at end of file +VERSION = "1.2.0" \ No newline at end of file diff --git a/templates/readme.md b/templates/readme.md index 599c968..ae72b76 100644 --- a/templates/readme.md +++ b/templates/readme.md @@ -11,6 +11,8 @@ These are iniital releases, and may require tweaking. Virpil are highly customis - Virpil MT50-CM2 Throttle - Virpil Constellation Alpha-R - Virpil Button Box #1 +- Virpil VFX +- Virpil WarBRD ## VKB Sim Kindly supplied by JusticeMKIII @@ -20,6 +22,8 @@ Kindly supplied by JusticeMKIII ## Thrustmaster - Warthog HOTAS - Warthog Throttle +- T.16000M Stick +- TWCS Throttle ## CH Products Thanks to Alexjager for supplying all the button maps