From 7e4b728e7bd7fd94321a90cf0a282ce8f29df068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Ferdinand?= Date: Mon, 10 Mar 2025 11:54:51 +0100 Subject: [PATCH] Added changelog to /newt --- newt/CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 newt/CHANGELOG.md diff --git a/newt/CHANGELOG.md b/newt/CHANGELOG.md new file mode 100644 index 0000000..f129377 --- /dev/null +++ b/newt/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## 🔹 Version 1.2.5 - (2025-03-08) +- Added built in Home Assistant Changelog support + +## 🔹 Version 1.2.4 - (2025-03-08) +- Fixed architecture detection for downloading the correct Newt binary +- Improved logging for missing dependencies +- Added automatic retries if the download fails + +## 🔹 Version 1.2.3 - (2025-03-07) +- Switched to GitHub API for downloading the latest Newt version +- Removed hardcoded version numbers from the Dockerfile + +## 🔹 Version 1.2.4 - (2025-03-06) +- Fixed issue where configuration was not loading from UI +- Added support for environment variables