-
v0.9.2 Stable
released this
2026-07-19 16:00:43 +02:00 | 22 commits to master since this release[0.9.2] - 2026-07-19
Fixed
- Start menu dismisses when another window takes focus (shell-side activate/app deactivate + foreground watch), not only when the bar loses focus.
Download
win711-Setup-0.9.2-x64.exe(267.6 MB) - Windows 10/11 x64 Setup (self-contained; no .NET Desktop install)- SHA256:
61f98cfb374cfc8f1a59cc7eeeba07e29f37adf95a69e395dd1179194166f03b
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.9.1 Stable
released this
2026-07-19 14:34:52 +02:00 | 23 commits to master since this release[0.9.1] - 2026-07-19
Changed
- Start Menu shortcut is Win711 Crash Report (searchable under Win711); upgrade removes the old Crash report name so only one shortcut remains.
- Crash report system_id uses Windows MachineGuid (hashed), not a random AppData seed; leftover machine-id is deleted on bar/crashreport start.
- Bar logging is a single Log path gated by bar.debugLogging (no more always-on log writes); off means no bar.log activity.
Fixed
- Stop writing retired shell-settings.xml; bar deletes it on startup if still present.
Download
win711-Setup-0.9.1-x64.exe(267 MB) - Windows 10/11 x64 Setup (self-contained; no .NET Desktop install)- SHA256:
dd52ef28576d6175d4afbf0ca6d3d079825f6811cf0eca5f228b31275620a56f
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.9.0 Stable
released this
2026-07-19 13:49:49 +02:00 | 24 commits to master since this release[0.9.0] - 2026-07-19
Added
- Optional crash report helper: after a crash, a checklist lists pending dumps (all selected by default); Upload or Cancel. Start Menu Crash report entry; bar can open it when pending dumps exist.
- Multi-app crash collector (
crashreceiver) for crash.goclaw.org (Go; build separately, not productmake/dist). Stores by app, computer name, and component. - Shell diagnostic command crashTest forces a controlled crash to verify dump writing (expect exit code 10 and files under
%LocalAppData%\win711\crashes\). - Crash text and upload metadata include product version so dumps match local
symbols\<version>\archives. - Ship binaries and DLLs carry the product version from repo VERSION (no more Open-Shell 4.4.x file versions on product peers).
Fixed
- Crash dumps now install on the classic Start host process, not only Explorer inject. Host AVs write dumps and breadcrumbs instead of dying with only exit
0xC0000005. - Blank Start menu program icons when icon size was left on auto (-1). Defaults and DPI/SPI resolution keep runtime sizes concrete; auto sizes still save as portable -1.
Download
win711-Setup-0.9.0-x64.exe(267 MB) - Windows 10/11 x64 Setup (self-contained; no .NET Desktop install)- SHA256:
97bf37f75b351b0e0e13799c6ca545af2b1d3244779ebcff9108edfbb0a4fe7d
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.8.0 Stable
released this
2026-07-19 10:44:03 +02:00 | 25 commits to master since this release[0.8.0] - 2026-07-19
Added
- Installer/stage ships PDBs next to peers (
StartMenuDLL.pdb,win711-shell.pdb, managed portable PDBs, etc.) for field crash analysis. - Local gitignored
symbols\<VERSION>\archive (tools/archive-symbols.ps1, auto onmake stage) keeps a host-side symbol history for remote dumps. - Shell crash breadcrumb
.txt: dump ok/fail, AV details, VERSION/file version, best-effort symbolized stack with file:line when PDBs are beside the modules.
Download
win711-Setup-0.8.0-x64.exe(206.3 MB) - Windows 10/11 x64 Setup (self-contained; no .NET Desktop install)- SHA256:
e344438fce241f29423075ffe9039b5a6ccf14ccd23356754a860bc7ecb937a6
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Installer/stage ships PDBs next to peers (
-
v0.7.1 Stable
released this
2026-07-19 08:47:41 +02:00 | 26 commits to master since this release[0.7.1] - 2026-07-19
Changed
- Shell crash dumps always at least Mini (legacy Off is forced up); config Advanced no longer offers Off.
Download
win711-Setup-0.7.1-x64.exe(193.7 MB) - Windows 10/11 x64 Setup (self-contained; no .NET Desktop install)- SHA256:
6e4da2cc8ec04307a4cda9bd928587749482df9e9e526812f02f40f864c84910
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.7.0 Stable
released this
2026-07-19 08:38:27 +02:00 | 27 commits to master since this release[0.7.0] - 2026-07-19
Added
- Task button Classic / Classic mirrored menus: Pin to taskbar / Unpin from taskbar writes or removes a shortcut under
quickLaunchPath(default OSUser Pinned\TaskBar), including AppUserModelID for PWAs and multi-identity hosts. - Quick Launch drag-reorder; order saved as
bar.quickLaunchOrderinsettings.json(new pins append; missing pins pruned).
Fixed
- Quick Launch shell context menu verbs (including Unpin from taskbar) actually run; the callback had been returning "handled" and skipping
InvokeCommand. - Re-selecting the product default skin (Windows Aero) restores product option defaults again (not empty skin-file defaults), so Large font / Reduce glass color are not wrongly bold.
Download
win711-Setup-0.7.0-x64.exe(193.7 MB) - Windows 10/11 x64 Setup (self-contained; no .NET Desktop install)- SHA256:
791e6b38786d28b0a4916d7feaea0ebccfd91f8328bcae596e2cf669cd3541c3
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Task button Classic / Classic mirrored menus: Pin to taskbar / Unpin from taskbar writes or removes a shortcut under
-
v0.6.0 Stable
released this
2026-07-18 19:25:06 +02:00 | 28 commits to master since this release[0.6.0] - 2026-07-18
Added
- Full-document settings defaults:
settings.defaults.jsonholds bar, product shell keys, and a completeshell.enginebag; export tool rebuilds it from code defaults plus archivedshell-defaults.xml. - Settings resolver fills missing user keys and keeps product camelCase names in sync with engine names.
- EditSettings Apply stays open when dirty; Close and win711-config use Yes/No/Cancel for unsaved changes.
- Shell
bounceStartrebuilds an open Start menu after settings Apply;reloadConfigonly reloads settings. - Skin options list bolds non-default checkboxes (same idea as the main settings tree; respects Bold settings).
- Docs:
docs/SETTINGS-DEFAULTS.mdfor defaults SoT, load order, skins, and UpdateSettings traps.
Changed
- User
settings.jsonis full (non-sparse); first-run and load normalize from the defaults file. - EditSettings defaultness uses product defaults (not only Open-Shell code defValues); icon size and other DPI/SPI-resolved knobs compare to live resolved defaults.
- Any Start skin can be selected and kept; changing skin resets options to that skin's built-in defaults.
shell-defaults.xmlis archive-only (export input); no longer packaged as a runtime dist requirement.
Fixed
- Settings load no longer replaces Windows Aero (or other skins) with Win10 Immersive templates after JSON load.
- Skin option toggles no longer get wiped on Apply; glass color is not sticky when glass override is off.
- Align-to-work-area and similar bools no longer stay bold after returning to the product default.
Download
win711-Setup-0.6.0-x64.exe(193.7 MB) - Windows 10/11 x64 Setup (self-contained; no .NET Desktop install)- SHA256:
278cfd246dd9408898a2980755dbe9ca74a2f2d819a27562aae95de0bfb10e6b
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Full-document settings defaults:
-
v0.5.3 Stable
released this
2026-07-18 15:50:22 +02:00 | 29 commits to master since this release[0.5.3] - 2026-07-18
Fixed
- Start orb toggle no longer close-then-reopens when the menu was already open (orb gesture arms dismiss-ignore on mouse-down; shell
toggleStartis a singleToggleStartMenu).
Download
win711-Setup-0.5.3-x64.exe(193.7 MB) - Windows 10/11 x64 Setup (self-contained; no .NET Desktop install)- SHA256:
c0e93a375a55dc2d8208450bf4f204747bc1d976ee9184504787cdc5c787ab15
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Start orb toggle no longer close-then-reopens when the menu was already open (orb gesture arms dismiss-ignore on mouse-down; shell
-
v0.5.2 Stable
released this
2026-07-18 15:37:01 +02:00 | 30 commits to master since this release[0.5.2] - 2026-07-18
Changed
- Task button order: honor last drag-committed layout on every new task (no 15s bootstrap); open/close no longer rewrite
task-order.json. Apps never dragged stay ephemeral at the tail until an explicit reorder.
Download
win711-Setup-0.5.2-x64.exe(193.7 MB) - Windows 10/11 x64 Setup (self-contained; no .NET Desktop install)- SHA256:
0fa94f10c13849b49e1ee5796e6355bebf2303e0fee162d6257fe21d29edd0d4
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Task button order: honor last drag-committed layout on every new task (no 15s bootstrap); open/close no longer rewrite
-
v0.5.1 Stable
released this
2026-07-18 15:22:55 +02:00 | 31 commits to master since this release[0.5.1] - 2026-07-18
Fixed
- OS pin suppress list did not reload after shell restart (saved lowercased ids like
desktopapplink=rejected by case-sensitive Load); unpinned rail items no longer reappear.
Download
win711-Setup-0.5.1-x64.exe(193.7 MB) - Windows 10/11 x64 Setup (self-contained; no .NET Desktop install)- SHA256:
41e4e12fcee9cf41100498265309cbcdf79be0ee8c1703527b29473c84f729d0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- OS pin suppress list did not reload after shell restart (saved lowercased ids like