Skip to content

Releases: nbfc-linux/nbfc-linux

nbfc-linux 0.4.1

11 Apr 17:46

Choose a tag to compare

  • Fix a memory leak
  • Made matching configuration files in nbfc config case-insensitive
  • Eliminated compiler warnings
  • Release packages for Ubuntu + Linux Minut

nbfc-linux 0.4.0

15 Mar 10:55

Choose a tag to compare

  • Reduced memory usage of the service from ~280KB to ~230KB.

  • Added nbfc acpi-dump command

    This command allows to dump information from your ACPI firmware.

    Subcommands:

    • nbfc acpi-dump methods: Dumps the list of ACPI methods
    • nbfc acpi-dump registers: Dumps the list of all ACPI registers
    • nbfc acpi-dump ec-registers: Dumps the list of EC registers
    • nbfc acpi-dump dsl: Dumps the disassembled ACPI firmware
  • Added nbfc rate-config command

    This command rates configuration files by analyzing whether they appear
    safe to use on the current system.

  • Added nbfc support command

    This 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

13 Jun 11:25

Choose a tag to compare

  • Dropped unneeded linker flags (-lm) in the Makefile for nbfc client and ec_probe

nbfc-linux 0.3.18

24 May 10:50

Choose a tag to compare

  • New model configuration files

nbfc-linux 0.3.17

22 May 17:11

Choose a tag to compare

  • Using state file to store fan speeds

    Previously, TargetFanSpeeds were 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

11 May 09:29

Choose a tag to compare

  • Added nbfc sensors command

nbfc-linux 0.3.15

08 May 16:15

Choose a tag to compare

  • Added nbfc warranty command
  • Added nbfc donate command

nbfc-linux 0.3.14

05 May 16:04

Choose a tag to compare

  • Moved the GUI to a separate project

nbfc-linux 0.3.13

05 May 11:13

Choose a tag to compare

Fix build bug when compiling without -flto

nbfc-linux 0.3.12

04 May 19:09

Choose a tag to compare

  • 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