From b28792a654bc27795dc59da602d0c77e54679329 Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Sun, 22 Dec 2024 21:51:10 +0100 Subject: [PATCH] update changelog version 0.12 --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21c7b5b..380f10c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,16 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [0.12.0] - 2024-12-22 + +- add hadolint configuration - detect usage of a local DNS resolver [#37](https://github.com/s-allius/tsun-gen3-proxy/issues/37) - path for logs is now configurable by cli args - configure the number of keeped logfiles by cli args -- add DOCS.md for add-ons +- add DOCS.md and CHANGELOG.md for add-ons - pin library version und update them with renovate - build config.yaml for add-ons by a jinja2 template - use gnu make to build proxy and add-on - make the configuration more flexible, add command line args to control this - fix the python path so we don't need special import paths for unit tests anymore -- support test coverager in vscode +- add emulator mode [#205](https://github.com/s-allius/tsun-gen3-proxy/issues/205) +- ignore inverter replays which a older than 1 day [#246](https://github.com/s-allius/tsun-gen3-proxy/issues/246) +- support test coverage in vscode - upgrade SonarQube action to version 4 - update github action to Ubuntu 24-04 - add initial support for home assistant add-ons from @mime24