Skip to content

Commit

Permalink
Merge branch 'release/0.7.6' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
caewok committed Jan 8, 2024
2 parents 7ac6276 + 36bae9c commit 187f926
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# 0.7.6
Fix incorrect `Ruler.js` import. Closes issue #26.

# 0.7.5
Fix for pause/unpause game not working due to conflict with token move using spacebar.
Add handling for unsnapping from the grid. If shift is held, unsnap ruler waypoints and destination. If measuring from a token, set the origin point of the ruler to the (possibly unsnapped) token center.
Fix incorrect case on Ruler.js. Closes issue #25.

# 0.7.4
Add option to enable a Token Ruler when dragging tokens.
Expand Down
2 changes: 1 addition & 1 deletion scripts/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ui
import { Settings } from "./settings.js";
import { initializePatching, PATCHER, registerDragRuler } from "./patching.js";
import { MODULE_ID } from "./const.js";
import { iterateGridUnderLine } from "./ruler.js";
import { iterateGridUnderLine } from "./Ruler.js";

import { registerGeometry } from "./geometry/registration.js";

Expand Down

0 comments on commit 187f926

Please sign in to comment.