Skip to content

Releases: yagi2/Yosegi

v1.1.0

06 Jun 17:41
0353cf0

Choose a tag to compare

Yosegi v1.1.0 (2025-06-06T17:42:01Z)

Interactive git worktree management tool with beautiful TUI.

Installation

# Install with Go
go install github.com/yagi2/yosegi@v1.1.0

# Download binary
curl -L https://github.com/yagi2/Yosegi/releases/download/v1.1.0/yosegi_1.1.0_$(uname -s)_$(uname -m).tar.gz | tar xz

Changelog

New Features

  • e3970f1: feat: configure Dependabot for automated dependency updates (@yagi2)

Bug Fixes

  • 720ee86: fix: address errcheck lint warnings for unchecked error returns (@yagi2)

Code Refactoring

  • 69508ee: refactor: improve code quality for Go Report Card 100% score (@yagi2)

Other Changes

Full Changelog: v1.0.0...v1.1.0


🌲 Yosegi - Interactive git worktree management tool

v1.0.0

06 Jun 16:29

Choose a tag to compare

Yosegi v1.0.0 (2025-06-06T16:30:39Z)

Interactive git worktree management tool with beautiful TUI.

Installation

# Install with Go
go install github.com/yagi2/yosegi@v1.0.0

# Download binary
curl -L https://github.com/yagi2/Yosegi/releases/download/v1.0.0/yosegi_1.0.0_$(uname -s)_$(uname -m).tar.gz | tar xz

Changelog

New Features

Security Updates

  • 97c0c84: security: add comprehensive input validation to prevent command injection (Itsuki Aoyagi mail@yagi2.dev)

Bug Fixes

Code Refactoring

  • 174be57: refactor: modernize benchmark tests to use b.Loop() (Itsuki Aoyagi mail@yagi2.dev)
  • 6904d74: refactor: プレーンモード関連の処理を削除してインタラクティブUIを優先 (Itsuki Aoyagi mail@yagi2.dev)
  • 357b614: refactor: モジュール名をyagi2/yosegiに変更 (Itsuki Aoyagi mail@yagi2.dev)

Other Changes

Full Changelog: ...v1.0.0


🌲 Yosegi - Interactive git worktree management tool