Skip to content

Commit

Permalink
v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shemetz committed Nov 18, 2023
1 parent 2b8da5a commit 2a645f9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.12.0] - 2023-11-18
- Fixed rate limit (#50)
- Added clarifications that auto-detect is buggy
- Removed libwrapper shim (it's common enough, people will just have it enabled)
- Removed old code (pre-foundry-v11)

## [1.11.0] - 2023-09-03
- Added keyboard shortcuts to flip between modes (#52, thanks @mrkwnzl)

Expand Down Expand Up @@ -109,5 +115,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[1.8.6]: https://github.com/shemetz/ZoomPanOptions/compare/1.8.5...1.8.6
[1.9.0]: https://github.com/shemetz/ZoomPanOptions/compare/1.8.6...1.9.0
[1.10.0]: https://github.com/shemetz/ZoomPanOptions/compare/1.9.0...1.10.0
[1.11.0]: https://github.com/shemetz/ZoomPanOptions/compare/1.0.0...1.11.0
[Unreleased]: https://github.com/shemetz/ZoomPanOptions/compare/1.11.0...HEAD
[1.11.0]: https://github.com/shemetz/ZoomPanOptions/compare/1.10.0...1.11.0
[1.12.0]: https://github.com/shemetz/ZoomPanOptions/compare/1.11.0...1.12.0
[Unreleased]: https://github.com/shemetz/ZoomPanOptions/compare/1.12.0...HEAD
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "zoom-pan-options",
"title": "Zoom/Pan Options",
"description": "Adds cursor-based zoom, touchpad/scrollwheel zoom/pan support, and other options.",
"version": "1.11.0",
"version": "1.12.0",
"compatibility": {
"minimum": "11",
"verified": "11"
Expand Down

0 comments on commit 2a645f9

Please sign in to comment.