From eac303b08869295bd78845381c809e34b2830f04 Mon Sep 17 00:00:00 2001 From: hawku Date: Sun, 25 Mar 2018 13:35:14 +0300 Subject: [PATCH] v0.1.3 --- README.md | 7 ++++++- TabletDriverGUI/MainWindow.xaml.cs | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62d3775..f565700 100644 --- a/README.md +++ b/README.md @@ -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 # @@ -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 diff --git a/TabletDriverGUI/MainWindow.xaml.cs b/TabletDriverGUI/MainWindow.xaml.cs index 5254415..3ba6f75 100644 --- a/TabletDriverGUI/MainWindow.xaml.cs +++ b/TabletDriverGUI/MainWindow.xaml.cs @@ -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 commandHistory;