Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Releases: Ryochan7/DS4Windows

Version 1.4.102

05 Dec 03:12
Compare
Choose a tag to compare
  • Using Visual Studio 2017 as main build environment
  • Updated DS4Updater.exe
  • Removed new DS4State object creation per poll. Decreases input lag
  • Changed some background and colors to better accommodate High Contrast mode
  • Loosened Enhanced Precision curve for stick mouse
  • Fixed macro binding for multiple touchpad swipe controls

Version 1.4.101

25 Nov 23:13
Compare
Choose a tag to compare
  • Changed stick mouse speed. Removed old initial speed offset
  • Changed to skip macro array check if a macro is not in use
  • Fixed custom color preview when color dialog is opened from Controllers tab
  • Tweaked layout of some Russian forms
  • Fixed issue with saving window location when form state is not normal
  • Added routine to manage HidGuardian whitelist key. DS4Windows will write the whitelist key when started and delete it upon quitting. Currently only works if DS4Windows is run as admin (will fail silently as a normal user)
  • Changed portions of output report routine
  • Various tweaks to decrease input lag

Version 1.4.100

10 Nov 22:12
Compare
Choose a tag to compare
  • Updated DS4Updater to version 1.2.3
  • Added delay before executing program linked to a profile
  • Added initial support for the Nacon Revolution Pro thanks to Yuki-nyan
  • Fixed issue with service changing when changing the XInput port range
  • Added option to export log text to a text file
  • Added version information to log tab messages
  • Fixed problem with some scan codes used for multimedia key events
  • Added saving of form position upon exit and restoring form position on startup
  • Corrected some form control alignment issues

Version 1.4.99

02 Nov 07:14
Compare
Choose a tag to compare
  • Updated DS4Updater.exe
  • Added minor tweaks
  • Added Razer Raiju VID and PID information. Other reports seem to suggest that support for the Razer Raiju should work fine in DS4Windows with the new information but I have no way to test that

Version 1.4.98

27 Oct 17:40
Compare
Choose a tag to compare
  • Send extra output reports as needed to prevent the lightbar color from getting stuck on the wrong color
  • Changed to have extras parsed before actions are executed
  • Lowered times used for taps and holds in macros
  • Added x86 as a platform target
  • Added linked profiles support. Profiles can be linked to a specific controller ID rather than by controller slot number
  • Only load profiles as needed rather than at program startup

Version 1.4.97

13 Oct 18:35
Compare
Choose a tag to compare
  • Reduced gyro mouse deadzone
  • Updated Hide DS4 Controller checkbox routine so it waits for service changes to finish
  • Corrected messages used for touchpad toggle
  • Changed device detection to make sure a charging controller paired via Bluetooth is not seen twice by DS4Windows
  • Added experimental gyro calibration support
  • Tweaked updating of output report

Version 1.4.96

06 Oct 18:44
Compare
Choose a tag to compare
  • Fixed mouse wheel delta value used for events
  • Fixed issue with multiple unpaired Sony dongles not being detected
  • Updated Spanish translation provided by jose350
  • Worked on translation file support
  • Fixed multiple controller scans occurring while changing Dinput only mode in Options form
  • Added headphone volume support for DS4 v2 controllers connected via USB

Version 1.4.95

21 Sep 18:21
Compare
Choose a tag to compare
  • Reset gyro trigger and touchpad disable invert menu items when loading profile settings
  • Fixed smoothing buffer routine for Gyro Mouse
  • Made touchpad jitter compensation a default option again
  • Changed values used for touchpad jitter compensation mode
  • Trimmed SixAxis data interpretation
  • Split pulse flash duration and pulse charging duration into segments to reduce CPU usage
  • Various minor tweaks to improve performance

Version 1.4.94

10 Sep 18:38
Compare
Choose a tag to compare
  • Moved ControlService instance to a separate thread. Further reduction in input lag

Version 1.4.93

07 Sep 07:58
Compare
Choose a tag to compare
  • Replaced BackgroundWorker instance with a regular Thread. Reduced CPU load and reduced input lag