Skip to content

Latest commit

 

History

History
58 lines (31 loc) · 3.02 KB

changelog.md

File metadata and controls

58 lines (31 loc) · 3.02 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

HEAD (2021-05-14)

v0.2.3 (2021-05-14)

Bug Fixes

  • Cargo.toml detection (#69) (7b80d19) , closes #64

v0.2.2 (2021-03-24)

v0.2.1 (2021-03-24)

Features

  • support arrow key navigation (#61) (8df2de9) , closes #60

v0.2.0 (2021-03-21)

Bug Fixes

  • hidden cursor when ctrl-c gets invoked (#57) (37bdac3)
  • noop commit with no staged files (50fb3d0)

Features

  • allow further editing after questioning process (#56) (c18944d)

v0.1.4 (2020-07-22)

Bug Fixes

  • inconsistencies with git commit (#32) (663182b)

v0.1.3 (2020-07-18)

Bug Fixes

  • panic on empty repository with no commits (#22) (b9126a5) , closes #1

Features

  • cli: add help description for flags (#26) (dd49427)
  • add editor mode (#25) (ffa1ca0) , closes #18
  • add basic cli parsing (03acb91) , closes #4

v0.1.2 (2020-07-17)

Bug Fixes

  • panic when repository doesn't exist (#11) (6265b15)
  • make issue footer-word human-readable (#14) (4a36f46)