Releases: nbfc-linux/nbfc-linux
nbfc-linux 0.4.1
nbfc-linux 0.4.0
-
Reduced memory usage of the service from ~280KB to ~230KB.
-
Added
nbfc acpi-dumpcommandThis command allows to dump information from your ACPI firmware.
Subcommands:
nbfc acpi-dump methods: Dumps the list of ACPI methodsnbfc acpi-dump registers: Dumps the list of all ACPI registersnbfc acpi-dump ec-registers: Dumps the list of EC registersnbfc acpi-dump dsl: Dumps the disassembled ACPI firmware
-
Added
nbfc rate-configcommandThis command rates configuration files by analyzing whether they appear
safe to use on the current system. -
Added
nbfc supportcommandThis command shows how to support the project. It also allows to upload
the current notebook firmware to the NBFC-Linux server by running
nbfc support --upload-firmware.
nbfc-linux 0.3.19
- Dropped unneeded linker flags (
-lm) in the Makefile for nbfc client and ec_probe
nbfc-linux 0.3.18
- New model configuration files
nbfc-linux 0.3.17
-
Using state file to store fan speeds
Previously,
TargetFanSpeedswere stored in the main configuration file,
which required rewriting the file whenever fan speeds changed.This could lead to conflicts if the configuration was being edited
simultaneously via the GUI.Fan speeds are now stored in a separate state file to avoid these issues
and ensure safe, concurrent updates.
nbfc-linux 0.3.16
- Added
nbfc sensorscommand
nbfc-linux 0.3.15
- Added
nbfc warrantycommand - Added
nbfc donatecommand
nbfc-linux 0.3.14
- Moved the GUI to a separate project
nbfc-linux 0.3.13
Fix build bug when compiling without -flto
nbfc-linux 0.3.12
- Fix possible bug while logging to syslog()
- Log to STDERR even when run as a daemon
- Hopefully fixing a bug while building with rpmbuild
- Packages for OpenSuse