Skip to content

Releases: OlshaMB/forgot

v0.2.3 Custom checkmark symbol option

24 Dec 11:51
Compare
Choose a tag to compare

Adds

  • custom type to checkmark type
  • adds custom checkmark symbol option

[BROKEN] v0.2.2 Bug fix for #1

24 Dec 11:44
Compare
Choose a tag to compare
Pre-release
fix: fixed panic from issue #1

v0.2.1 Small style update

08 Oct 17:12
Compare
Choose a tag to compare

Adds:

- An option to disable color (-n, --no-color)
- An option to change checkmark symbol (-t, --type)[emoji, utf, dash, nerd, circle]

v0.2.0 First released version

04 Oct 18:22
Compare
Choose a tag to compare

Changelog for v0.1.0

First version, description in README.md

Changelog for v0.2.0

Adds content line(a code line where todo is located) features:

  • An option display content line after todo's position( -l, --cl)
  • An option to replace todo's content with content line( -c, --use_cl)

Adds optional path argument where to search for todos.

Also now ignore argument accepts only one path but you can repeat it as many times as you want instead of a string with paths divided by comma.

And regex matching pattern now accepts todos with NotImplemented error/functions.