Releases: blackholeearth/Win10_BrightnessSlider
Releases · blackholeearth/Win10_BrightnessSlider
v1.8.22
v.1.8.22
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
- added: if Lwin_pressed ,Hide ctxMenuStrip
- details: rightClick menu is ContextMenuStrip - Win11 Theme
-
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
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",
- empty will use default value ->
- Save file
- Restart App.
v1.8.13
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
v1.8.10
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).
- Light Theme is Added on "Windows 10 May 2019 Update"
v1.8.7
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
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
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.
- using new trackbar control ( ColorSlider - codeProject)
- fixed colors back to native. but keep knob style modern.
v1.8.3
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.