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" }