Skip to content

Releases: Tyrrrz/LightBulb

1.6.3.3

14 Apr 16:09
Compare
Choose a tag to compare

This release is a minor update that includes various backend fixes, improvements and optimizations.

1.6.3.2

10 Mar 11:25
Compare
Choose a tag to compare
  • Added smooth UI transitions between tabs
  • Fixed incorrect color zoning in some parts of the main window
  • Other very minor design cleanups and improvements

1.6.3.1

27 Feb 10:13
Compare
Choose a tag to compare
  • Fixed manual proxy settings being ignored

1.6.3

24 Feb 16:09
Compare
Choose a tag to compare
  • Add manual proxy handling (read more)
  • Add "-portable" switch
  • Minor design fixes

1.6.2

09 Feb 22:06
Compare
Choose a tag to compare
  • "Pause when fullscreen" no longer triggers on maximized windows with "Autohide taskbar" setting on (this was not intended)
  • MainWindow is now always topmost, which eliminates the annoyance of tray notification area popup covering it
  • Improved navigation button style slightly
  • Added manual location override for users with VPN/proxy (read more)

1.6.1

03 Feb 20:24
Compare
Choose a tag to compare

Fixed "pause when fullscreen" not working properly when switching windows.

1.6.0

02 Feb 21:02
Compare
Choose a tag to compare

Improvements

  • Reworked back-end, improved overall performance
  • Improved UI in numerous ways
  • Increased tick frequency and range on sliders in "General settings" tab
  • Temperature smoothing no longer needs a MinimumTemperatureSmoothingDelta, which was removed
  • Temperature smoothing duration now depends on the temperature delta and has a maximum value defined by MaximumTemperatureSmoothingDuration
  • Now properly showing flags for unknown countries
  • When cycle preview is running, settings in "General settings" tab do not force preview mode
  • Switching from/to full screen mode now instantly updates gamma

Additions

  • Hotkeys
  • 24hr cycle preview can now be stopped
  • Added cycle position, shows normalized time of day (current hours / 24), displayed using a small progress bar
  • If a newer release version is available, an alert icon will appear on the main window, which will bring the user here

Installer

  • Fixed installer not working on 32bit versions of Windows OS
  • Installer now asks the user to close LightBulb when uninstalling, instead of just quietly ignoring it

Notes

This update resets your settings. Sorry!

1.5

28 Jan 13:28
Compare
Choose a tag to compare
1.5
  • Added 3rd configuration tab, "Advanced"
  • Redesigned configuration tabs with the new one in mind, moved things around, reduced overall occupied space
  • Changed some text
  • Changed country flag
  • Improved how geolocation info is displayed in "Geolocation" tab
  • Added "Temperature smoothing" toggle to "Advanced" tab. You can now enable/disable temperature smoothing in UI.

1.4.2

26 Jan 11:06
Compare
Choose a tag to compare
  • Installer now has version info
  • Add license to installer
  • Temperature now instantly updates when the power mode changes (sleep, hibernate, etc) and when display settings change (in desktop preferences or by some application)
  • Refactor

1.4

21 Jan 16:20
Compare
Choose a tag to compare
1.4
  • Greatly improved performance of WinAPI calls
  • Changed "Temperature transition" time span string format
  • Moved "Disable for" to tray menu
  • "Toggle" menu item is now reactive to the current state of the application
  • Now saves settings at shutdown
  • Minor fixes