From b84b8b1abe699331fe29cfbf592871695f25573c Mon Sep 17 00:00:00 2001 From: Stuart Meeks Date: Mon, 8 Jun 2026 08:04:28 +0000 Subject: [PATCH] Release v1.0.1 Bump version to 1.0.1 and roll the Unreleased changelog entry into the 1.0.1 section (content-page layout fix). Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 2 ++ version.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f0cc6d..e138228 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.1] - 2026-06-08 + ### Fixed - The list/content pages (Settings, Trash, Shared parameters, Tags, History) now share one layout with a consistent maximum content width — centred at wider window sizes and diff --git a/version.json b/version.json index 6d192c8..e471bf6 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.0.0", + "version": "1.0.1", "publicReleaseRefSpec": [ "^refs/tags/v\\d+\\.\\d+\\.\\d+" ]