chore(release): 1.6.0#136
Merged
Merged
Conversation
Bump version to 1.6.0 (pyproject.toml, nsc/_version.py, uv.lock) and add the CHANGELOG entry for the 1.6.0 TUI release: custom-field column labels (#132), detail-view list/tag rendering (#133), and bulk-edit polish with per-field custom fields and a tags multi-select (#134). Co-Authored-By: Claude Opus 4.8 (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.
Release 1.6.0. Bundles the three TUI improvements merged via #135 (closing #132, #133, #134).
Changes
1.5.0→1.6.0inpyproject.toml,nsc/_version.py, anduv.lock(regenerated withuv lock).v1.6.0CHANGELOG entry:custom_fields.<name>instead of the field's label #132); bulk-edit per-field custom fields + tags multi-select, shared with single edit (TUI bulk-edit: polish the form, expose custom fields individually, make tags a dropdown #134).Testing
just lint(ruff + mypy --strict) clean.just test— 1324 passed, 1 skipped.After this merges, tag
mainHEAD asv1.6.0to trigger the PyPI publish + GitHub Release, then close the 1.6.0 milestone.🤖 Generated with Claude Code