Skip to content

Releases: usrme/cometary

v2.3.1

10 Mar 18:58
5d8e097

Choose a tag to compare

Changelog

  • 5df2517 chore(.gitignore): ignore '.DS_Store'
  • dd0556e chore(examples): update demo
  • 2e9022d chore(examples/demo.gif): update GIF
  • 01534be chore(examples/demo.tape): change demo theme
  • e73a8e3 chore(file): remove accidentally committed file
  • 4d1ea03 feat(file): add new file
  • 5d8e097 fix(gui.go): make sure to revert the overflow limit color

v2.3.0

09 Mar 09:14
0cf5b42

Choose a tag to compare

Changelog

  • 0cf5b42 feat(gui.go): add input prompt styling and color changing

v2.2.1

04 Mar 12:38
26e1474

Choose a tag to compare

Changelog

  • 26e1474 refactor(main.go): show statistics using box drawing Unicode

v2.2.0

02 Mar 08:51
334a88d

Choose a tag to compare

Changelog

  • 334a88d feat: add ability to define selected item indicator
  • 6361407 refactor: clean up

v2.1.0

27 Feb 11:27
b850ad2

Choose a tag to compare

Changelog

  • eef8062 chore(.gitignore): ignore built binary
  • b850ad2 feat: add ability to define custom colors

v2.0.1

26 Feb 17:35
1220b56

Choose a tag to compare

Changelog

  • 1220b56 fix(gui.go): make sure pasting works

v2.0.0

26 Feb 09:14
2c00909

Choose a tag to compare

Changelog

  • abbd01b chore(git.go): resolve 'go vet'
  • 15f1441 feat: add 'overflowCharLimit' to allow commit message overflows
  • 6f816b3 feat: upgrade Charm libraries to v2
  • 0c0fae7 fix(gui.go): make sure Ctrl+C works in all places
  • 94e543a refactor(main.go): run 'go fix'

v1.7.0

06 Dec 16:26
45d48bb

Choose a tag to compare

Changelog

v1.6.0

27 Jul 11:17
ae37b99

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

Choose a tag to compare

Changelog

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