Skip to content

Releases: blackholeearth/Win10_BrightnessSlider

v1.8.22

13 Feb 23:07
3255f59
Compare
Choose a tag to compare

v.1.8.22

  • fixed: moved Exit to Bottom, and other menu arrangements - #171 , #174 , #173

v.1.8.21

  • fixed: after selected custom option, win10_birghtnessslider closing itself - #170

v1.8.20

  • added: right click menu dark theme

    • details: rightClick menu is ContextMenuStrip - Win11 Theme
      • added: if Lwin_pressed ,Hide ctxMenuStrip
        • why? contextmenuStrip doesnt always close when LWIN pressed
  • win+space > Open Everything.exe

  • removed GC.Collect();

    • i think, this was causing 1 seconds computer freeze. - (not sure, might be wrong)
    • we dont need this. because, we have "if (Ram usage >150 mb) : App.restart"

v1.8.19

15 Jan 01:53
7eea77a
Compare
Choose a tag to compare

v1.8.19

  • fixed: removed wmi. from monitor Name
  • fixed: slider visual bug - small white dot - at left side ( ColorSlider.cs - external control ).
  • fixed: bug due to customTheme: BarElapsed Color fixed to be same as knobColor.
  • font is set to Segoe UI.

v1.8.16

  • fixed: icon color - due to new custom theme
  • fixed: Custom Theme should apply after Dark Light Mode Change.
  • added: monitorDump.json
    • trayicon > rightclick > edit setting.json >> ((this will open Folder. )) >> File is there
  • added: custom Monitor Name - #162
    • TrayIcon > RightClick > Edit Settings.json ... >> (( Folder Will be Opened. ))
    • Edit file with notepad.
    • write your monitor name
      • empty will use default value -> "MonitorName": "",
      • give a Name -> "MonitorName": "hello world",
    • Save file
    • Restart App.

v1.8.13

13 Jan 17:46
4ff5a7d
Compare
Choose a tag to compare

v1.8.13

  • added: custom Theme

    • To Change Colors: TrayIcon > rightClick > custom Theme - Edit
    • NOTE İf you mess up the settings.json file, you have to delete json file to make slider work again.
  • Fixed: [EdgeCase] - cant access settings.litedb simultaneously - #163

    • settings.json is used, settings.litedb is disabled

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. (via globalmousehooks ).
  • fixed: improved Close Window When Clicked Outside, (via globalmousehooks ).
  • added: Restart App to RightClick Menu .
  • added: Auto Restart App if RamUsage is Above 150mb.

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)