Skip to content

Latest commit

 

History

History
62 lines (31 loc) · 2.75 KB

CHANGELOG.md

File metadata and controls

62 lines (31 loc) · 2.75 KB

Changelog

0.4.2 (2024-12-27)

Performance Improvements

  • internal/logic/template: update template creation logic (0f460cb)

0.4.1 (2024-12-21)

Bug Fixes

  • internal/logic/root: resolve gh command issue (bb210d1)

0.4.0 (2024-12-18)

Features

  • add: initialize .hkup directory (974762f)
  • improve list subcommand (f2cdd16)
  • init: add '--force' flag (0a8e499)

Bug Fixes

  • internal/root: make Root function more robust (f5d36b3)
  • root: simplify internal root logic (5b1a7d0)

0.3.1 (2024-12-05)

Bug Fixes

  • "hkup -v" produces correct version (0671c0e)

0.3.0 (2024-12-05)

Features

  • add config subcommand (66a2bd8)
  • add root git-wrapper functionality (8313203)
  • add template subcommand (103b4f1)
  • add windows support (3c55f2b)
  • util: add file ops, prompts, and config functions (0cb9605)

0.2.1 (2024-11-01)

Bug Fixes

  • correct version to 0.2.1 (f0bd325)

0.2.0 (2024-11-01)

Features

  • init: add flag group for git directory and working tree (#1) (ed3721f)