Skip to content

Commit

Permalink
Update changelog for 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
caewok committed Jul 26, 2021
1 parent 7e05e3d commit 9eb19aa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# 0.3.0
Move to libRuler 0.1 compatibility.
Improvements:
- Wraps libRuler RulerUtilities functions to 3d versions: `iterateGridUnderLine`, `calculateDistance`, `pointsAlmostEqual`.
- Adds user setting to prefer the starting token elevation when measuring.
- Revamps the projection from 3-D to 2-D to account for specific grid types and diagonal rules. This should more closely correspond to user expectations concerning vertical movement in a grid.

Breaking changes due to libRuler changes:
- `Segment` class is now `RulerSegment`
- libRuler now handles the measurement from a 3-D path; Elevation Ruler only creates the path.
- Relies on the libRuler RulerUtilities functions

# 0.2.5
Correct "jumping token" issue where when the token is moved, it will appear to drift off the path and move twice.
Expand Down

0 comments on commit 9eb19aa

Please sign in to comment.