1.8.26
- extras - slider wButton , width is Back to Previous Size. - #185 ?
|
|
|
1.8.25
- at win10 - gap between contexmenu and taskbar set to 1px;
- Fixed: slider wButton right part is hidden/outside of screen - #182
|
1.8.23
- improved: system events are debounced
ie: when usb plugged in, it triggers Scan 3 times..(within 800ms). but debounce will make it Run Once, at the End.
( not 100% solution to - #166 - helps a little )
- fixed: mouse freezes for 1sec, when app Starts - #178
migrated GlobalMouse to TolikPylypchuk/SharpHook
exe is x64 . (SharpHook reqiures x64.)
|
1.8.22
- Fixed: moved Exit to Bottom, and other menu arrangements - #171 , #174 , #173
|
1.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.
|
1.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.
|
1.8.13
- added: custom Theme
To Change Colors: TrayIcon rightClick custom Theme - Edit
- Fixed: [EdgeCase] - settings.json is used. settings.litedb is disabled - #163
because, litedb doesnt allow simultaneous access to db.
its RARE, but some users manage to trigger Crash ??
|
1.8.12
- Fix: [EdgeCase] - using settings.json. disabled settings.litedb.
|
1.8.11
- Fixed: slider covers taskbar when TaskBar is set to autohide ,
- Fixed for only Bottom and Right . #130
|
1.8.9
- added: "wifi Name - Strength: % " to Wifi Tooltip Text.
|
1.8.8
- fix: "Detect Theme Color via Regedit" may Crash App without Error on Windows 10's older builds, (due to Not finding Regkey).
Light Theme is Added on "Windows 10 May 2019 Update"
|
1.8.7
- disabled compression of costura.fody - the packer (which put all dlls into single file)
hope to never submit the app to Malware analysis again.
|
1.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 ,
|
1.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.
|