Add six Graphite plugins for the Stream Deck + - #309
Open
jonasthim wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Six plugins for the Stream Deck +, built as one family in a shared design
language (near-black ground, one accent per plugin, words rather than icons
for anything that has gone wrong):
com_jonasthim_VolumeStreamDeckPluscom_jonasthim_SpotifyDeckcom_jonasthim_DeckNavigationcom_jonasthim_HomeAssistantDeckcom_jonasthim_ClaudeCodeDeckcom_jonasthim_SystemDeckEach has been used on real hardware (Stream Deck +, app 1.5.0-beta.15), carries
manifest.json,attribution.json, a thumbnail, a README and GPL-3.0, andships with a deck-free test suite.
One thing worth flagging: the six entries share a repository URL
The plugins live in one repository, and each release is a tag whose commit
tree is that single plugin —
manifest.jsonat the root, the shared designsystem vendored in, no symlinks. That works because the store installs a
commit's archive rather than a repository, and the entries differ by
hashwhile the store keys everything else on the manifest
id. Installing wasverified end to end by extracting
archive/<sha>.zipinto the pluginsdirectory.
The cost is that
scripts/find_outdated.pycompares each entry's hash againstthe repository's newest default-branch commit, so these six will always look
outdated to it. If you would rather have one repository per plugin, say so and
I will split them and re-open — it is a mechanical change on my side.
Release tags for reference:
volume-stream-deck-plus/v1.0.0→8c5ba37a190e6e2a95b2cde3f41f785c815af914spotify-stream-deck/v1.0.0→f143f0c92f748f56143492c2871daf77030cacffnavigation-stream-deck/v1.0.0→e368e3a7a2cf6077d07272a76f4b1f9a230f4e7bhome-assistant-stream-deck/v1.0.0→462eb92f4b21e10b9ee0ac0ae333da052c8bff1aclaude-code-stream-deck/v1.0.0→9f1cd58a406d71530bdadcbb7c84ea9a5b2a5570system-stream-deck/v1.0.0→0427dd382043c8388a4aebab5b3a181cb4d4046f