Skip to content

Latest commit

 

History

History
61 lines (28 loc) · 2.61 KB

CHANGELOG.md

File metadata and controls

61 lines (28 loc) · 2.61 KB

Changelog

0.2.2 (2024-06-01)

Security

  • gix: resolve CVE-2024-35186 and CVE-2024-35197 (04231a5)
  • patch gix to resolve CVE-2024-32884 (33bc4bd)

Bug Fixes

  • nix: change zsh to correct completion (d977c9f)

0.2.1 (2023-12-31)

Bug Fixes

  • docs: use non-private image links in docs (#42) (057ee4e)

0.2.0 (2023-12-30)

⚠ BREAKING CHANGES

  • rename tm bin name to tux (#38)

Features

  • attach: support worktrees with non-bare repos (#33) (a133682)
  • cli: add completion subcommand (#40) (716843f)

Bug Fixes

  • attach: Window name now set to head branch name (ae9b95f)
  • config: error on unknown configuration (1bbe8db)

Code Refactoring

0.1.1 (2023-11-01)

Features

  • cli: add open in editor option to base command (#19) (e4cba78)

Bug Fixes

  • attach: early exit if worktree selection is cancelled (#21) (96b583a)

Performance Improvements

  • strip binary and optimize for size (1586562)