From 98f62790019654c43a9870e9e7957bc0203aa079 Mon Sep 17 00:00:00 2001 From: "release-please-dkarter[bot]" <300339734+release-please-dkarter[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 01:24:43 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e18ee07..37fcefa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..02a62ce --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# Changelog + +## 1.0.0 (2026-07-27) + + +### Features + +* add 3d backgrounds and color themes ([bd2d8e8](https://github.com/dkarter/foreman/commit/bd2d8e823e936154413b1a70f1086dff842eacc8)) +* add Foreman controls and compact mode ([9c96153](https://github.com/dkarter/foreman/commit/9c961532d2c1f2592c8657ef44f60d183a80cf5e)) +* add Foreman touchscreen dashboard ([8dae3c8](https://github.com/dkarter/foreman/commit/8dae3c8943bc38f4600c83e023f513ea60dd7015)) +* add secure kiosk pairing and discovery ([563370d](https://github.com/dkarter/foreman/commit/563370d6cdedaf78f08ecd829feca6cdccdfafdb)) +* add selectable animated backgrounds ([7489d1f](https://github.com/dkarter/foreman/commit/7489d1f1691fb801f09b9c1940376c5555c638f7)) +* improve kiosk agent interactions ([d994917](https://github.com/dkarter/foreman/commit/d994917a8cb6f8e4d4f4b6b18712b2591ef817ef)) +* secure kiosk transport with pinned TLS ([206f69e](https://github.com/dkarter/foreman/commit/206f69e0f233a718912879566b6fb51e6a6d62c8)) +* show agent status in menu bar ([7f1c64f](https://github.com/dkarter/foreman/commit/7f1c64f07095d3758521d59dcd55a2cc7e0c0095)) +* show finished agents in menu bar ([26ef83e](https://github.com/dkarter/foreman/commit/26ef83e696191e480bba23f6e3c39483d5d2bb2c)) + + +### Bug Fixes + +* add adaptive Foreman icons ([45e2830](https://github.com/dkarter/foreman/commit/45e2830da4c857168c2c661fec64ef05520bdb2b)) +* **ci:** install aube with mise ([7d22235](https://github.com/dkarter/foreman/commit/7d22235288f0789550c072ac4ef7953de44d1696)) +* restore kiosk pairing from controller ([8e4b7c1](https://github.com/dkarter/foreman/commit/8e4b7c1d2af743558f11fc1ca971c61e14997d5b)) +* update styles ([7ddbd4b](https://github.com/dkarter/foreman/commit/7ddbd4b342a791f2339369f466b3d27c39b1a55b))