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
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

_Nothing yet._

## [1.1.3] - 2026-06-23

### Changed

- Metadata: `author` is now **Post-Math** (matches the organization and the
community-plugin listing). No functional change.

## [1.1.2] - 2026-06-23

### Changed
Expand Down Expand Up @@ -37,6 +44,7 @@ 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.2...HEAD
[Unreleased]: https://github.com/Post-Math/Lookout/compare/1.1.3...HEAD
[1.1.3]: https://github.com/Post-Math/Lookout/compare/1.1.2...1.1.3
[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.2",
"version": "1.1.3",
"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",
"author": "Post-Math",
"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,4 +1,5 @@
{
"1.1.1": "1.0.0",
"1.1.2": "1.0.0"
"1.1.2": "1.0.0",
"1.1.3": "1.0.0"
}