mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-16 22:01:14 -06:00
100 lines
3.2 KiB
HTML
100 lines
3.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="stylesheet" href="changelog.css" />
|
|
<title>Changelog v4.0.0-beta1</title>
|
|
</head>
|
|
<body>
|
|
<h2>MonitorControl v4.0.0-beta2 (Thu, 07 Oct 2021)</h2>
|
|
<aside>
|
|
View full notes
|
|
<a
|
|
href="https://github.com/MonitorControl/MonitorControl/releases/tag/v4.0.0-beta2"
|
|
>on Github</a
|
|
>
|
|
</aside>
|
|
|
|
<h3>Enhancements</h3>
|
|
|
|
<ul>
|
|
<li>Added Internet Access Policy</li>
|
|
<li>
|
|
Don't relinquish control over brightness keys with no external display
|
|
connected if fine brightness OSD scale is active
|
|
</li>
|
|
<li>Changed icon order in menu (when icon mode is enabled)</li>
|
|
<li>
|
|
Gear shape icon is used for preferences + stands a little bit apart to
|
|
help user focus.
|
|
</li>
|
|
<li>
|
|
Changed default to a minimum software dimming of 15% for safety reasons.
|
|
</li>
|
|
<li>
|
|
Added advanced option to enable zero brightness with software dimming.
|
|
</li>
|
|
<li>
|
|
Added 'Avoid gamma table manipulation' option for coexistence with
|
|
f.lux.
|
|
</li>
|
|
<li>
|
|
Set relevant options to disabled when keyboard control is disabled.
|
|
</li>
|
|
<li>
|
|
Added <kbd>Command</kbd> + <kbd>Q</kbd> shortcut in menu when it is in
|
|
standard text mode (not icon mode).
|
|
</li>
|
|
<li>Made preferences more spacious + more room for verbose languages</li>
|
|
</ul>
|
|
|
|
<h3>Updated translations:</h3>
|
|
|
|
<ul>
|
|
<li>English - base language</li>
|
|
<li>Chinese (Traditional, Taiwan) - thanks to @stiiveo, @dororojames</li>
|
|
<li>Dutch - thanks to @JoniVR</li>
|
|
<li>French - thanks to @the0neyouseek</li>
|
|
<li>German - thanks to @jajoho</li>
|
|
<li>Hungarian - thanks to @waydabber</li>
|
|
<li>Italian - thanks to @picov</li>
|
|
<li>Korean - thanks to @zzulu</li>
|
|
<li>Turkish - thanks to @mennan</li>
|
|
</ul>
|
|
|
|
<h3>Under the hood changes & fixes</h3>
|
|
|
|
<ul>
|
|
<li>
|
|
DDC command touched status. When write on startup enabled, apply only
|
|
touched command values.
|
|
</li>
|
|
<li>Reorganised PrefKey list to be less confusing.</li>
|
|
<li>
|
|
Disengage custom shortcut keyboard after 100 key repeat to prevent
|
|
possibly endless loop if keyUp event never arrives due to any
|
|
circumstance.
|
|
</li>
|
|
<li>
|
|
Fixed text for external display brightness control keyboard shortcut.
|
|
</li>
|
|
<li>
|
|
Fix cumulative darkening bug upon toggling 'Disable dimming as
|
|
fallback'.
|
|
</li>
|
|
<li>
|
|
Make sure that key repeat speed for custom shortcuts do not go below a
|
|
certain threshold.
|
|
</li>
|
|
<li>Fixes text clipping issues for various languages</li>
|
|
<li>Added beta channel update backend</li>
|
|
<li>Fixed layout issue at brightness custom shortcuts.</li>
|
|
<li>
|
|
Fixed custom key shortcuts going runaway when menu was opened during a
|
|
key repeat streak.
|
|
</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|