Skip to content

TauTUI 0.2.0

Latest

Choose a tag to compare

@steipete steipete released this 10 Jun 07:19
· 1 commit to main since this release
v0.2.0
f54c069

TauTUI 0.2.0

Minor release for the new public AutocompleteSuggestion(items:prefix:) initializer plus accumulated fixes since 0.1.6.

Changes

  • Autocomplete suggestions can now be constructed by external TauTUI clients. Thanks @dcartman.
  • Autocomplete no longer inserts a duplicate @ when completing attachment paths. Thanks @DivineDominion.
  • Select-list descriptions now align consistently for selected and unselected rows. Thanks @DivineDominion.

Proof

  • Release gate before release edits and before tagging: 0 open issues, 0 open PRs, clean main.
  • Release commit: f54c06982bf5043a0d3069991573f3e6c3529a76 (chore: release 0.2.0).
  • Main CI for the release commit passed: https://github.com/steipete/TauTUI/actions/runs/27259817342 (lint, build-and-test on Ubuntu and macOS).
  • Local checks passed: swiftformat . --config .swiftformat, swiftformat --lint . --config .swiftformat, swiftlint --config .swiftlint.yml, swift build --configuration debug, swift test --parallel.
  • External path proof passed: /tmp/tautui-external-repro-main swift build imports local TauTUI and constructs AutocompleteSuggestion(items:prefix:).
  • SwiftPM tag proof passed: /tmp/tautui-tag-consume-0.2.0 swift build resolved https://github.com/steipete/TauTUI.git exact 0.2.0, imported TauTUI, and constructed AutocompleteSuggestion(items:prefix:).
  • Autoreview passed: /Users/steipete/Projects/agent-skills/skills/autoreview/scripts/autoreview --mode local reported clean with no accepted/actionable findings.