Skip to content

Tags: Open-Shell/Open-Shell-Menu

Tags

v4.4.195

Toggle v4.4.195's commit message

Verified

This commit was signed with the committer’s verified signature.
Apply taskbar customizations to News and interests

Fixes #676

v4.4.194

Toggle v4.4.194's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix custom button auto-hiding (#2041)

v4.4.192

Toggle v4.4.192's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update StartMenu.html (#2036)

v4.4.191

Toggle v4.4.191's commit message
Display "Searching..." progress always

Commit be8568c that introduced option to disable "See more results" also
changed behavior of "Searching..." item that indicates search in progress.

We will now make sure that the search progress indicator is displayed
always. No matter of options.

v4.4.190

Toggle v4.4.190's commit message
Show shutdown warning if there are multiple users logged in (#1303)

v4.4.189

Toggle v4.4.189's commit message
Properly scale default skin font according to DPI (#1110)

Original fix introduced in 528d15 was not correct.
The problem is that `SystemParametersInfo` uses DPI that current session
started with.

We should use `SystemParametersInfoForDpi` (available since Win10 1607)
that returns properly scaled font size.

Fixes #1110

v4.4.188

Toggle v4.4.188's commit message
Setup: Recognize also /h and /help parameters (#1278)

Otherwise they will get passed to `msiexec` that will display its help
window that may confuse our users (as they expect our help to be displayed).

v4.4.187

Toggle v4.4.187's commit message
New default Immersive skin for Win10/11 (#538)

Fixes #538

v4.4.186

Toggle v4.4.186's commit message
Select Apps icon based on Windows version

We now have nicer Apps icons for Win10/11 so we will select proper icon
based on Windows version.

v4.4.185

Toggle v4.4.185's commit message
Make sure tray buttons are properly positioned when custom start butt…

…on was created

Fixes #1232