Releases: Open-Shell/Open-Shell-Menu
Releases Β· Open-Shell/Open-Shell-Menu
4.4.185
What's Changed
- Fixed taskbar texture on Windows 11 (#1230, #963, #803)
- Properly aligned start menu in case of vertical taskbar on Windows 11 (#1231)
- Tray buttons are properly positioned when custom start button is created (#1232)
- Show start menu next to taskbar by default
- Remove duplicates from modern settings (#1031)
- Search box has focus before activating start menu to avoid triggering accelerator by mistake (#1068)
- Added new option "Enable accelerators" (#447)
- Added new option "Require Alt key for accelerators" (#117)
- Sleep should work on systems with connected standby enabled (#719)
- Shutdown should be possible even if limited admin doesn't have shutdown privilege (#1015)
- Windows updates should be not applied when selected restart/shutdown (#1250)
Full Changelog: v4.4.184...v4.4.185
4.4.184
4.4.183
Fix for potential crash introduced in 1b013c3 Fixes #1245
4.4.182
What's Changed
- New artwork for Open-Shell by @bonzibudd in #1226
Full Changelog: v4.4.181...v4.4.182
4.4.181
What's Changed
- Windows 11 start button support
- Get proper branding string on Windows 11
- Show Open-Shell version in start context menu
- Don't track usage of Open-Shell modern settings folder
- Properly handle automatically hiding taskbar on multi-monitor setup
- Don't show Windows Shell Experience Host in list of frequent programs
Full Changelog: v4.4.180...v4.4.181
4.4.180
v4.4.180 Restore Main_no_icons2 behavior for inline subitems (#1172)
4.4.179
Add -reloadsettings command line switch It will force Open-Shell to reload settings from registry. Fixes #1157.
4.4.178
Revert "Auto-detect when setting is back to default value" This reverts commit 998d83c15c1fe753526a43fb4c182a4b25e83252. This change was wrong and it shouldn't get merged in first place. See https://github.com/Open-Shell/Open-Shell-Menu/pull/829#issuecomment-907667829 for further explanation. Fixes #1135.
4.4.177
Fix broken menu sorting It was broken in bb26cec commit. Fixes #1111