2017-08-28 12:38:08 -05:00
|
|
|
# TODO
|
|
|
|
|
2018-01-25 17:47:46 -06:00
|
|
|
* ~~Integrate HidGuardian. Whitelist cleanup, remove old exclusive mode
|
|
|
|
workaround, write template AffectedDevices file~~
|
2018-01-29 00:17:54 -06:00
|
|
|
* Perform some final cleanup and release version 1.5
|
2017-12-28 22:01:48 -06:00
|
|
|
* ~~Experiment with ViGEm driver. This would be easier to test on my old
|
|
|
|
C++ test application before attempting to work it into DS4Windows.~~
|
2017-11-25 16:46:49 -06:00
|
|
|
* Attempt to work out BT disconnect issues by looking at older versions
|
|
|
|
* Attempt to remove reliance on the main thread when disconnecting a device.
|
|
|
|
Currently used to delay hotplug routine
|
2018-01-29 00:17:54 -06:00
|
|
|
* ~~Attempt to remove more unused components~~
|
2017-12-20 22:53:13 -06:00
|
|
|
* ~~Tweak layout of some forms~~
|
|
|
|
* Possibly lower Enhanced Precision sensitivity by a notch
|
2018-01-01 06:11:14 -06:00
|
|
|
* Look into distributing profile properties around various objects
|
|
|
|
rather than using a lot of getters to obtain properties each poll.
|
|
|
|
It will complicate the architecture a little bit but hopefully
|
|
|
|
any speed difference will make up for it.
|
2018-01-07 10:03:32 -06:00
|
|
|
* Remove old welcome dialog and make new driver installer executable.
|
|
|
|
Use newer standards (WPF) and bundle app with DS4Windows
|
2017-08-28 12:38:08 -05:00
|
|
|
|