Releases: hhd-dev/hhd
v4.1.5: Fix Legion Go 2 Max TDP
Set Legion Go 2 max tdp to 35 instead of 37 (incorrect).
What's Changed
Full Changelog: v4.1.4...v4.1.5
v4.1.4: Legion Go 1 Hotfix
Fix TDP control regression on the Go 1.
Full Changelog: v4.1.3...v4.1.4
v4.1.3: Minor Improvements
Add button mapping for GPD Win 5, tweak extra button mapping for Xbox controllers so Steam Input does not get confused, and add correct TDP values for the Legion Go 2 devices.
What's Changed
- feat: Add button mapping for gpd win5 by @honjow in #259
- Filter out paddle buttons when "Extra buttons as" is set to disabled in X-Input mode by @jefflopes in #258
- implemented legion go 2 as a separate device with its own profiles by @dkatzdev in #265
New Contributors
Full Changelog: v4.1.2...v4.1.3
v4.1.2: GPU Clock hotfix
Prevent applying a max GPU clock by mistake, and silence a warning on GPU events.
Full Changelog: v4.1.1...v4.1.2
v4.1.1: Trusted Publishing
Switch to trusted publishing for PiPy. This should also mean that PyPi attestations will now work.
Full Changelog: v4.1.0...v4.1.1
v4.1.0: TDP Backend fixes
With V4, the plan is to slowly refactor hhd to be more integrated and in v4.1 this begins with refactoring the TDP backend for Steam.
So, in this 4.1 version, we do the following:
- Remove the fuse backend use for TDP controls in Steam. It used to cause some sleep issues rarely.
- Add commands
hhd.steamos steamos-tdp/steamos-gputhat can be used to control the GPU frequency and TDP by steamos manager.- For those commands to run without sudo, the local hhd socket is now accessible by non-root. Hopefully in the future we can make hhd.steamos an suid exec, and make the socket root only again
- This means that for TDP controls in Steam, you will now need a patched steamos-manager
- As part of this change, TDP/GPU controls will work for Claw devices in Steam
- Add GPU clock control for Intel devices
- Fix Legion Go S having wacky joystick controls when holding the Legion L button
- Make Ayaneo 3 open hhd in full screen with its dedicated button (borrowed from Xbox Ally)
- Make Ayaneo 3 have pop controls in hhd QAM
- Fix sleep controls for devices with gpio-keys (Asus Z13/Xbox Ally/Xbox Ally X) causing the device being stuck in a suspend loop
What's Changed
Full Changelog: v4.0.1...v4.1.0
v4.0.1: Fix License quirk
Fix license quirk that broke f42 builds and below, also fix spec file and add a -git spec file.
Full Changelog: v4.0.0...v4.0.1
v4.0.0: Merge Adjustor
Let's streamline the build process. Merge adjustor into hhd, then make PKGBUILD and hhd.spec build from github to make builds faster. Finally, mirror systemd license-wise and move to LGPL-2.1 or later for a bit more flexibility.
Full Changelog: v3.19.31...v4.0.0
v3.19.31: Xbox Ally Xbox button tweaks
Allow swapping Xbox and Armoury buttons on the Ally. Make xbox button open hhd fully instead of as a side menu.
Full Changelog: v3.19.30...v3.19.31
v3.19.30: Battery Check fix
Fix battery check, to ensure devices hibernate at < 5% or less of battery.
Full Changelog: v3.19.28...v3.19.30