Skip to content

Commit

Permalink
ready for 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LennartHennigs committed Oct 3, 2024
1 parent e870337 commit c84ddd5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

## 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.

## [2.2.2] – 2024-10-03

- removed `ESP8266WiFi.h` include in `ESPTelnetBase.h`
- Added option to change the newLine character via `getNewlineCharacter()` and `setNewlineCharacter()` as suggest by [Roy](https://github.com/FunDeckHermit) in [#69](https://github.com/LennartHennigs/ESPTelnet/pull/69)

**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.

## [2.2.1] – 2024-02-17

- added `getClient()` function to the base class
Expand All @@ -19,7 +21,6 @@
- Losing client connection will no longer freeze the server
- fixed bug in `connectToWiFi()` helper function


## [2.1.2] - 2022-06-26

- refactored `ESPTelnetBase`, simplified the main `loop()`
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": "2.2.1",
"version": "2.2.2",
"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=2.2.1
version=2.2.2
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 c84ddd5

Please sign in to comment.