Commit Graph
5 Commits
Author SHA1 Message Date
valknarandClaude Sonnet 5 3ba012f08c Bump version to 1.0.1
CI / Checks (push) Successful in 10s
CI / Publish to PyPI registry (push) Successful in 12s
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-18 07:55:13 +02:00
valknar 74a0d2e01f fix: actually stage the checks/publish split
CI / Checks (push) Successful in 10s
CI / Publish to PyPI registry (push) Skipped
Same slip as triggershell's equivalent fix: git mv reuses the already-
indexed blob for the source path rather than re-hashing the working
tree, so it silently ignores unstaged edits made before the rename.
The previous commit renamed release.yaml to ci.yml but carried over
the old single-job content underneath it. This is the content that
commit was supposed to carry.
2026-08-17 17:40:16 +02:00
valknar eba9c04e02 ci: run checks on every push, publish only on tag
Same split as pulsenode's workflow: previously this only ran at all
when pushing a version tag, so ruff/pytest never ran on regular
commits or PRs - a broken push could sit unnoticed until someone tried
to cut a release. Now checks run on every push and PR; publish to the
PyPI registry stays gated to a tag push and requires checks to pass
first. Renamed release.yaml -> ci.yml to match.
2026-08-17 17:39:06 +02:00
valknarandClaude Sonnet 5 efc09e1a71 Add ruff static analysis and a Gitea Actions release workflow
Release / release (push) Successful in 52s
Adds ruff (lint + format check) as a dev dependency and gate, applies its
fixes across the codebase (modernized typing, safer zip usage, line
length), and adds a Gitea Actions workflow that lints, tests, builds, and
publishes to the Gitea PyPI registry on v*.*.* tag pushes.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-16 14:39:41 +02:00
valknarandClaude Sonnet 5 71921b5600 Add openrgb-hue: Hue scene gradients for OpenRGB lights
Applies gradients derived from 103 bundled Philips Hue scenes to
OpenRGB-controlled LEDs, with six mapping modes (sequence, per-device,
per-zone, matrix, mirror, shuffle) and five animation modes (static,
scroll, pingpong, pulse, wave). Typer/Rich CLI with dry-run preview,
device/zone targeting, and a scenes-update command to refresh the
bundled dataset from its source gist.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-15 12:40:13 +02:00