Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hawku committed Mar 31, 2018
1 parent c9ae393 commit 5091471
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 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.3.zip
### http://hwk.fi/TabletDriver/TabletDriverV0.1.4.zip

#

Expand All @@ -39,6 +39,7 @@ The GUI minimizes to system tray / notification area. You can reopen the GUI by

### Configured, but not properly tested:
- Huion H420
- Huion H430P
- Wacom CTL-4100 USB
- Wacom CTL-4100 Bluetooth
- Wacom CTH-470
Expand All @@ -49,6 +50,7 @@ The GUI minimizes to system tray / notification area. You can reopen the GUI by
- Wacom CTH-680
- Wacom CTH-490
- Wacom PTH-451
- Wacom PTH-850

#

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

## Changelog
>**v0.1.4:**
> - Modified the Wacom CTL-471 full area size (147.20 x 92.25 mm to 152 x 95 mm)
> - New tablet configurations: Wacom PTH-850 and Huion H430P
> The PTH-850 configuration is made by [mojobojo](https://github.com/mojobojo)
> - Regenerated the wacom.cfg with new parameters, so it now includes PTH-450/650/850 and PTK-450/650
>**v0.1.3:**
> - Added left handed mode / tablet invert option.
> - Added Wacom driver device support for the CTL-471 and 472
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.3";
public string Version = "0.1.4";

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

5 comments on commit 5091471

@BluenessOSU
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The driver is fine, are there any possibility to add multi language translations?

@hawku
Copy link
Owner Author

@hawku hawku commented on 5091471 Apr 4, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@BluenessOSU No.

Adding translations to the application isn't a problem.
The real problem with the multi-language support is that I would have to answer hundreds/thousands of questions in multiple different languages.

@Banbeucmas
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't see that is a problem. Most people by far know that they need to ask in English here.

@BluenessOSU
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Never mind, I just wonder there would be more tablet driver users if multi languages available even some of them cannot ask questions in english. By the way ctl-671 can run the driver and seems good, but I have to run the driver as administrator each time, otherwise the driver always shows stopped running at the bottom, is running as administrator a bug or a complusory requirement?

@BluenessOSU
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the even should be changed to "although", that would make sense

Please sign in to comment.