Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README with new battery thresholds feature #643

Closed
wants to merge 32 commits into from

Conversation

shadeyg56
Copy link
Collaborator

Added a new section for the battery thresholds as discussed in #637

@shadeyg56
Copy link
Collaborator Author

For some reason two commits got picked up from an old PR I submitted. Gonna see if I can remove those

rootCircle and others added 28 commits February 12, 2024 13:18
* feat: support for pyproject.toml

* Nix: Fix package to work with pyproject.toml

---------

Co-authored-by: shadeyg56 <shadeyg56@gmail.com>
AdnanHodzic#581)

* docs: updated instructions for pyproject config

* chore: post pyproject integration cleanup

Changes include
Removed setup.py and requirements.txt file
and removed dependence in record files.txt generated by setup.py
* feat: added supported for shell completions

* docs: completions flag instructions
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.0.6...2.0.7)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…dzic#587)

* rename verify_update and give return value

* change verify_update call

* GUI: add update feature
One of the image links to a YouTube video wasn't properly formatted, so I fixed that and also went through the entire README making recommended adjustments to the text.
When trying to install auto-cpufreq in Fedora 39, I got the following error: "Detected Git repository, but failed because of dubious ownership"
Adding the line at the top of the install function according to https://sam.hooke.me/note/2023/08/poetry-fixing-dubious-ownership-error/ solved the error for me.
* Update flake.lock

* nix: bump version to 2.1.0
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.4 to 41.0.6.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@41.0.4...41.0.6)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add another point in troubleshooting regarding turbo not available on some CPUs. This relates to AdnanHodzic#602 (workaround consisting in switching driver tested on AMD Zen 3+ and Zen 4 CPUs).
… (EPP)" (AdnanHodzic#619)

* Added support for configuring/overriding energy performance preference (EPP)

* Corrected path to print available energy performance preferences in docs

* Added "EPP" wording to config examples

* Added message when EPP is not supported
AdnanHodzic#629)

Co-authored-by: hingen <1627313-hingen@users.noreply.gitlab.com>
* Fix dynamic boosting being incorrectly diagnosed

* Fix indentation

* Fix bool literal
PurpleWazard and others added 4 commits February 12, 2024 13:18
* added battery files

* finished main battery script

* added battery_script in auto_cpufreq

* fix some errors with batterys

* setup some battery stat printing

* added battery config printing to monitor and live modes

* fix some bugs now works on daemon and monitor mode

* cleaned up battery.py

* started to fix writing issue

* still debuging fixes

* bug fixed thinkpad stop threshold cant do below 65

* updated auto-cpufreq.conf-example with battery thresholds
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@41.0.6...42.0.0)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@shadeyg56
Copy link
Collaborator Author

This is officially a mess

@shadeyg56 shadeyg56 closed this Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet