Skip to content

Releases: usrme/cometary

v1.7.0

06 Dec 16:26
45d48bb
Compare
Choose a tag to compare

Changelog

v1.6.0

27 Jul 11:17
ae37b99
Compare
Choose a tag to compare

Changelog

  • ae37b99 build: update dependencies
  • 9e070f2 feat: add 'findAllCommitMessages' configuration option
  • 1837f94 fix(#10): increase 'defaultWidth'
  • 6bcf60c fix(#10): use previous logic to determine lack of results
  • cc63c80 fix(examples/demo.tape): increase width
  • c83bcbb fix(main.go): discount non-conventional commits
  • e125dbd perf(#10): asynchronously calculate unique paths
  • d420244 perf(#10): move commit message search out of critical chain
  • 32d7799 perf(#10): refactor to store list of staged files
  • ffa1dad refactor: clean up errors

v1.5.2

14 Jul 10:55
8d112dd
Compare
Choose a tag to compare

Changelog

  • 8d112dd refactor(#9): replace '-message' with '-m'

v1.5.1

14 Jul 08:44
ce03b0b
Compare
Choose a tag to compare

Changelog

  • ce03b0b refactor(#9): widen explanation of Tab key

v1.5.0

14 Jul 08:40
92acb53
Compare
Choose a tag to compare

Changelog

  • e6355e6 build: update dependencies
  • 1002c37 build: update dependencies
  • 40c8757 build: update dependencies
  • 92acb53 feat(#9): add flag for automatic commit message selection

v1.4.0

04 May 04:46
eabe1ae
Compare
Choose a tag to compare

Changelog

  • 502e8be build: update Go to 1.18 and add '/x/exp' package as dependency
  • eabe1ae feat(#8): add scope completion using Tab from changed file paths

v1.3.0

18 Apr 12:19
4ca831b
Compare
Choose a tag to compare

Changelog

  • e45e4c9 build: update dependencies
  • 90d68e6 feat(#7): make GIF wider
  • 4ca831b refactor: rename 'comet-alt' -> 'cometary'

v1.2.1

25 Mar 08:35
a4e1052
Compare
Choose a tag to compare

Changelog

  • a4e1052 fix(#6): change application name 'comet' -> 'comet-alt'

v1.2.0

24 Mar 19:00
26c57c3
Compare
Choose a tag to compare

Changelog

  • 3af8161 build: update dependencies
  • f5ef28e feat(#6): add support for XDG Base Directory Specification
  • 44f7dc4 feat(gui.go): add version information
  • f3531e6 fix(comet-alt): remove pushed binary
  • 72e1bd0 fix(gui.go): make sure no configuration is valid as well
  • 082b0db refactor(main.go): replace deprecated 'Start()' with 'Run()'

v1.1.2

02 Dec 12:55
Compare
Choose a tag to compare

Changelog

  • 990dccc build: update dependencies