From 655345d2f7519e7db7cf2fbee4e32100d21d182f Mon Sep 17 00:00:00 2001 From: Sangjoon Han Date: Tue, 23 Jun 2026 21:10:07 +0900 Subject: [PATCH] chore: release 1.1.2 (authorUrl -> author profile) Point manifest.authorUrl at the author profile (https://github.com/Post-Math) instead of the plugin repo, per the Obsidian community-plugin submission guidelines. Metadata-only; no functional change. Bumps to 1.1.2 so the release the directory bot inspects carries the corrected manifest. - manifest.json: authorUrl, version 1.1.1 -> 1.1.2 - versions.json: add "1.1.2": "1.0.0" - CHANGELOG.md: 1.1.2 section Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 11 ++++++++++- manifest.json | 4 ++-- versions.json | 3 ++- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c68cff4..cf9ec37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 _Nothing yet._ +## [1.1.2] - 2026-06-23 + +### Changed + +- Metadata: `authorUrl` now points to the author profile + (`https://github.com/Post-Math`) instead of the plugin repository, per the + Obsidian community-plugin submission guidelines. No functional change. + ## [1.1.1] - 2026-06-23 Initial public release. @@ -29,5 +37,6 @@ Initial public release. mode), not only in Reading view. The table being actively edited is left untouched. -[Unreleased]: https://github.com/Post-Math/Lookout/compare/1.1.1...HEAD +[Unreleased]: https://github.com/Post-Math/Lookout/compare/1.1.2...HEAD +[1.1.2]: https://github.com/Post-Math/Lookout/compare/1.1.1...1.1.2 [1.1.1]: https://github.com/Post-Math/Lookout/releases/tag/1.1.1 diff --git a/manifest.json b/manifest.json index 7be5477..fd625a7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "lookout", "name": "Lookout", - "version": "1.1.1", + "version": "1.1.2", "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": "DOT", - "authorUrl": "https://github.com/Post-Math/Lookout", + "authorUrl": "https://github.com/Post-Math", "isDesktopOnly": false } diff --git a/versions.json b/versions.json index f90260e..f17bb4f 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.1.1": "1.0.0" + "1.1.1": "1.0.0", + "1.1.2": "1.0.0" }