Skip to content

Releases: jacob-pro/solar-screen-brightness

2.3.1

09 Apr 21:56
6a81ca8
Compare
Choose a tag to compare

Fix for Failed to persist temporary file
#36

2.3.0

20 Jan 12:23
bdb7a87
Compare
Choose a tag to compare

Fixes a bug in the Windows version that can cause it to deadlock/crash on exiting.

2.2.0

19 Jan 00:03
ec7ea81
Compare
Choose a tag to compare

Adds a graph to show the brightness throughout the day

2.1.0

14 Jan 22:10
06d57b9
Compare
Choose a tag to compare

Adds new UI page for Monitor Overrides (per display settings)

2.0.1

12 Jan 18:33
Compare
Choose a tag to compare

Installer no longer requires administrator permissions

2.0.0

10 Jan 23:42
76fd89b
Compare
Choose a tag to compare

This is a major overhaul of the code.

  • Complete rewrite of the UI using the egui framework. No console window is used anymore which closes #22
  • Separate binary for the CLI, includes option for config path (#25)
  • Config file is now stored as JSON
  • Support for per display brightness settings (#21), config file only for now (UI not implemented yet).

0.1.6

14 Jan 19:13
2c2b356
Compare
Choose a tag to compare
0.1.6 Pre-release
Pre-release
  • Use stephaneyfx/brightness 0.4.0
  • Fixes #17

0.1.5

26 Dec 17:12
Compare
Choose a tag to compare
0.1.5 Pre-release
Pre-release

Includes attempted fix for correctly determining if a monitor is internally connected #17

0.1.4

13 Nov 16:20
28a0901
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release
  • Bump sunset/sunrise calculator to 0.2.1 to fix locations in the soutern hemisphere.

0.1.3

01 Nov 21:23
f5d96da
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release
  • Better panic output on Windows