From 479afdcdcd8845162d4ece048caef71768454876 Mon Sep 17 00:00:00 2001 From: Ikraam Ghoor Date: Wed, 7 Jan 2026 16:32:17 +0000 Subject: [PATCH] Release 0.4.2 --- trmnl-ha/CHANGELOG.md | 10 ++++++++++ trmnl-ha/config.yaml | 2 +- trmnl-ha/ha-trmnl/package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/trmnl-ha/CHANGELOG.md b/trmnl-ha/CHANGELOG.md index 9c7bfcf..f6ff6e2 100644 --- a/trmnl-ha/CHANGELOG.md +++ b/trmnl-ha/CHANGELOG.md @@ -5,6 +5,15 @@ 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). +## [0.4.2] - 2026-01-07 + +### Added + +- Add Claude Code GitHub Action (collaborators only) + +### Changed + +- Fixed color palette dithering to preserve PLTE chunk ## [0.4.1] - 2026-01-05 ### Changed @@ -89,4 +98,5 @@ Based on the [puppet](https://github.com/balloob/home-assistant-addons/tree/main [0.3.2]: https://github.com/usetrmnl/trmnl-home-assistant/compare/v0.3.1...v0.3.2 [0.4.0]: https://github.com/usetrmnl/trmnl-home-assistant/compare/v0.3.2...v0.4.0 [0.4.1]: https://github.com/usetrmnl/trmnl-home-assistant/compare/v0.4.0...v0.4.1 +[0.4.2]: https://github.com/usetrmnl/trmnl-home-assistant/compare/v0.4.1...v0.4.2 [0.2.0]: https://github.com/usetrmnl/trmnl-home-assistant/compare/v0.1.0...v0.2.0 diff --git a/trmnl-ha/config.yaml b/trmnl-ha/config.yaml index 3138bf0..5e2ff44 100644 --- a/trmnl-ha/config.yaml +++ b/trmnl-ha/config.yaml @@ -1,6 +1,6 @@ name: "TRMNL HA" description: "Send dashboard screens to your TRMNL" -version: "0.4.1" +version: "0.4.2" slug: "trmnl-ha" url: "https://github.com/usetrmnl/trmnl-home-assistant" image: ghcr.io/usetrmnl/trmnl-ha-{arch} diff --git a/trmnl-ha/ha-trmnl/package.json b/trmnl-ha/ha-trmnl/package.json index 7403e21..c2f20d6 100644 --- a/trmnl-ha/ha-trmnl/package.json +++ b/trmnl-ha/ha-trmnl/package.json @@ -1,6 +1,6 @@ { "name": "ha-trmnl", - "version": "0.4.1", + "version": "0.4.2", "description": "Send dashboard screens to your TRMNL", "author": "Ikraam Ghoor (based on puppet by Paulus Schoutsen)", "license": "Apache-2.0",