Skip to content

Releases: blackholeearth/Win10_BrightnessSlider

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

v1.7.8

03 Sep 12:30
786e0a1
Compare
Choose a tag to compare
v1.7.8 Pre-release
Pre-release

v1.7.8

  • fixed: parseError with nonUsa culture at dxvaMon.setbrightness

v1.7.7

  • prevent log error
  • added: hide sliderform even when clicked on taskbar icon
  • fixed: in ltr system(ie arabic) taskbar is at other side .
  • added: taskbar icon tooltip-text shows pct of all sliders ( after first form_show)

v1.7.5

  • fixing: null check richscreen.getbrighness>get_physicalmonitor()
  • added: sun image near each slider shows name on hover
  • fixed: (ddci problem )slider doesnt change birghtness at first time, i have to rightclick trayIcon > Press "detect Monitor"
  • added: Check For Updates , shows in rightclick menu.
  • fixed: new monitor populator
  • fixed: ddci brightness displaying -1 (may not work on all ddci monitors)
  • fixed: blurry text high dpi
  • fixed: i got 3 screens, but i have 5 sliders. (slider popualtion method changed )

v1.4

07 Jul 06:57
8df35e9
Compare
Choose a tag to compare

v1.04 [most stable]

  • added: author page to menu item that shows version no.
  • trying to fix: fallback doesnt handle management not supported exception.
  • added: seperately change brightness of multiple monitors.
  • added: supports setting Brighness on ddc/ci Monitors(at startup, it may show -1, )
  • fixed: slider showing itself on second screen onhide
  • fixed: popup stays under taskbar, if taskbar is autoHiding
  • fixed: slider wasn't positioning itself according to taskbar position (Top Or Bottom Or Left Or Right of Screen)