From d4b15b1b3c11332834dad0dd47cb0167cd1b1d5c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Aug 2023 20:10:32 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af535ac..a9c2012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [1.1.0](https://github.com/Qeteshpony/AC-Controller/compare/v1.0.0...v1.1.0) (2023-08-12) + + +### Features + +* add charging indicator LED ([d885e59](https://github.com/Qeteshpony/AC-Controller/commit/d885e595ab1d06b7fe9d112825ddc37f4f6a76c9)) +* add cutout for battery cable ([333c9cb](https://github.com/Qeteshpony/AC-Controller/commit/333c9cb049eb8d4ab6ad8abca67b8dd680415c41)) +* add disable jumper for battery charger ([5c41dfc](https://github.com/Qeteshpony/AC-Controller/commit/5c41dfcbae3ee2b01b34da61ba77e1b2df63206b)) +* add more ways to wake up ([73e31f4](https://github.com/Qeteshpony/AC-Controller/commit/73e31f4d093f652f1cdb53bde135fe8d08e76870)) +* add power switch ([cbf0ec8](https://github.com/Qeteshpony/AC-Controller/commit/cbf0ec8e941afb3ebb258f95848fcb0a09bf4a45)) +* add Reset button ([44b38c6](https://github.com/Qeteshpony/AC-Controller/commit/44b38c6d1f62f4290a322de3b95969dab85d92b4)) +* remove battery protection IC ([c65e03b](https://github.com/Qeteshpony/AC-Controller/commit/c65e03bea2603eabd93ade0f0a7cbaea6a642238)) +* replace contrast pot with more common type ([c555595](https://github.com/Qeteshpony/AC-Controller/commit/c55559549f2424a5b88c57892c225df1892b805b)) +* replace TP4056 Prog Resistor footprint with 0603 ([2b51514](https://github.com/Qeteshpony/AC-Controller/commit/2b515149b5ace57cb8239b1a31a398b86d224ad6)) + + +### Bug Fixes + +* add missing part numbers ([94f4ee7](https://github.com/Qeteshpony/AC-Controller/commit/94f4ee77e1d125d8f63c7ecfd9b0cbab44991521)) +* turn around battery connector ([a7d10ba](https://github.com/Qeteshpony/AC-Controller/commit/a7d10ba04260a25a6ee9b8469a8d19d0e306c8d7)) + ## 1.0.0 (2023-07-21)