Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hawku committed Mar 19, 2018
1 parent 2b6994a commit 632e3fe
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
# TabletDriver

This is a low latency graphics tablet driver that is meant to be used with rhythm game [osu!](https://osu.ppy.sh/home)

Currently the driver only works when the TabletDriverGUI is running.

The GUI minimizes to system tray / notification area. You can reopen the GUI by double clicking the system tray icon.

**If you have problems with the driver, please read the FAQ:**

**https://github.com/hawku/TabletDriver/wiki/FAQ**

## Download

### http://hwk.fi/TabletDriver/TabletDriverV0.0.18.zip
### http://hwk.fi/TabletDriver/TabletDriverV0.1.0.zip

**If you have problems with the driver, please read the FAQ:**
#

**https://github.com/hawku/TabletDriver/wiki/FAQ**
### Supported operating systems:
- Windows 7 64-bit
- Windows 8 64-bit
- Windows 8.1 64-bit
- Windows 10 64-bit

#

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

### Changelog

>**v0.1.0:**
> - Added `Bench` / `Benchmark` command.
> - Added `-hide` GUI command line parameter. GUI will start as minimized when you run `TabletDriverGUI.exe -hide`
> - Added an option to run the TabletDriverGUI at Windows startup.
>**v0.0.18:**
> - Added TabletDriverService.exe multi-instance prevention.
> - Added yet another Wacom 490 tip click fix.
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.0.18";
public string Version = "0.1.0";

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

0 comments on commit 632e3fe

Please sign in to comment.