Set version for release

Add changelog
This commit is contained in:
Luc 2022-05-16 13:17:14 +08:00
parent 3d450f0ccd
commit c222cda747
2 changed files with 28 additions and 1 deletions

27
Changelog.txt Normal file
View File

@ -0,0 +1,27 @@
## What's Changed
# Updates
* Update CI to use github-actions instead of Travis
* Update platformio.ini to support more features
* Create wiki source directory and github-action to sync with wiki
* Add ESP01S in platformIO thanks @padcom
* Added support for IFTTT Webhook integration thanks @KingBain
# Fixes
* Fix compilation issues with esp32 core 1.0.5
* Fix wrong detection of [ESPXXX]Command if used in macro or web command and sent to printer using M118
* Fix warnings in updater only mode
* Fix several warnings in code and libs
* Fix typo in pushError function (wrong type)
# Wiki / Documentation / Readme
* Add connection diagram for weedo tina2 thanks @atsju
* Add recommended extensions for easier linting thanks @atsju
* Update feature request template thanks @atsju
* Update Wiki / Readme thanks @atsju
* Update Readme thanks @jschwalbe
* Update funding methods
* Update chat from gitter to discord
* Update index.html.gz (use english mono language)
**Full Changelog**: https://github.com/luc-github/ESP3D/compare/v2.1.1...v2.1.2

View File

@ -19,7 +19,7 @@
*/
//version and sources location
#define FW_VERSION "2.1.1.b10"
#define FW_VERSION "2.1.2"
#define REPOSITORY "https://github.com/luc-github/ESP3D"
//Customize ESP3D ////////////////////////////////////////////////////////////////////////