From 852fe436a9f06218920fb55d71802dc365ab3fcf Mon Sep 17 00:00:00 2001 From: hawku Date: Sat, 24 Mar 2018 18:41:06 +0200 Subject: [PATCH] v0.1.2 --- README.md | 8 +++++++- TabletDriverGUI/MainWindow.xaml | 32 ++++++++++++++++++++---------- TabletDriverGUI/MainWindow.xaml.cs | 2 +- 3 files changed, 29 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 1a84096..62d3775 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.1.zip +### http://hwk.fi/TabletDriver/TabletDriverV0.1.2.zip # @@ -90,6 +90,12 @@ If you want to compile the code and don't want to install anything from the Tabl # ## Changelog +>**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 +> - Added `disable_wacom_drivers.bat` and `enable_wacom_drivers.bat` to the `tools` folder. +> These scripts are used to disable and enable Wacom drivers when using the experimental Wacom driver support. +> - Added driver restart button. >**v0.1.1:** > - Added support for Wacom CTL-4100 (USB and Bluetooth) diff --git a/TabletDriverGUI/MainWindow.xaml b/TabletDriverGUI/MainWindow.xaml index 616a34b..36536a4 100644 --- a/TabletDriverGUI/MainWindow.xaml +++ b/TabletDriverGUI/MainWindow.xaml @@ -20,7 +20,7 @@ - + @@ -32,7 +32,7 @@ - + @@ -518,22 +518,32 @@ + - - - + + - + + + + + + Run at Windows startup + diff --git a/TabletDriverGUI/MainWindow.xaml.cs b/TabletDriverGUI/MainWindow.xaml.cs index 91ab541..250f9ed 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.1"; + public string Version = "0.1.2"; // Console stuff private List commandHistory;