From 9b84edb67d6d6eaf1819918b9b6533b5376992b6 Mon Sep 17 00:00:00 2001 From: Jonathas Barbosa Date: Sun, 11 Jun 2023 17:02:56 -0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52aae2c..3d01163 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,17 +5,25 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + ## [Unreleased] +### Changed + +- Avoid use extensive of String in CWWebServer.cpp + + +## [1.3.0] - 2023-06-11 + ### Added -- [ABC] It's possible to turnoff the display if the LDR reading < minBright (add documentation) - Configure the NTP Server - Firmware version displayed on settings page - LDR GPIO configuration +- Added a link in Settings page to read any pin on ESP32 (located in LDR Pin card) ### Changed -- Avoid use extensive of String in CWWebServer.cpp +- [ABC] It's possible to turnoff the display if the LDR reading < minBright ## [1.2.0] - 2023-05-14