diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2f2e564ef6..543d950f3d 100755 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.2.0-dev+2022-04-02 +current_version = 5.2.0-stable+2022-05-01 commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+))?\+(?P\d{4}\-\d{2}\-\d{2}) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82b408d410..ab6ab27e5b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # ADVi3++ Changelog +## 5.2.0 (2022-05-01) + +* **#278** - Hide gcode files where the file name starts with a period +* **#276** - Files with the letter "å" in the file name do not appear correctly +* **#21** - Implement file management +* Change slightly the font + ## 5.1.1 (2022-03-29) * **#283** - Automatic bed leveling is reporting 0 for all points @@ -7,10 +14,10 @@ ## 5.1.0 (2022-03-25) * Align ADVi3++ with upstream latest release of Marlin (2.0.9.3) -* **#79** - Support for filament runout sensors * **#263** - Use G-Code M256 (set brightness) instead of M250 (set contrast) * **#268** - Fix Z height not saved and 0.1mm less than expected * **#271** - Fix pin #6 displayed as an output in the I/O screen +* **#79** - Support for filament runout sensors ## 5.0.3 (2022-02-27) diff --git a/Scripts/create-release.sh b/Scripts/create-release.sh index 51f08a8c7f..8f2ee8ddc8 100755 --- a/Scripts/create-release.sh +++ b/Scripts/create-release.sh @@ -9,7 +9,7 @@ function pause(){ read -r -s -k "?$*"$'\n' } -version="5.2.0-dev" +version="5.2.0" scripts="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" ret=$?; if [[ $ret != 0 ]]; then exit $ret; fi