From eaa436da2460a9c3891c92659c6c2ca4bbeb624e Mon Sep 17 00:00:00 2001 From: Sangjoon Han Date: Wed, 24 Jun 2026 13:51:45 +0900 Subject: [PATCH] chore: release 1.1.6 Patch release of the wide-table full-screen fixes from #20: - full-screen button no longer floats off-screen on shrink-to-fit/scrolling ancestors - full-screen clone strips all four Live Preview table-editor controls (column/row menu buttons + column/row drag grips), incl. the horizontal ":::" column grip the earlier fix missed Bumps manifest.json, versions.json, and CHANGELOG.md in lockstep. Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 2 ++ manifest.json | 2 +- versions.json | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93cc2f4..dccd9e9 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.1.6] - 2026-06-24 + ### Fixed - Wide tables: the full-screen button no longer floats off-screen at the table's diff --git a/manifest.json b/manifest.json index 72bce20..03cf03b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "lookout", "name": "Lookout", - "version": "1.1.5", + "version": "1.1.6", "minAppVersion": "1.0.0", "description": "Survey wide content instead of scrolling sideways. Pan and zoom Mermaid diagrams (wheel, Ctrl+wheel, or buttons), fit them to the frame, and open diagrams or wide tables full-screen.", "author": "Post-Math", diff --git a/versions.json b/versions.json index 04d27db..c5e77da 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "1.1.2": "1.0.0", "1.1.3": "1.0.0", "1.1.4": "1.0.0", - "1.1.5": "1.0.0" + "1.1.5": "1.0.0", + "1.1.6": "1.0.0" }