Skip to content

Releases: blackholeearth/Win10_BrightnessSlider

v1.8.11

09 Nov 21:25
708a92a
Compare
Choose a tag to compare

v1.8.11

  • fixed: slider covers taskbar when TaskBar is set to autohide ,
    • fixed for only Bottom and Right . #130

v1.8.10

31 Oct 19:56
708a92a
Compare
Choose a tag to compare

v1.8.10

  • fixed: Wifi State Doesnt Match Wifi_TrayIcon, (İf wifi NotConnected Before W10BriSli.exe starts.)
  • added: "wifi Name - Signal: % " to Wifi Tooltip Text.
  • fixed: "Detect Theme Color via Regedit" Crashes App without Error on Windows 10's older builds, (due to Not finding Regkey).

v1.8.7

28 Oct 14:18
708a92a
Compare
Choose a tag to compare

v1.8.7

  • disabled compression of costura.fody - (merge dlls into single exe)
    • to Prevent false Antivirus reports.

v1.8.6

  • fixed colors for win11 light-theme.
  • save settings to folder "Appdata\Local\Win10_BrightnessSlider"
    • need it to remember ::
    • show wifi button ,
    • remap copilot key to contextMenu ,

v1.8.5

19 Oct 19:24
961a21e
Compare
Choose a tag to compare

v1.8.5

  • added: WIFI icon - by default, hidden
  • added: auto change App Colors , if User Changes Windows Theme to Dark/Light
  • added Choose Dark/light Theme in RightClick Menu.

v1.8.4

18 Oct 12:54
961a21e
Compare
Choose a tag to compare

v1.8.4

  • fixed null exception. (at draw border)
    • if you click notifyicon as soon as app starts, it will throw error.
  • jump to click behaviour matches win10 vol slider.
    • using new trackbar control ( ColorSlider - codeProject)
      • added some fixes on it.
      • added: keydown and hold beavior to match native trackbar.
      • added: mouseWheel to trigger Scroll event.
      • scrollling at the edges weird bug discovered . scrolling out of range causing abnormal values.
  • fixed colors back to native. but keep knob style modern.

v1.8.3

16 Oct 08:04
961a21e
Compare
Choose a tag to compare

v1.8.3

  • fixed: win11 RoundCorner_Color for middle sliders.
  • added: Windows 11 light / dark theme - and RoundBorders (auto selects) .
    • improved slider look.
  • added: Scroll over TrayIcon to Change Brightness.
  • added: Restart App to RightClick Menu .
  • added: Auto Restart App if RamUsage is Above 150mb.
  • fixed: improved Close Window When Clicked Outside, (via globalmousehooks ).

Adsız

v1.7.17

01 Oct 10:06
6f77ca4
Compare
Choose a tag to compare

v1.7.17

  • Added Border Around Window

v17-borderfix-png-opti2

v1.7.16

  • Added Monitor /Display Names Above the slider.
  • set trayIcon text to Max Length to be 64. (to get rid of error on win10)

v1.7.15

19 Mar 11:59
9ba8f82
Compare
Choose a tag to compare

v1.7.15
attempt to fix: memory leak.

  • added: gc.collect in repopulateSliders
    • ( img. have to be disposed , gc.collect didnt help)
  • added: sliders's sunIcon picturebox.image.disposed
    • ( rightClick menu, via systemEvents ) detectMonitors added 3mb ramUsage per Slider . (high dpi users might have much more times)
  • removed unnecessary createGraphics.
  • added: systemStateEvents unSubscribed onload (Suspend Resume ; Monitor Power On Off ; monitor plug unplug )
  • added: ramlogger max cap 80. remember last 70 log line.

v1.7.14

18 Jun 13:12
fd900a3
Compare
Choose a tag to compare
  • on events, added fix (update gui) for slider text may be 000 sometimes
  • on events, backup restore last_brighness_value set by user via slider.
    • persist while app is running. (not saved to disk)

v1.7.11

11 Jun 11:31
9559390
Compare
Choose a tag to compare

v1.7.11

  • Suspend Resume ; Monitor Power On Off ; monitor plug unplug events added.
    • when these event happen, it will auto rescan monitors .
  • Ram.Logger Added . ( tray icon > right click > show logs) ( you'll see why its -1 or 100 in logs )

v1.7.10

  • added: jump trackbar value to click.
    • i only tested with ( 96 dpi 100%) and ( ?? dpi 125% ) .
      there was not a clean solution. clicked postion was out of sync at least 5pts.

v1.7.9

  • fixed: when the autohide taskbar is on and the taskbar is at the top of screen,the slider is still at the bottom