Skip to content

Releases: Hummer12007/brightnessctl

0.5.1: README: update `ENABLE_SYSTEMD` documentation

02 Feb 15:11
Compare
Choose a tag to compare

0.5

02 Feb 13:07
914a740
Compare
Choose a tag to compare
0.5
  • Added exponential brightness scaling (thanks @Schnilz)
  • Support logind dbus APIs (thanks @xdbob, @gicmo)
  • Fixed return code in silent mode (thanks @frikiluser)

0.4

04 Sep 18:58
6a791e7
Compare
Choose a tag to compare
0.4
  • Added a --min-value option to set a minimum allowed value for brightness decreases (thanks @taingra)
  • Minor refactoring

0.3.2

18 Apr 20:35
369b9c5
Compare
Choose a tag to compare

Added a manpage, thanks @nbraud, @SirCmpwn

0.3.1

19 Jan 18:43
1c8b33b
Compare
Choose a tag to compare
  • Fixed build on some older debian systems (specify -lm the correct way)
  • Allow device names to be specified by a wildcard (e.g. brightnessctl -d "*capslock")

0.3

23 Sep 15:17
Compare
Choose a tag to compare
0.3

Note: this release has some changes in install process. Please review the Makefile for more info.

  • Prevented code from using non-standard GNU extensions
  • Added a --version flag (@christophgysin)
  • Added a info operation (renamed from get, which extracts only the current brightness now) (@hcpl)
  • Fixed a rounding error with percentages (@modernrio)
  • Added an option to automatically install udev rules (@christophgysin, @Miciah)
  • Modified the install process to respect DESTDIR/PREFIX conventions.

0.2.1: Fix logical errors

18 Jan 10:32
Compare
Choose a tag to compare

Fixed several logic errors.

0.2

17 Jan 00:02
Compare
Choose a tag to compare
0.2
  • Extended documentation (thanks to @Fale)
  • Allowed to use sign in prefix (e.g. +5% in addition to 5%+)
  • Root privileges are no longer required (write permissions are enough, details are in the README)

Huge thanks to @Miciah for fixing a number of bugs:

  • A buffer overflow in cat_with()
  • Making saving state work from the first try
  • Enforcing additional runtime constraints
  • Detalising and expanding error handling

0.1.1_p2

20 Jul 13:48
Compare
Choose a tag to compare
  • Licensed to MIT
  • Made first found device the default one
  • Fixed write on older kernel versions
  • Fixed the makefile