diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c2e523e..fa2456c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v2.8.0.alpha + +* Added border-fill mode for the Fill Tool, accessible by holding CTRL. +* Find On Map, now starts a search by path. +* Added the Move Tool, which allows you to move a singular object. +* Added a basic autocorrect function to variable editing, which automatically encloses strings and lists +* Added a "Screenshot in Selection" checkbox to the Screenshot utility, which allows you to only screenshot the selected area by the Grab Tool. + # v2.7.4.alpha Fixed: whitespace duplication while parsing lists. @LemonInTheDark