Release 0.4.2

This commit is contained in:
Ikraam Ghoor
2026-01-07 16:32:17 +00:00
parent d2dfc74106
commit 479afdcdcd
3 changed files with 12 additions and 2 deletions
+10
View File
@@ -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
+1 -1
View File
@@ -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}
+1 -1
View File
@@ -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",