Skip to content

Releases: yuler/gh-todo

v0.4.4

14 Feb 03:31
Compare
Choose a tag to compare

Update usage output

Full Changelog: 0.4.3...v0.4.4

0.4.3

04 Feb 08:28
Compare
Choose a tag to compare

What's Changed

  • fix: use scope as issue title for newly created issues. by @maigl in #13

Full Changelog: v0.4.2...0.4.3

v0.4.2

29 Nov 15:15
Compare
Choose a tag to compare
  • fix: add command exist issue_id

v0.4.1

24 Nov 14:58
Compare
Choose a tag to compare
  • fix: tomorrow typo

v0.4.0

23 Nov 10:03
Compare
Choose a tag to compare
  • fix: edit command don't exist issue

  • feat: accpet --scope for issue title (#12)

v0.3.0

23 Nov 08:27
Compare
Choose a tag to compare
  • fix: remove IFS setting

  • fix: print usage instead of bash help (#11)

  • feat: define completion.zsh file (#10)

v0.2.3

23 Nov 06:38
Compare
Choose a tag to compare
  • docs: format README indent

  • feat: add GH_TODO_REPO env & accpet --template for init command (#7)

    • feat(todo): allow to set custom repository URLs
    • feat: init command accpet --template options for override template repo

    Co-authored-by: Michael Kuhnt michael.kuhnt@daimler.com

  • feat: add edit & done command

    Close #8

  • chore: adjust init command for --template option & remove -v,-h option

  • chore: release v0.2.3

v0.2.2

22 Nov 08:56
Compare
Choose a tag to compare
  • ci: remove drafter release workflow

  • chore: adjust help & shebang

  • chore: release v0.2.2

v0.2.1

15 Nov 02:46
Compare
Choose a tag to compare
  • feat: update init command create repo from template repo
  • feat: add home subcommand for goto web page

v0.2.0 🌈

28 Oct 08:54
Compare
Choose a tag to compare

Changes

🧰 Maintenance

  • docs: update REAMDE.md add how-it-works section (#2) @yuler