Skip to content

Commit

Permalink
Merge pull request #31 from Rexeh/TemplateRework
Browse files Browse the repository at this point in the history
Bump version and readmes
  • Loading branch information
Rexeh authored Oct 12, 2020
2 parents 508f0c9 + 31f9417 commit 4afc581
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
16 changes: 8 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand All @@ -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
Expand All @@ -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)

Expand Down
1 change: 1 addition & 0 deletions src/joystick_diagrams.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.1.0"
VERSION = "1.2.0"
4 changes: 4 additions & 0 deletions templates/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4afc581

Please sign in to comment.