Skip to content

Commit

Permalink
Bump release number and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
andrivet committed Jul 15, 2022
1 parent c5385d9 commit 8447215
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.4.0-dev+2022-06-12
current_version = 5.4.0-stable+2022-07-15
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?\+(?P<date>\d{4}\-\d{2}\-\d{2})
Expand Down
23 changes: 19 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
# ADVi3++ Changelog

## 5.4.0 (2022-07-15)

* **#291** - [When pressing on a move button, it continues for a while after the button is released](https://github.com/andrivet/ADVi3pp/issues/291)
* **#290** - [Avoid homing when not necessary](https://github.com/andrivet/ADVi3pp/issues/290)
* **#289** - [Travel movements during manual bed levelling significantly slower than earlier versions](https://github.com/andrivet/ADVi3pp/issues/289)
* **#288** - [Inversion of black and white BLTouch wires not detected](https://github.com/andrivet/ADVi3pp/issues/288)
* **#287** - [Warn if manual bed leveling is attempted while extruder is hot](https://github.com/andrivet/ADVi3pp/issues/287)
* **#285** - [Show what triggered a hardware error](https://github.com/andrivet/ADVi3pp/issues/285)
* **#284** - [LCD stuck dim when hardware error detected](https://github.com/andrivet/ADVi3pp/issues/284)
* **#279** - [Enhance the beeping feature](https://github.com/andrivet/ADVi3pp/issues/279)
* **#277** - [Raise extruder during Tuning / Extruder](https://github.com/andrivet/ADVi3pp/issues/277)
* **#274** - [Enhanced motion during filament load](https://github.com/andrivet/ADVi3pp/issues/274)
* **#246** - [Skew compensation implementation](https://github.com/andrivet/ADVi3pp/issues/246)
* **#177** - [Cancel e-steps tuning](https://github.com/andrivet/ADVi3pp/issues/177)

## 5.3.0 (2022-06-04)

* **#214** -Troubleshooting vibrations and mechanical issues
* **#214** - Troubleshooting vibrations and mechanical issues

## 5.2.0 (2022-05-01)

Expand All @@ -18,9 +33,9 @@
## 5.1.0 (2022-03-25)

* Align ADVi3++ with upstream latest release of Marlin (2.0.9.3)
* **#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
* **#268** - Fix Z height not saved and 0.1mm less than expected
* **#263** - Use G-Code M256 (set brightness) instead of M250 (set contrast)
* **#79** - Support for filament runout sensors

## 5.0.3 (2022-02-27)
Expand All @@ -29,8 +44,8 @@

## 5.0.2 (2021-11-14)

* **#260** - Fix LCD dimming
* **#266** - Junction Deviation bug and display one more digit
* **#260** - Fix LCD dimming

## 5.0.1 (2021-09-18)

Expand Down
2 changes: 1 addition & 1 deletion Scripts/version.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version="5.4.0-dev"
version="5.4.0"

0 comments on commit 8447215

Please sign in to comment.