chore(release): v1.3.0 - #5
Merged
Merged
Conversation
Live theme switching and tailTUI's own theme schema (#4). Also fixes a packaging gap the release surfaced: the README told users to copy the template from contrib/, which does not exist for anyone who installed the AUR, .deb or .rpm package. The template is now installed to /usr/share/tailtui/tailtui.toml.tpl and the README documents both paths. Any future user-facing file under contrib/ needs the same treatment or the docs silently break for package users. version_test.go no longer asserts on the real version string, so a release bump does not look like it requires a test edit -- the test covers SetVersion's normalization, not the current version. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
The README now points users at /usr/share/tailtui/tailtui.toml.tpl, but nothing installed it there -- the docs promised a path that did not exist in any artifact. - nfpm installs the template to /usr/share/tailtui/, plus README.md to /usr/share/doc/tailtui/. - The tar.gz carries contrib/tailtui.toml.tpl. Specifying `files` replaces goreleaser's defaults, so LICENSE and README are restated. Verified by building a snapshot release and listing the payloads. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Cuts v1.3.0 for the live theme switching and tailTUI theme schema landed in #4.
Contents
appVersion→v1.3.0(still the single definition, inview.go)CLAUDE.md: Phase 31 entryThe theming documentation and the Phase 30 entry already shipped with the feature in #4 — that's the rule worth keeping: docs ride in the feature PR, and the release PR carries only version, changelog and phase log.
A packaging gap this surfaced
The README told users to install the template with:
cp contrib/tailtui.toml.tpl ~/.config/omarchy/themed/That is wrong for anyone who installed from the AUR,
.debor.rpm— they have a binary package, not a checkout, so there is nocontrib/. Those are precisely the users most likely to follow the instruction.Fixed by installing the template to
/usr/share/tailtui/tailtui.toml.tpl(packaging side) and documenting both paths. Worth remembering: any future user-facing file added undercontrib/needs the same treatment or the docs break silently for package users.Also
version_test.gono longer asserts on the real version string. It now uses an obviously-arbitrary literal, so a release bump doesn't look like it requires a test edit — the test exercisesSetVersion's normalization, not the current version.After merge
mainwithv1.3.0to triggerrelease.ymlpkgver, newsha256, and the new template install