Skip to content

Commit b5ef4e2

Browse files
authored
Merge pull request #9 from Post-Math/dev
Release 1.1.2
2 parents 5cde18b + 9cfa3a4 commit b5ef4e2

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
_Nothing yet._
1111

12+
## [1.1.2] - 2026-06-23
13+
14+
### Changed
15+
16+
- Metadata: `authorUrl` now points to the author profile
17+
(`https://github.com/Post-Math`) instead of the plugin repository, per the
18+
Obsidian community-plugin submission guidelines. No functional change.
19+
1220
## [1.1.1] - 2026-06-23
1321

1422
Initial public release.
@@ -29,5 +37,6 @@ Initial public release.
2937
mode), not only in Reading view. The table being actively edited is left
3038
untouched.
3139

32-
[Unreleased]: https://github.com/Post-Math/Lookout/compare/1.1.1...HEAD
40+
[Unreleased]: https://github.com/Post-Math/Lookout/compare/1.1.2...HEAD
41+
[1.1.2]: https://github.com/Post-Math/Lookout/compare/1.1.1...1.1.2
3342
[1.1.1]: https://github.com/Post-Math/Lookout/releases/tag/1.1.1

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "lookout",
33
"name": "Lookout",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"minAppVersion": "1.0.0",
66
"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.",
77
"author": "DOT",
8-
"authorUrl": "https://github.com/Post-Math/Lookout",
8+
"authorUrl": "https://github.com/Post-Math",
99
"isDesktopOnly": false
1010
}

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"1.1.1": "1.0.0"
2+
"1.1.1": "1.0.0",
3+
"1.1.2": "1.0.0"
34
}

0 commit comments

Comments
 (0)