{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":230800939,"defaultBranch":"master","name":"auto-cpufreq","ownerLogin":"AdnanHodzic","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-12-29T20:39:56.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1041579?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1713200611.0","currentOid":""},"activityList":{"items":[{"before":"0815e7eb96035e68a3ec57b52e6b6cb4a608b7c7","after":"f1c1dc6b10040470bcf357ebac41b41553931d0a","ref":"refs/heads/master","pushedAt":"2024-05-06T11:58:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AdnanHodzic","name":"Adnan Hodzic","path":"/AdnanHodzic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041579?s=80&v=4"},"commit":{"message":"Fix spam error message when setting energy_performance_preference (#680)\n\n* Fix spam error message when setting energy_performance_preference\r\n\r\nThe 'intel_pstate' driver does not allow the EPP to be set to anything\r\nbut 'performance' when the scaling governor is set to 'performance',\r\npreviously auto-cpufreq when the scaling-governor was set to\r\n'performance' tried to set the EPP to 'balance-performance'\r\nwhich caused a spam of write error messages in journalctl in system\r\nwith 'intel_pstate' drivers.\r\nThis is an intended behavior, since according to the [kernel documentation](https://docs.kernel.org/admin-guide/pm/intel_pstate.html#hwp-performance)\r\nwhen HWP is enabled[(which is enabled by default during boot with supported processors)](https://docs.kernel.org/admin-guide/pm/intel_pstate.html#active-mode-with-hwp)\r\nand scaling governor is set to performance the processor’s internal\r\nP-state selection logic is expected to focus entirely on performance.\r\nAnd this will override the EPP setting and reject any value different from 0 (“performance”).\r\nThis commit just changes the 'balance-performance' EPP preference in\r\nset_performance() to 'performance'. Which fixes the spam issue.\r\n\r\n* Only applies the spam error message fix for intel_pstate drivers\r\n\r\n* Comparing the content of the file\r\n\r\nintel_pstate/staus to make sure the condition only applies when \"active\"\r\n\r\n* Override custom config EPP to \"performance\" for intel_pstate driver","shortMessageHtmlLink":"Fix spam error message when setting energy_performance_preference (#680)"}},{"before":"8bb7478e38f3c9ef66b5993721f489c6099d8f68","after":"0815e7eb96035e68a3ec57b52e6b6cb4a608b7c7","ref":"refs/heads/master","pushedAt":"2024-04-30T06:35:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AdnanHodzic","name":"Adnan Hodzic","path":"/AdnanHodzic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041579?s=80&v=4"},"commit":{"message":"Rework config and reload config on file change/creation/deletion (#663)\n\n* add config.py and config_event_handler.py\r\nalso introduces the utils folder\r\n\r\n* update config imports and variables\r\n\r\n* add 'pyinotify' dependency\r\n\r\n* config: check for changes using threading\r\n\r\n* config: handle errors and new eventsx\r\n\r\n* config: set_path even if file doesn't exist and make new ConfigParser on every update\r\n\r\n* fix get_config call\r\n\r\n* config: check for changes on moved file\r\n\r\n* call notifier.start() manually to prevent hanging\r\n\r\n* config: update comments\r\n\r\n* battery: fix config imports\r\n\r\n* config: fix config deletion detection\r\n\r\n* Add load from user config in XDG_CONFIG_HOME if available (#672)\r\n\r\n* Add load from user config from in XDG_CONFIG_HOME if available\r\n\r\nThis update introduces the flexibility to load the configuration file from\r\nmultiple locations, prioritizing user preferences and system standards.\r\nPreviously, the configuration was strictly read from a hardcoded\r\nsystem path (`/etc/auto-cpufreq.conf`). Now, the application first checks if the\r\nuser has specified a configuration file path via command line arguments. If not,\r\nit looks for a configuration file in the user's config\r\ndirectory (`$XDG_CONFIG_HOME/auto-cpufreq/auto-cpufreq.conf`). If neither is\r\nfound, it defaults to the original system-wide configuration file.\r\n\r\nThis allows users to add their auto-cpufreq configuration to their dotfiles.\r\n\r\n* If --config is set but invalid, exit with error\r\n\r\n* Remove redundant empty string check on config file path\r\n\r\n* Remove duplicate isfile check for config path\r\n\r\nSee also: https://github.com/AdnanHodzic/auto-cpufreq/pull/672#discussion_r1548003119\r\n\r\n* Update configuration options in README\r\n\r\nSee also: #672\r\n\r\n* config: move find_config_file function and fix finding home directory\r\n\r\n* auto_cpufreq: fix hanging on --daemon, --live, and --monitor\r\n\r\n* swap pyinotify for patched version\r\n\r\n---------\r\n\r\nCo-authored-by: Steven Braun ","shortMessageHtmlLink":"Rework config and reload config on file change/creation/deletion (#663)"}},{"before":"8a1e7aaf324ec3cae8bacc047a36d83ef2c7f991","after":null,"ref":"refs/heads/dependabot/pip/idna-3.7","pushedAt":"2024-04-15T17:03:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"8a1e7aaf324ec3cae8bacc047a36d83ef2c7f991","ref":"refs/heads/dependabot/pip/idna-3.7","pushedAt":"2024-04-15T17:03:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"shadeyg56","name":null,"path":"/shadeyg56","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31134255?s=80&v=4"},"commit":{"message":"Bump idna from 3.4 to 3.7\n\nBumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7.\n- [Release notes](https://github.com/kjd/idna/releases)\n- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)\n- [Commits](https://github.com/kjd/idna/compare/v3.4...v3.7)\n\n---\nupdated-dependencies:\n- dependency-name: idna\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump idna from 3.4 to 3.7"}},{"before":"8a1e7aaf324ec3cae8bacc047a36d83ef2c7f991","after":null,"ref":"refs/heads/dependabot/pip/idna-3.7","pushedAt":"2024-04-15T17:03:29.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"shadeyg56","name":null,"path":"/shadeyg56","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31134255?s=80&v=4"}},{"before":"5e17ee31b14b2ca1314ffb30c054fe53aaa24962","after":"8bb7478e38f3c9ef66b5993721f489c6099d8f68","ref":"refs/heads/master","pushedAt":"2024-04-15T17:03:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shadeyg56","name":null,"path":"/shadeyg56","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31134255?s=80&v=4"},"commit":{"message":"Bump idna from 3.4 to 3.7 (#678)\n\nBumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7.\r\n- [Release notes](https://github.com/kjd/idna/releases)\r\n- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)\r\n- [Commits](https://github.com/kjd/idna/compare/v3.4...v3.7)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: idna\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump idna from 3.4 to 3.7 (#678)"}},{"before":null,"after":"8a1e7aaf324ec3cae8bacc047a36d83ef2c7f991","ref":"refs/heads/dependabot/pip/idna-3.7","pushedAt":"2024-04-12T03:15:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump idna from 3.4 to 3.7\n\nBumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7.\n- [Release notes](https://github.com/kjd/idna/releases)\n- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)\n- [Commits](https://github.com/kjd/idna/compare/v3.4...v3.7)\n\n---\nupdated-dependencies:\n- dependency-name: idna\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump idna from 3.4 to 3.7"}},{"before":"2df634b09cdcf84b6ab9ebd3dfe267075a91595b","after":"5e17ee31b14b2ca1314ffb30c054fe53aaa24962","ref":"refs/heads/master","pushedAt":"2024-04-10T05:00:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"shadeyg56","name":null,"path":"/shadeyg56","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31134255?s=80&v=4"},"commit":{"message":"update psutil to patched Git version\nFixes #654","shortMessageHtmlLink":"update psutil to patched Git version"}},{"before":"215026ad43a5398cbe2b5e485514feafba8aadd7","after":"2df634b09cdcf84b6ab9ebd3dfe267075a91595b","ref":"refs/heads/master","pushedAt":"2024-04-09T19:28:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shadeyg56","name":null,"path":"/shadeyg56","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31134255?s=80&v=4"},"commit":{"message":"gh-667: Modify message when using amd-pstate-epp (#674)\n\n* gh-667: Modify message when using amd-pstate-epp\r\n\r\n* Address code review\r\n\r\n* Address code review\r\n\r\n* nit\r\n\r\n* Update\r\n\r\n* fix typo\r\n\r\n---------\r\n\r\nCo-authored-by: shadeyg56 ","shortMessageHtmlLink":"gh-667: Modify message when using amd-pstate-epp (#674)"}},{"before":"215026ad43a5398cbe2b5e485514feafba8aadd7","after":"4cdcf74acde3bb562f33cee9cd039acb805b5902","ref":"refs/heads/config-conflict","pushedAt":"2024-04-03T15:40:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shadeyg56","name":null,"path":"/shadeyg56","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31134255?s=80&v=4"},"commit":{"message":"Add load from user config in XDG_CONFIG_HOME if available (#672)\n\n* Add load from user config from in XDG_CONFIG_HOME if available\r\n\r\nThis update introduces the flexibility to load the configuration file from\r\nmultiple locations, prioritizing user preferences and system standards.\r\nPreviously, the configuration was strictly read from a hardcoded\r\nsystem path (`/etc/auto-cpufreq.conf`). Now, the application first checks if the\r\nuser has specified a configuration file path via command line arguments. If not,\r\nit looks for a configuration file in the user's config\r\ndirectory (`$XDG_CONFIG_HOME/auto-cpufreq/auto-cpufreq.conf`). If neither is\r\nfound, it defaults to the original system-wide configuration file.\r\n\r\nThis allows users to add their auto-cpufreq configuration to their dotfiles.\r\n\r\n* If --config is set but invalid, exit with error\r\n\r\n* Remove redundant empty string check on config file path\r\n\r\n* Remove duplicate isfile check for config path\r\n\r\nSee also: https://github.com/AdnanHodzic/auto-cpufreq/pull/672#discussion_r1548003119\r\n\r\n* Update configuration options in README\r\n\r\nSee also: #672","shortMessageHtmlLink":"Add load from user config in XDG_CONFIG_HOME if available (#672)"}},{"before":null,"after":"215026ad43a5398cbe2b5e485514feafba8aadd7","ref":"refs/heads/config-conflict","pushedAt":"2024-04-03T15:36:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"shadeyg56","name":null,"path":"/shadeyg56","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31134255?s=80&v=4"},"commit":{"message":"battery: add shell=True to lsmod call\n\nsystemd needs shell=True otherwise it returns \"FileNotFoundError: [Errno 2] No such file or directory: 'lsmod'\"","shortMessageHtmlLink":"battery: add shell=True to lsmod call"}},{"before":"971f40f0ca2dad2ab79aeb5ddf1beb818bb68bed","after":"215026ad43a5398cbe2b5e485514feafba8aadd7","ref":"refs/heads/master","pushedAt":"2024-03-18T23:39:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"shadeyg56","name":null,"path":"/shadeyg56","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31134255?s=80&v=4"},"commit":{"message":"battery: add shell=True to lsmod call\n\nsystemd needs shell=True otherwise it returns \"FileNotFoundError: [Errno 2] No such file or directory: 'lsmod'\"","shortMessageHtmlLink":"battery: add shell=True to lsmod call"}},{"before":"de12f9f708fd7c8f4fc5cb50c09193760814e54d","after":"971f40f0ca2dad2ab79aeb5ddf1beb818bb68bed","ref":"refs/heads/master","pushedAt":"2024-03-11T06:09:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AdnanHodzic","name":"Adnan Hodzic","path":"/AdnanHodzic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041579?s=80&v=4"},"commit":{"message":"Add conservation mode to lenovo laptops (#652)\n\n* adding support for lenovo ideapad_laptop devices\r\n\r\n* testing lenovo_laptop\r\n\r\n* renamed functions\r\n\r\n* fix code bugs\r\n\r\n* updated readme with lenovo laptop conservation mode.","shortMessageHtmlLink":"Add conservation mode to lenovo laptops (#652)"}},{"before":"0354775b72e0ba619656290f07f2260904d79f4b","after":"de12f9f708fd7c8f4fc5cb50c09193760814e54d","ref":"refs/heads/master","pushedAt":"2024-03-10T10:21:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AdnanHodzic","name":"Adnan Hodzic","path":"/AdnanHodzic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041579?s=80&v=4"},"commit":{"message":"README: update maintainer list for AUR package (#662)\n\nAdded myself and liljaylj, alongside MusicalArtist12, who was already there.\r\n\r\nAlso bumped the package version listed here.","shortMessageHtmlLink":"README: update maintainer list for AUR package (#662)"}},{"before":"ab32952737b1af10698f4c01d3b7a14fc5dcbb41","after":"0354775b72e0ba619656290f07f2260904d79f4b","ref":"refs/heads/master","pushedAt":"2024-03-03T22:18:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"shadeyg56","name":null,"path":"/shadeyg56","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31134255?s=80&v=4"},"commit":{"message":"README: update badge links","shortMessageHtmlLink":"README: update badge links"}},{"before":"166cd065a2d9933538630b78f7b9d66af5e5274f","after":"ab32952737b1af10698f4c01d3b7a14fc5dcbb41","ref":"refs/heads/master","pushedAt":"2024-03-03T22:17:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"shadeyg56","name":null,"path":"/shadeyg56","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31134255?s=80&v=4"},"commit":{"message":"README: update badges to correct repo","shortMessageHtmlLink":"README: update badges to correct repo"}},{"before":"0354ff6cc42596e75cfd0a56d469c723e814791a","after":"166cd065a2d9933538630b78f7b9d66af5e5274f","ref":"refs/heads/master","pushedAt":"2024-03-03T11:25:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AdnanHodzic","name":"Adnan Hodzic","path":"/AdnanHodzic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041579?s=80&v=4"},"commit":{"message":"Create workflows for Linux builds and Nix flake builds (#659)\n\n* Create build-linux.yml\r\n\r\n* Update build-linux.yml\r\n\r\n* build-linux: run as sudo\r\n\r\n* Create nix-build.yaml\r\n\r\n* Rename nix-build.yaml to build-nix.yaml\r\n\r\n* build-nix: rename workflow to 'Nix Flake'\r\n\r\n* README: add workflow status badges","shortMessageHtmlLink":"Create workflows for Linux builds and Nix flake builds (#659)"}},{"before":"b4c5276feb49ad97323f18b288904a0e1e84956e","after":"0354ff6cc42596e75cfd0a56d469c723e814791a","ref":"refs/heads/master","pushedAt":"2024-02-26T01:40:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shadeyg56","name":null,"path":"/shadeyg56","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31134255?s=80&v=4"},"commit":{"message":"Updated error handling to provide specific message for rate limit exceeded condition (#657)","shortMessageHtmlLink":"Updated error handling to provide specific message for rate limit exc…"}},{"before":"13e9009d5cc19c320649c779b4ad636b4221cf89","after":"b4c5276feb49ad97323f18b288904a0e1e84956e","ref":"refs/heads/master","pushedAt":"2024-02-23T23:06:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shadeyg56","name":null,"path":"/shadeyg56","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31134255?s=80&v=4"},"commit":{"message":"Fix SyntaxWarning in objects.py (#651)\n\n\\( and \\) are invalid escape sequences in Python. This can generate warnings.","shortMessageHtmlLink":"Fix SyntaxWarning in objects.py (#651)"}},{"before":"83223f7e6d794d7c7cea6fdafb771c7514cd0ab3","after":null,"ref":"refs/heads/dependabot/pip/cryptography-42.0.4","pushedAt":"2024-02-22T18:39:26.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"6ff1b89e222bff7a13a466c463069ffd57fd111f","after":"13e9009d5cc19c320649c779b4ad636b4221cf89","ref":"refs/heads/master","pushedAt":"2024-02-22T18:39:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AdnanHodzic","name":"Adnan Hodzic","path":"/AdnanHodzic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041579?s=80&v=4"},"commit":{"message":"Bump cryptography from 42.0.2 to 42.0.4 (#653)\n\nBumps [cryptography](https://github.com/pyca/cryptography) from 42.0.2 to 42.0.4.\r\n- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)\r\n- [Commits](https://github.com/pyca/cryptography/compare/42.0.2...42.0.4)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: cryptography\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump cryptography from 42.0.2 to 42.0.4 (#653)"}},{"before":null,"after":"83223f7e6d794d7c7cea6fdafb771c7514cd0ab3","ref":"refs/heads/dependabot/pip/cryptography-42.0.4","pushedAt":"2024-02-21T20:45:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump cryptography from 42.0.2 to 42.0.4\n\nBumps [cryptography](https://github.com/pyca/cryptography) from 42.0.2 to 42.0.4.\n- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)\n- [Commits](https://github.com/pyca/cryptography/compare/42.0.2...42.0.4)\n\n---\nupdated-dependencies:\n- dependency-name: cryptography\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump cryptography from 42.0.2 to 42.0.4"}},{"before":"ba5b5fb0321564605e93240327d28054f67a2b50","after":"6ff1b89e222bff7a13a466c463069ffd57fd111f","ref":"refs/heads/master","pushedAt":"2024-02-17T15:07:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AdnanHodzic","name":"Adnan Hodzic","path":"/AdnanHodzic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041579?s=80&v=4"},"commit":{"message":"Update README.md with battery thresholds config","shortMessageHtmlLink":"Update README.md with battery thresholds config"}},{"before":"315cb5445e9c38fbb377097b7fc782dfa641060f","after":null,"ref":"refs/heads/dependabot/pip/cryptography-42.0.2","pushedAt":"2024-02-17T12:00:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"7afd192ff931a1e8c6d8af35cd00d8b83de271fb","after":"ba5b5fb0321564605e93240327d28054f67a2b50","ref":"refs/heads/master","pushedAt":"2024-02-17T12:00:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AdnanHodzic","name":"Adnan Hodzic","path":"/AdnanHodzic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041579?s=80&v=4"},"commit":{"message":"Bump cryptography from 42.0.0 to 42.0.2 (#648)\n\nBumps [cryptography](https://github.com/pyca/cryptography) from 42.0.0 to 42.0.2.\r\n- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)\r\n- [Commits](https://github.com/pyca/cryptography/compare/42.0.0...42.0.2)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: cryptography\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump cryptography from 42.0.0 to 42.0.2 (#648)"}},{"before":null,"after":"315cb5445e9c38fbb377097b7fc782dfa641060f","ref":"refs/heads/dependabot/pip/cryptography-42.0.2","pushedAt":"2024-02-17T00:54:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump cryptography from 42.0.0 to 42.0.2\n\nBumps [cryptography](https://github.com/pyca/cryptography) from 42.0.0 to 42.0.2.\n- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)\n- [Commits](https://github.com/pyca/cryptography/compare/42.0.0...42.0.2)\n\n---\nupdated-dependencies:\n- dependency-name: cryptography\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump cryptography from 42.0.0 to 42.0.2"}},{"before":"9b8e8731455994333153aba0eb1f4acc06d70cc0","after":"7afd192ff931a1e8c6d8af35cd00d8b83de271fb","ref":"refs/heads/master","pushedAt":"2024-02-14T16:47:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AdnanHodzic","name":"Adnan Hodzic","path":"/AdnanHodzic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041579?s=80&v=4"},"commit":{"message":"v2.2.0 release","shortMessageHtmlLink":"v2.2.0 release"}},{"before":"1d7f12e8466e8b5204a7d3af412f151987fc3cd8","after":"9b8e8731455994333153aba0eb1f4acc06d70cc0","ref":"refs/heads/master","pushedAt":"2024-02-14T16:43:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AdnanHodzic","name":"Adnan Hodzic","path":"/AdnanHodzic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041579?s=80&v=4"},"commit":{"message":"Update README with new battery thresholds feature (#644)\n\n* README: add battery threshold sections\r\n\r\n* README: link to version","shortMessageHtmlLink":"Update README with new battery thresholds feature (#644)"}},{"before":"539914a54502b9ca87b249b23e907590634f2a41","after":"1d7f12e8466e8b5204a7d3af412f151987fc3cd8","ref":"refs/heads/master","pushedAt":"2024-02-14T05:20:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AdnanHodzic","name":"Adnan Hodzic","path":"/AdnanHodzic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041579?s=80&v=4"},"commit":{"message":"added battery functions to --live (#646)","shortMessageHtmlLink":"added battery functions to --live (#646)"}},{"before":"005b4aa178525265ce335504c0d1c0e49a7afdb7","after":"539914a54502b9ca87b249b23e907590634f2a41","ref":"refs/heads/master","pushedAt":"2024-02-13T18:34:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AdnanHodzic","name":"Adnan Hodzic","path":"/AdnanHodzic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1041579?s=80&v=4"},"commit":{"message":"Rebuilt battery scripts (#645)\n\n* rebuilt thinkpad and ideapad\r\n\r\n* updated conf example","shortMessageHtmlLink":"Rebuilt battery scripts (#645)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEQnoxQgA","startCursor":null,"endCursor":null}},"title":"Activity · AdnanHodzic/auto-cpufreq"}