Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"1.1.1": "1.0.0"
"1.1.1": "1.0.0",
"1.1.2": "1.0.0"
}