Marc Althoff
b5bfa52ea4
typo ( #287 )
...
nitpickery: CPU plural: CPU or CPUs, not genitive 's
2021-11-22 19:10:13 +01:00
AmitGolden
897664aa3d
Fix instances where charging is not recognized ( #281 ) ( #285 )
...
* check if charging in laptop with battery
* using both battery and ac adapter to check if charging
also battery status unknown is now recognized as charging
2021-11-19 08:08:32 +01:00
Adnan Hodzic
59996baeba
1.7.2 (snap) release
2021-11-14 09:46:18 +01:00
AmitGolden
f2fb6aafb7
On laptops/notebooks, check if charging via BAT* status ( #274 )
2021-11-14 09:40:29 +01:00
Adnan Hodzic
95e30e3975
Add sponsors button
2021-11-13 13:08:27 +01:00
4JX
ded62c61e4
Fix auto-cpufreq-installer steps order ( #273 )
...
* Execute update_service_file only after copying files
Fixes #270
* Fix indentation, rename finished_text function to old name
* Update auto-cpufreq-installer
2021-11-04 21:23:41 +01:00
Animesh Sahu
4fee7b680b
Turning Bluetooth off/on & Void Linux improvements ( #269 )
2021-11-04 08:32:50 +01:00
Pablo Castellano
a48e9193fa
Remove quotes from youtube link ( #264 )
2021-10-24 07:21:58 +02:00
Adnan Hodzic
893ed43bdf
v1.7.1 snap package release
2021-10-17 18:02:38 +02:00
aroundthfur
37ae7b199a
daemon running msg was wrong ( #262 )
...
* daemon running msg was wrong (it was printing the install message). Fixed to a daemon running specific message.
* move footer after the daemon check func
2021-10-17 17:52:15 +02:00
Yustynn Panicker
fe88eaf02e
Remove redundant conditionals in set_performance ( #253 )
2021-10-17 16:35:55 +02:00
Federico Poli
18571e597c
Disable turbo when config is "never" ( #255 )
2021-10-17 16:29:16 +02:00
Adnan Hodzic
b652cde3d4
Revert "install service file to proper location; enable and start service ( #259 )" ( #261 )
...
This reverts commit af7b92b104
.
2021-10-17 15:56:07 +02:00
aroundthfur
af7b92b104
install service file to proper location; enable and start service ( #259 )
2021-10-17 15:36:09 +02:00
Adnan Hodzic
4509d07cc9
Update README
...
Updated README on how to support the project and how to use the config file.
2021-10-16 20:31:22 +02:00
Adnan Hodzic
9363f6eb6e
Re-ordered menu items
2021-10-16 19:57:52 +02:00
Adnan Hodzic
d9cbb288f0
Show info config file is used only when relevant
2021-10-16 19:45:38 +02:00
Adnan Hodzic
9ff2fa439e
Add donate option to auto-cpufreq menu
2021-10-16 19:38:30 +02:00
Adnan Hodzic
ec50930a6e
Add interface for auto-cpufreq.conf & snap v1.7.0
2021-10-10 12:33:27 +02:00
alexmak23
5d24f0e451
Add temperature readings in thinkpad ( #252 )
2021-10-10 08:20:33 +02:00
Martin Andersson
6cb2c00786
Add config file for preferred governor and turbo boost behaviour. ( #250 )
...
* Add config file for setting preferred governor and turbo boost settings.
* Add an example config file.
* Display notice when using settings from config file when starting
* Add section about configuring to README.md
* Add --config parameter to set path for configuration file to use
2021-10-10 08:11:45 +02:00
Adnan Hodzic
ffc0bf0ca3
Use LZO algorithm compression for Snap package
2021-09-19 17:18:00 +02:00
explosion-mental
80af500858
Code refactor (improved readability) of auto-cpufreq-installer ( #238 )
2021-09-19 16:50:32 +02:00
Adnan Hodzic
6e6a099c37
Added clarification regarding auto-cpufreq and TLP
2021-09-13 17:10:07 +02:00
explosion-mental
5ca58e7885
Artix runnit support ( #237 )
...
* artix install
* ! -> !=
2021-08-28 07:46:02 +02:00
Adnan Hodzic
33b5c4ddfb
Merge branch 'jpnt-master'
2021-08-21 22:17:55 +02:00
jpnt
5a4d8f7bf3
Added Void Linux support (runit)
2021-08-20 00:01:12 +00:00
Adnan Hodzic
3807d6d4a2
Add troubleshooting section
...
describing how to change intel_pstate driver to acpi-cpufreq
2021-08-14 11:35:50 +02:00
adam4nj
c0f2022727
Added EndeavourOS support to auto-cpufreq-installer ( #211 )
...
Co-authored-by: adam4nj <adamjamesnelissery@gmail.com>
2021-07-02 19:59:05 +02:00
Joaquin Manuel Crespo
92e9940034
Update for ArchLinux's pacman ( #205 )
...
Adding "--needed" option to not reinstall installed packages. Replaced "gcc" with metapackage "base-devel" for complete delopment environment.
2021-06-01 12:19:03 +02:00
Infosec Gurung
433c48b93d
Fixed typo for "auto-cpufeq" ( #198 )
...
The word has been corrected to "auto-cpufreq"
2021-05-31 18:47:23 +02:00
Adnan Hodzic
e1409aa158
1.6.4 release (snap)
2021-03-14 19:36:39 +01:00
Marco Vermeulen
e87a32f6c9
Fix service unit file on Arch Linux ( #190 )
...
* Fix service unit file on arch.
* Remove duplication in installer script.
* Improve formatting of installer script bash code.
2021-03-14 19:23:06 +01:00
Adnan Hodzic
f870049d91
1.6.3 release (snap)
2021-03-11 19:31:20 +01:00
Marco Vermeulen
3b83706748
Fix location of auto-cpufreq in service descriptor. ( #187 )
2021-03-11 19:13:22 +01:00
frankiexyz
ee88fcde68
- Run black to change the coding style in core.py ( #188 )
...
- Fix some PEP8 issue in core.py
- Change the default behaviour of set_performance to OFF
Co-authored-by: Frankie H <f@peering.sh>
2021-03-11 18:29:20 +01:00
Adnan Hodzic
cb5be014e8
1.6.2 (snap) release
2021-02-21 10:38:57 +01:00
Marco Vermeulen
ae86bbb86a
Add --version flag to CLI ( #177 )
...
* Add --version flag to determine current app version.
* Alphabetise cli flags.
2021-02-14 10:49:07 +01:00
Adnan Hodzic
984cf657a6
1.6.1 release
2021-02-07 19:35:42 +01:00
Marco Vermeulen
50b1e48115
Only query pacman when on arch and not a snap install. ( #173 )
2021-02-07 19:26:34 +01:00
Mark Wagie
efd03a1d16
Remove pacman wildcard ( #172 )
...
```
❯ pacman -Qs auto-cpufreq
local/auto-cpufreq-git 1.6.0.r0.g0ce8311-1
Automatic CPU speed & power optimizer
```
With wildcard:
```
auto-cpufreq version:
error: package 'auto-cpufreq*' was not found
```
```
❯ pacman -Qi auto-cpufreq* | grep Version
zsh: no matches found: auto-cpufreq*
```
Without wildcard:
```
auto-cpufreq version:
Version : 1.6.0.r0.g0ce8311-1
```
```
❯ pacman -Qi auto-cpufreq | grep Version
Version : 1.6.0.r0.g0ce8311-1
```
It turns out it only works with the wildcard in my `pkgbuilds` directory where `auto-cpufreq-git` lives. Weird.
2021-02-07 19:25:08 +01:00
Adnan Hodzic
0ce83115cb
Snap 1.6.0 release
2021-02-06 21:56:11 +01:00
Shrinivas Kumbhar
aae112d7d9
Use `psutil` in conjuction with `dmidecode` to determine `ac_state` ( #168 )
...
* use psutil to determine ac_state
2021-02-06 21:39:56 +01:00
Adnan Hodzic
82b41f4ce2
Improved auto-cpufreq version detection for aur package
2021-02-06 21:29:44 +01:00
Adnan Hodzic
9fcc99d5cd
Add note/instruction on how quit live/monitor/stats
2021-02-06 20:35:40 +01:00
Adnan Hodzic
6bffee4535
Output auto-cpufreq version for snap/aur/auto-cpufreq-installer
2021-02-05 07:43:34 +01:00
Adnan Hodzic
d062ca940f
Add execution timestamp for to `--stats`
2021-02-04 20:25:17 +01:00
Adnan Hodzic
c79ab10821
1.5.6 Snap release
2021-02-04 16:59:15 +01:00
Adnan Hodzic
8a62c02c08
Turn `computer_type` into a list
2021-02-04 16:40:19 +01:00
Adnan Hodzic
3985d3ef5a
Hot-fix for laptops reporting wrong charing status ( Close : #164 )
2021-02-04 08:56:22 +01:00