|
7 | 7 |
|
8 | 8 | ## 0.5.x |
9 | 9 |
|
10 | | -- Introduce SteamController that provides 3 main modes of operation Desktop, X360 and Steam |
11 | 10 | - Try to disable usage of Kernel Drivers (when FAN in Default, and OSD Kernel Drivers are disabled) |
12 | 11 | to allow apps to work with Anti-Cheat detections |
13 | | -- STEAM + 3 dots brings Task Manager (CTRL+SHIFT+ESCAPE) |
14 | | -- Add configurable BackPanel keys (allowed mappings are subject to change) |
15 | | -- Build DEBUG that has all experimental features |
16 | 12 | - The X360 has Haptics enabled by default |
17 | | -- Detect GamePad UI open temporarily for controller layout |
18 | | -- Automatically manage steam controller configs when using Steam Input |
19 | 13 | - Allow to assign BackPanel keys to X360 controller (breaks all current configs to set mappings) |
20 | | -- All SteamDeckTools settings are stored in `.ini` file in root folder |
21 | | -- Detect SAS (Secure Attention Sequence) in a way that does not prevent screen sleep |
22 | | -- Recreate X360 device on fatal failure (might happen after resume) |
23 | | -- DEBUG allows to keep X360 controller always connected |
24 | | -- Swap `STEAM+Menu` and `STEAM+Options`. It makes more sense to switch windows with STEAM+3 horizontal lines |
25 | | -- If application is run with `-run-on-startup` it will self-set to run on system start |
26 | | -- Depend on `GetCursorPos` to detect `SAS` |
27 | 14 | - Add `Updater.exe` that can update to latest release and debug |
28 | 15 | - Add `Setup.exe` installer to install all except RTSS |
29 | | -- Fix `Use X360 with Steam` that was broken with `0.5.33` |
30 | | -- Add `Sentry` error tracking (updated) |
31 | | -- Tune `PowerControl` key repeats |
32 | | -- Improve `Sentry` integration to reduce amount of data being sent |
33 | | -- Increase timeout to `10s` reduce chance of `Failed to acquire global mutex` |
| 16 | +- Add `Sentry` error tracking |
| 17 | +- Use `white` icons when using `Dark Theme` (thanks @maniman303 https://github.com/ayufan/steam-deck-tools/pull/23) |
0 commit comments