-
latest
Pre-releaseAll checks were successfulrelease / build-and-release (push) Successful in 38sreleased this
2026-06-05 14:57:20 +02:00 | 0 commits to main since this releaseAdded
- Bloatware feature toggles (01): the bloatware step now exposes three GUI checkboxes -
standardBloatware(default on, the bulk AppX/capability/feature list),removeNewOutlook
(default on, the new Outlook for Windows appMicrosoft.OutlookForWindows) and
removeSnippingTool(default OFF). Each toggle is independent, so a technician can spare
Outlook or remove the Snipping Tool without affecting the rest.
Changed
- Snipping Tool now kept by default (01):
Microsoft.ScreenSketch(the modern Snipping Tool
app) plus the legacy capability and optional feature are no longer removed unless
removeSnippingToolis checked - it is a commonly used productivity tool, like Calculator.
Classic Outlook from M365 was never removed (it is a Win32 app, not an AppX package); only the
bundled new Outlook is, and that is now toggleable.
Fixed
bloatware.keepPackageswas dropped at runtime: the GoConfigstruct had noBloatware
field, so the GUI's runtime-config regeneration silently discardedkeepPackages. Added the
field so the keep-list survives and is honored by01-bloatware.ps1.
Built from
76b72e5Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
xetup.exe
3 downloads · 9.2 MiB
- Bloatware feature toggles (01): the bloatware step now exposes three GUI checkboxes -
-
v0.9 Stable
released this
2026-06-03 16:29:49 +02:00 | 5 commits to main since this releaseAdded
- Bloatware feature toggles (01): the bloatware step now exposes three GUI checkboxes -
standardBloatware(default on, the bulk AppX/capability/feature list),removeNewOutlook
(default on, the new Outlook for Windows appMicrosoft.OutlookForWindows) and
removeSnippingTool(default OFF). Each toggle is independent, so a technician can spare
Outlook or remove the Snipping Tool without affecting the rest.
Changed
- Snipping Tool now kept by default (01):
Microsoft.ScreenSketch(the modern Snipping Tool
app) plus the legacy capability and optional feature are no longer removed unless
removeSnippingToolis checked - it is a commonly used productivity tool, like Calculator.
Classic Outlook from M365 was never removed (it is a Win32 app, not an AppX package); only the
bundled new Outlook is, and that is now toggleable.
Fixed
bloatware.keepPackageswas dropped at runtime: the GoConfigstruct had noBloatware
field, so the GUI's runtime-config regeneration silently discardedkeepPackages. Added the
field so the keep-list survives and is honored by01-bloatware.ps1.
Built from
9f7e18cDownloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
xetup.exe
4 downloads · 9.2 MiB
- Bloatware feature toggles (01): the bloatware step now exposes three GUI checkboxes -
-
v0.8 Stable
released this
2026-06-02 14:40:13 +02:00 | 7 commits to main since this releaseAdded
- Web changelog page (
/changelog/) that rendersCHANGELOG.mdfrom the repo (Forgejo raw
API via the/forgejo-apiproxy) - single source of truth. Linked from the site nav. - CI release automation: the release workflow derives the release notes from
CHANGELOG.md,
and a version tag (vX.Y) builds, signs and publishes a named (non-prerelease) release for
that version;main/dispatch keep the rollinglatestprerelease.
Fixed
- BackInfo background color: use the COLORREF value
4668194for #223B47. BackInfo uses a
COLORREF (0x00BBGGRR/ BGR), so the 0.7 value2243399(0x223B47) was read with red/blue
swapped and rendered olive-brown (#473B22). Reverts the 0.7 change. - BackInfo black border in some profiles (04): BackInfo paints a centered bitmap; when it is
smaller than the screen, the surrounding desktop showed black in profiles whose
Control Panel\Colors\Backgroundwas not set. The solid desktop background color (#223B47) is
now written to HKU.DEFAULT and to every existing user profile (loading each hive as needed),
in addition to the Default hive and current user, so the area around the bitmap blends in.
Built from
d02411aDownloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
xetup.exe
4 downloads · 9.2 MiB
- Web changelog page (
-
released this
2026-06-02 14:19:16 +02:00 | 10 commits to main since this releaseAdded
- Code signing in CI: the release workflow signs
xetup.exeon every push (and via
workflow_dispatch) using Azure Trusted Signing (certificate "X9.cz s.r.o.") through jsign,
plus an RFC3161 timestamp (timestamp.acs.microsoft.com). jsign is pinned by version + sha256.
Trusted Signing certs are short-lived (~3 days); the timestamp keeps the signature valid past
expiry. OnlyAZURE_CLIENT_SECRETis a Forgejo Actions secret. (853908b) workflow_dispatchtrigger for manual release runs. (cdad15a)- Keyboard layout: CZ primary + US secondary, applied to all profiles via
Set-WinUserLanguageList(current user) and thePreloadkey in the Default hive and
HKU\.DEFAULT. (94b7786)
Fixed
- winget (02, 11): pass
--source wingetto every install. Fresh Win11 ISOs ship an App
Installer with a stale pinned cert, so the msstore source fails with0x8a15005eand aborts
the install; forcing the winget source bypasses it. (94b7786) - Network Discovery (10): enable by resource-string group
-Group "@FirewallAPI.dll,-32752"
instead of-DisplayGroup "Network Discovery", which is localized and failed on Czech Windows. (94b7786) - Atera detection (02): verify via the
AteraAgentservice (Get-Service) with a path-check
fallback incl.C:\ProgramData, since Atera no longer installs to a fixed location. (94b7786) - Windows Update log (12): format installed updates via
$_.Result/$_.Titleinstead of
logging the raw objects (which printed "System.__ComObject"). (94b7786) - UCPD (02): the UCPD stop failure on Win11 24H2 (protected service) is logged WARN, not
ERROR; the system-wide HKCR write succeeds regardless. (94b7786) - Atera under SYSTEM (02): install the MSI via a one-shot scheduled task running as
NT AUTHORITY\SYSTEM(msiexec /qn). Under SYSTEM the agent registers silently with no
interactive MFA window. (451b9e2) - Taskbar File Explorer pin (04): pin Explorer via its AppUserModelID
(DesktopApplicationID="Microsoft.Windows.Explorer") instead of a hand-made.lnk. The custom
shortcut launched a second Explorer that did not group with the running window and could not be
unpinned. (451b9e2) - Accent color in all profiles (04): write
AccentPalette(REG_BINARY, 8 shades from #223B47)
alongsideAccentColor. Without it Win11 drops the custom accent on Start/taskbar and falls back
to the default. The full theme (Custom mode: dark system + light apps; accent on Start/taskbar and
title bars/borders) is written to the Default hive, the current user (HKCU) andHKU\.DEFAULTso
all profiles match. (4d08d0c) - BackInfo background color:
BackgroundColor 4668194 -> 2243399. BackInfo reads the value as
0xRRGGBB (RGB), not COLORREF/BGR, so #223B47 = 2243399; the BGR value swapped red/blue. (4d08d0c)
CI / Infra
- deploy.json update step made non-fatal (cosmetic, runs after the release is published). (
8a7fc10) - Forgejo runner: bind-mount the docker socket into job containers so the deploy.json step's
docker execworks. (c8c8523,beceeb4) - docker-compose: mount
web/dataread-write so CI can refreshdeploy.json(rest of the web
docroot stays read-only). (7becac7)
Docs
- Web (spec, descriptions.json, navod, landing) updated for all of the above.
SPEC.md+CLAUDE.mdsynced. Added thisCHANGELOG.md.
Built from
0d52899Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
xetup.exe
2 downloads · 9.2 MiB
- Code signing in CI: the release workflow signs
-
v0.1.0 Pre-release
released this
2026-04-16 10:48:55 +02:00 | 33 commits to main since this releasePrvni sestaveni xetup.exe - Go TUI launcher (Windows x64).
Obsahuje: bubbletea TUI, huh form, 12 deployment kroku vcetne Dell Command | Update.
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
xetup.exe
5 downloads · 5.2 MiB
-
Source code (ZIP)