Skip to content

Commit c222cda

Browse files
committed
Set version for release
Add changelog
1 parent 3d450f0 commit c222cda

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

Changelog.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## What's Changed
2+
3+
# Updates
4+
* Update CI to use github-actions instead of Travis
5+
* Update platformio.ini to support more features
6+
* Create wiki source directory and github-action to sync with wiki
7+
* Add ESP01S in platformIO thanks @padcom
8+
* Added support for IFTTT Webhook integration thanks @KingBain
9+
10+
# Fixes
11+
* Fix compilation issues with esp32 core 1.0.5
12+
* Fix wrong detection of [ESPXXX]Command if used in macro or web command and sent to printer using M118
13+
* Fix warnings in updater only mode
14+
* Fix several warnings in code and libs
15+
* Fix typo in pushError function (wrong type)
16+
17+
# Wiki / Documentation / Readme
18+
* Add connection diagram for weedo tina2 thanks @atsju
19+
* Add recommended extensions for easier linting thanks @atsju
20+
* Update feature request template thanks @atsju
21+
* Update Wiki / Readme thanks @atsju
22+
* Update Readme thanks @jschwalbe
23+
* Update funding methods
24+
* Update chat from gitter to discord
25+
* Update index.html.gz (use english mono language)
26+
27+
**Full Changelog**: https://github.com/luc-github/ESP3D/compare/v2.1.1...v2.1.2

esp3d/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020

2121
//version and sources location
22-
#define FW_VERSION "2.1.1.b10"
22+
#define FW_VERSION "2.1.2"
2323
#define REPOSITORY "https://github.com/luc-github/ESP3D"
2424

2525
//Customize ESP3D ////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)