Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hawku committed Mar 25, 2018
1 parent 6175a04 commit eac303b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The GUI minimizes to system tray / notification area. You can reopen the GUI by

## Download

### http://hwk.fi/TabletDriver/TabletDriverV0.1.2.zip
### http://hwk.fi/TabletDriver/TabletDriverV0.1.3.zip

#

Expand Down Expand Up @@ -90,6 +90,11 @@ If you want to compile the code and don't want to install anything from the Tabl
#

## Changelog
>**v0.1.3:**
> - Added left handed mode / tablet invert option.
> - Added Wacom driver device support for the CTL-471 and 472
> - Noise reduction filter improvement (`Noise` command)
>**v0.1.2:**
> - Added experimental support for leaving the Wacom drivers installed on the system.
> Supported tablets: CTL-470, CTL-480, CTH-480, CTL-4100
Expand Down
2 changes: 1 addition & 1 deletion TabletDriverGUI/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public partial class MainWindow : Window
{

// Version
public string Version = "0.1.2";
public string Version = "0.1.3";

// Console stuff
private List<string> commandHistory;
Expand Down

0 comments on commit eac303b

Please sign in to comment.