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

Commits on Feb 12, 2024

  1. Support for pyproject.toml (AdnanHodzic#576)

    * feat: support for pyproject.toml
    
    * Nix: Fix package to work with pyproject.toml
    
    ---------
    
    Co-authored-by: shadeyg56 <shadeyg56@gmail.com>
    rootCircle and shadeyg56 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    925a9ec View commit details
    Browse the repository at this point in the history
  2. refactor(nix): reorganise files

    isabelroses authored and shadeyg56 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    8c61379 View commit details
    Browse the repository at this point in the history
  3. revert: changes to module

    isabelroses authored and shadeyg56 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    92ccf1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e57e789 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea6bbe4 View commit details
    Browse the repository at this point in the history
  6. auto-cpufreq-installer: removed dependence on record files for removal (

    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
    rootCircle authored and shadeyg56 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    7c260e8 View commit details
    Browse the repository at this point in the history
  7. Add support for shell completion (AdnanHodzic#580)

    * feat: added supported for shell completions
    
    * docs: completions flag instructions
    rootCircle authored and shadeyg56 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    80b1293 View commit details
    Browse the repository at this point in the history
  8. Bump urllib3 from 2.0.6 to 2.0.7

    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>
    dependabot[bot] authored and shadeyg56 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    a5fe67e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fadf170 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    30f2035 View commit details
    Browse the repository at this point in the history
  11. Feature: Allow GUI to detect available update and install it (AdnanHo…

    …dzic#587)
    
    * rename verify_update and give return value
    
    * change verify_update call
    
    * GUI: add update feature
    shadeyg56 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    68ce70b View commit details
    Browse the repository at this point in the history
  12. Fix img link and adjust text (AdnanHodzic#584)

    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.
    theDrake authored and shadeyg56 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    efe92e1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f4b8d1f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    26806a6 View commit details
    Browse the repository at this point in the history
  15. fix dubious ownership error in auto-cpufreq-installer (AdnanHodzic#597)

    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.
    amogus07 authored and shadeyg56 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    bc8bc83 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ce9d36e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bf1a0b4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ba2d57c View commit details
    Browse the repository at this point in the history
  19. nix: bump version to 2.1.0 and update lock file (AdnanHodzic#609)

    * Update flake.lock
    
    * nix: bump version to 2.1.0
    shadeyg56 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    238c59e View commit details
    Browse the repository at this point in the history
  20. Bump cryptography from 41.0.4 to 41.0.6 (AdnanHodzic#610)

    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>
    dependabot[bot] authored and shadeyg56 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    8aff959 View commit details
    Browse the repository at this point in the history
  21. Update README.md (AdnanHodzic#611)

    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).
    avatar1024 authored and shadeyg56 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    7e8f6ed View commit details
    Browse the repository at this point in the history
  22. fix typo in dialog box (AdnanHodzic#618)

    natewu authored and shadeyg56 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    1a6b36a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    140b18b View commit details
    Browse the repository at this point in the history
  24. Add support for configuring/overriding "Energy Performance Preference…

    … (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
    murbot authored and shadeyg56 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    b25494e View commit details
    Browse the repository at this point in the history
  25. Change check_for_update to not exit process on server connection error (

    AdnanHodzic#629)
    
    Co-authored-by: hingen <1627313-hingen@users.noreply.gitlab.com>
    2 people authored and shadeyg56 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    876f99a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a757dd9 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    62d93a9 View commit details
    Browse the repository at this point in the history
  28. Fix dynamic boosting being incorrectly diagnosed (AdnanHodzic#631)

    * Fix dynamic boosting being incorrectly diagnosed
    
    * Fix indentation
    
    * Fix bool literal
    PhoenixCausesOof authored and shadeyg56 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    9cba0be View commit details
    Browse the repository at this point in the history
  29. Add battery charge thresholds limit (AdnanHodzic#637)

    * 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
    PurpleWazard authored and shadeyg56 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    ec0691e View commit details
    Browse the repository at this point in the history
  30. Bump cryptography from 41.0.6 to 42.0.0 (AdnanHodzic#638)

    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>
    dependabot[bot] authored and shadeyg56 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    18aeecb View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    7815995 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    ad67d32 View commit details
    Browse the repository at this point in the history