Releases: hawku/TabletDriver
Releases · hawku/TabletDriver
v0.2.3
v0.2.2
v0.2.2:
- XP-Pen G430S configuration by frodriguez96 and riley-badour
- Huion New 1060 Plus configuration by riley-badour
- Huion Inspiroy Q11K configuration by octoberU
- Wacom CTL-690 and CTH-690 configurations moved to tablet.cfg and DetectMask fixed.
- Few more Wacom tablets can now be used while the official drivers are installed (check tablet.cfg)
- Tablet button support for Wacom CTH-480, CTL-490, CTL-4100, Huion H430P and H640P.
- Custom tablet data format configuration (check tablet.cfg for examples)
- Pen and tablet button mapping to a mouse buttons and keyboard keys.
- Pen button mapping to scroll.
- Windows Ink pressure settings and test canvas.
- Smoothing filter now also smooths out pen pressure.
- Smoothing can be set to only smooth out when pen buttons are down.
- Anti-smoothing compensation value is now in milliseconds (check tooltip for example values)
- Ability start the TabletDriverService.exe without GUI (
tools\RunServiceOnly.bat
)
v0.2.1
v0.2.1:
- XP-Pen G640S and VEIKK S640 configurations by FRodriguez96
- Original XP-Pen, Huion and VEIKK driver processes will now be killed when the TabletDriverGUI starts.
- Fixed cursor jumping to the corner when driver restarts or tablet disconnects.
- Removed device list from driver startup. Might help with the problems that the driver restart is causing other USB devices to glitch out.
- Relative mode position reset is now decided by when the last tablet movement was received (default 100 ms,
RelativeResetTime
command).- Added ability to disable automatic restart.
- Added command name autocomplete to the console input (tab) and commands tab (control + space).
- Added gravity filter (
GravityFilter
command). It's just for fun and testing. Works only when pen buttons are pressed.- Added 32-bit VMulti and Huion drivers to the driver zip file.
v0.2
v0.2:
- Improved the noise reduction filter and added the settings to the GUI.
- Added an anti-smoothing filter which reduces the input latency on tablets that use hardware smoothing.
- Wacom CTE-440 support by Poliwrath
- Wacom PTH-660 support by Implojin
- XP-PEN Deco 01 v2 support by Itsyuka
- Modified Huion 420 and H420 tablet area size to match with the 2000 LPI resolution.
- Updated Huion drivers to the latest version.
- Moved the filter settings to filters tab in the GUI.
- Added
Measure
command. Measures distances between clicked points.- Added an ability to "draw" tablet area by clicking two points with the pen.
- Added "Restart driver" option to the notification icon menu.
- Added 1000 Hz smoothing filter rate option to the GUI.
- Added few tablets to wacom.cfg
- Major code refactoring.
v0.1.5
- New tablet configurations: Wacom CTL-4100 (USB only model), XP-Pen G540 Pro, XP-Pen Deco 01 and Huion osu!tablet
Thanks to /u/THEqrunt for capturing the XP-Pen Deco 01 USB data.- Added
ResetDistance
command, it controls the relative mode position reset distance.- Code refactoring.
v0.1.4
v0.1.3
v0.1.2
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
andenable_wacom_drivers.bat
to thetools
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
v0.1.1:
- Added support for Wacom CTL-4100 (USB and Bluetooth)
- Added settings import / export to the main menu.
- Added Wacom backup reader to the Wacom area tool.
- Added tablet benchmark tools to the console output context menu (Right click).
- Moved the
config.xml
to theconfig
folder.- Added noise reduction filter (
Noise
command, not in the GUI)- Code refactoring