Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.23] - 2026-05-19

### Added

- **`SECURITY.md`** — private vulnerability reporting flow via GitHub Security Advisories with a 72h acknowledgement SLA. Scope covers the PowerShell ISO builder, the .NET / WebView2 launcher, the Velopack-managed auto-update flow, the autounattend.xml + oscdimg runtime-fetch surface, and catalog application logic.
Expand Down
2 changes: 1 addition & 1 deletion launcher/app.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity version="1.0.22.0" name="tiny11options"/>
<assemblyIdentity version="1.0.23.0" name="tiny11options"/>

<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
Expand Down
2 changes: 1 addition & 1 deletion launcher/tiny11options.Launcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
AppVersion.Current() -> window.__appVersion (see MainWindow.xaml.cs
injection block). Bumping <Version> automatically updates the UI
display — no manual sync step. -->
<Version>1.0.22</Version>
<Version>1.0.23</Version>
<OutputType>WinExe</OutputType>
<TargetFramework>net10.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
Expand Down
2 changes: 1 addition & 1 deletion ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
can serve a stale copy from the user's webview2-userdata dir. Bumping
the query param per release forces a fresh fetch. Update this string in
lockstep with launcher/tiny11options.Launcher.csproj <Version>. -->
<link rel="stylesheet" href="style.css?v=1.0.22">
<link rel="stylesheet" href="style.css?v=1.0.23">
</head>
<body>
<nav class="breadcrumb" aria-label="Wizard progress">
Expand Down