Commit graph

59 commits

Author SHA1 Message Date
NGnius (Graham) ccf0c04020 Add tags for persistent settings variants 2024-03-30 21:30:03 -04:00
NGnius (Graham) d7db00ac78 version 2.0.0-beta1 2024-03-17 17:35:07 -04:00
NGnius (Graham) d7a108004b Make limits cache update only occur exactly once per period 2024-03-17 17:18:01 -04:00
NGnius (Graham) a5e4ce29a6 Fix store display 2024-02-24 22:00:39 -05:00
NGnius (Graham) 3e3e9a68f4 Add Steam Deck max clock detection since OC can now be reported correctly
version 2.0.0-alpha3
2024-02-10 12:52:30 -05:00
NGnius (Graham) 1a4bfb9669 Add ability to name variant during creation; v2.0.0-alpha2 2024-02-06 22:50:07 -05:00
NGnius (Graham) e27c899d1a Set version to 2.0.0-alpha1 2024-02-05 18:16:48 -05:00
NGnius (Graham) 2ec89ee1eb Cache store results 2024-02-02 21:04:10 -05:00
NGnius (Graham) d714b98dee cargo fmt 2024-02-02 20:26:43 -05:00
NGnius (Graham) 23f5f607cc Add minimal CLI debug utilities 2024-02-01 21:20:30 -05:00
NGnius (Graham) bba9452383 Add front-end components for setting variants, fix back-end segfault 2024-01-21 20:03:04 -05:00
NGnius (Graham) 743f642580 Fix compile errors from smokepatio refactor, fix warnings from new compiler version 2024-01-13 12:32:12 -05:00
NGnius (Graham) 4eaf6fae2b Add all back-end functionality for interacting with variants on the front-end 2024-01-06 13:26:35 -05:00
NGnius (Graham) 437f5beb71 Refactor SD LED functionality even more; move to different project and expand scope 2023-12-29 00:34:02 -05:00
NGnius (Graham) 310af1b3ae Fix ryzenadj build error with feature flag, try fix game start callbacks, start LED lib refactor 2023-12-17 16:13:59 -05:00
NGnius (Graham) 396a52da5e Use decky-provided settings directory 2023-11-18 15:31:45 -05:00
NGnius (Graham) 3aa9680bae Add multi-profile per-game functionality for #82, change to JSON to RON format 2023-11-18 15:18:45 -05:00
NGnius (Graham) a90932d813 Replace pt_oc functionality with cross-provider equivalent (& resultant refactor) 2023-10-24 18:36:07 -04:00
NGnius (Graham) 40b46337b4 Try resetting clocks as well as forcing them to min/max range 2023-09-04 17:46:19 -04:00
NGnius (Graham) 5f6370e778 Make CPU reset workaround skip resume from sleep 2023-08-24 20:02:31 -04:00
NGnius (Graham) 5eceb7e4b7 Fix sysfs class/entity searching by capabilities so that everything no longer just fallbacks to stable-only defaults 2023-08-08 20:55:19 -04:00
NGnius (Graham) 91d8eee96d Update version to beta1 2023-08-07 17:09:36 -04:00
NGnius (Graham) b7cf8b8caf Use incompatible hwmon for battery in the unlikely event the hwmon still has the correct name. version to alpha2 2023-08-07 15:57:08 -04:00
NGnius (Graham) 64cb4193f9 Improve sysfs calls from providers to intelligently find the correct entry to fix #114 2023-08-06 14:49:24 -04:00
NGnius (Graham) 33e8c7ccc5 Add dev messages functionality 2023-07-03 22:01:00 -04:00
NGnius (Graham) f8ea999604 Refactor steam_deck to modularize system interactions 2023-05-25 21:03:31 -04:00
NGnius (Graham) 2f8c0a0172 Fix unecessary calls to on_set() from battery vibe checks and reset ppt to default instead of max 2023-04-01 20:43:26 -04:00
NGnius (Graham) 47d457dd2a Upgrade limits_* versions 2023-04-01 10:49:22 -04:00
NGnius (Graham) c374212b13 Only convert game ID to number in a language that doesn't have horrible number types 2023-03-31 17:25:29 -04:00
NGnius (Graham) 2c0cac125c Add version file 2023-03-27 21:11:03 -04:00
NGnius (Graham) f42efab0b0 Add battery charge limit functionality 2023-03-26 10:50:38 -04:00
NGnius (Graham) 39f53d76ac Move to libryzenadj from my custom bindings 2023-03-22 22:15:36 -04:00
NGnius (Graham) 5c8ea50d83 Update dependencies and version 2023-03-04 10:32:58 -05:00
NGnius (Graham) 7acff88b14 Only commit Deck CPU & GPU frequency settings when no errors occur 2023-02-26 13:04:09 -05:00
NGnius (Graham) 2b94298e8c Rename backend binary and shorten V_INFO 2023-02-23 21:07:17 -05:00
NGnius (Graham) fb577620dd Improve error information and update libs 2023-02-23 20:55:12 -05:00
NGnius (Graham) 37f96a5cdd Update to usdpl v0.10 and change ~/.config/powertools to not require su perms 2023-02-21 21:28:59 -05:00
NGnius (Graham) b5a7cf5914 Add pt_oc tests and auto-update json (test) fn 2023-02-20 12:04:44 -05:00
NGnius (Graham) b32c5c9d31 Configure for v1.2.0 work 2023-02-11 20:00:07 -05:00
NGnius (Graham) e63310f62e Add global governor dropdown (hidden for default SD config) 2023-02-02 20:20:16 -05:00
NGnius (Graham) 5481587167 Fix missing translation for Defaults button 2023-01-29 11:09:42 -05:00
NGnius (Graham) ce5b0ed926 Update USDPL and fix other front-back communication inconsistencies 2023-01-21 18:15:26 -05:00
NGnius (Graham) aff5005ca9 Allow max == min, fix SMT bug, compile missing .mo files 2023-01-18 17:59:34 -05:00
NGnius (Graham) 8bc9c7b2d8 Add support for user-translated strings in the UI 2023-01-10 20:54:33 -05:00
NGnius (Graham) cda1111cd3 Add driver in debug UI and misc config stuff 2023-01-02 21:22:53 -05:00
NGnius (Graham) 5614937012 Implement full generic driver to simplify custom implementations 2023-01-02 09:04:07 -05:00
NGnius (Graham) 892a0b0ab6 Update dependencies and create faster build profile for decky's CI 2022-12-05 18:51:49 -05:00
NGnius (Graham) 3766386726 Add hardware limits provider and auto detection with online updater (cached locally) 2022-12-02 21:12:13 -05:00
Derek J. Clark 5d2937af6f
Multiplatform Dev (#52)
* Use environment home instead of hard coding home_path

* Fix Makefile

* Use PathBuf instead of format. Catch else fore /tmp/ default directory

* Restore logpath for deployment. Resolve warning from copy() not having err handled.

* Undo add #[cfg(debug_assertions)] in wrong place.
2022-11-29 00:04:03 +00:00
NGnius (Graham) 1610f18278 Refactor API processing to apply settings from single thread and queue API calls instead of locking 2022-11-09 22:09:05 -05:00