Skip to content

Releases: maximbaz/wluma

4.0.0

19 Jan 10:33
4.0.0
9c34ce8
Compare
Choose a tag to compare
  • Support external GPUs (#30)
  • Support keyboards backlight (#26)
  • More robust discovery of external displays

Config format has changed:

  • Entire [frame] section is gone, capturer is moved under each output (allowing more fine-grained control), processor is removed (as we only have Vulkan anyway, and it's unlikely to change).

3.0.0

14 Jan 21:53
3.0.0
4538b69
Compare
Choose a tag to compare
  • New webcam-based ALS simulation (#13)
  • Support for external monitors using DDC I2C (#15)
  • Support several outputs at the same time (#17) (#20)
  • New prediction algorithm (works only within current ALS profile (also a new thing)), old data is not compatible

2.0.1

24 Aug 10:16
2.0.1
0875510
Compare
Choose a tag to compare
  • Fix ALS detection
  • Attach pre-compiled release artifacts for Linux

2.0.0

23 Aug 16:23
2.0.0
0b89a60
Compare
Choose a tag to compare
  • Rewrite everything in Rust 🦀
  • Better algorithm to predict the best brightness value 💪
  • Async non-blocking smooth brightness value adjustment 🚀
  • Built-in time-based ALS emulator 🕥

1.2.2

18 Jun 19:20
88f4143
Compare
Choose a tag to compare
  • Do not update lux and luma values while waiting for the desired backlight value to settle

1.2.1

23 May 22:29
0ab1f26
Compare
Choose a tag to compare
  • Terminate strings when reading from device file

1.2.0

23 May 21:15
bc3e15f
Compare
Choose a tag to compare
  • Config is renamed to WLUMA_AMBIENT_LIGHT_SENSOR_BASE_PATH
  • Faster backlight transition

1.1.0

22 May 15:16
f30081c
Compare
Choose a tag to compare

Significant algorithm improvements

1.0.0

22 May 15:14
40e3ed5
Compare
Choose a tag to compare

Initial release