Skip to content

Commit

Permalink
ready for 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LennartHennigs committed Nov 3, 2022
1 parent 0a28b3a commit 522f8c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

## Unreleased (but available on Github)

**Note:** Unreleased changes are checked in but not part of an official release (available through the Arduino IDE or PlatfomIO) yet. This allows you to test WiP features and give feedback to them.

## [1.4.0] - 2022-11-03

- added `Autoconnect` example as suggested in PR [#13](https://github.com/LennartHennigs/ESPTelnet/pull/13)
- updated `loop()` to remove compiler warning as mentioned in [#26](https://github.com/LennartHennigs/ESPTelnet/issues/26)
- added `bool checkConnection` parameter to `begin()` to allow to bypass WiFi detection, as requested in [#27](https://github.com/LennartHennigs/ESPTelnet/issues/27)
- added `print()` and `println()` for different bases and `Printable`as suggested by [francois](https://github.com/lekrom) in [#21](https://github.com/LennartHennigs/ESPTelnet/pull/21)
- added `print()` and `println()` for different bases and `Printable` as suggested in [#21](https://github.com/LennartHennigs/ESPTelnet/pull/21)

## [1.3.1] - 2022-03-15

Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/LennartHennigs/ESPTelnet"
},
"version": "1.3.1",
"version": "1.4.0",
"authors": {
"name": "Lennart Hennigs",
"url": "https://lennarthennigs.de"
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=ESP Telnet
version=1.3.1
version=1.4.0
author=Lennart Hennigs
maintainer=Lennart Hennigs <mail@lennarthennigs.de>
sentence=ESP8266/ESP32 library that allows you to setup a telnet server.
Expand Down

0 comments on commit 522f8c9

Please sign in to comment.