Releases: avivfaraj/todocom
Releases · avivfaraj/todocom
Added GIFs to README file
v0.2.9 Update pyproject.toml
Fix a bug+ changed output format
- Fixed bug with assignee name and added regex to ensure it works for names including numbers.
- Changed output format and added colors for better readability
Fix bug with files that couldn't be read & added assigned argument
- Fixed UnicodeDecodeError that happens when couldn't read a file. The new version prints an error with the name of the file
- Added Assigned argument:
The comments should be in the following format: # TODO @name
In order to retrieve those TODOs run the following command: todo -a [name] [folder]
Testing publish to PyPi
v0.2.6 failed to publish
Updated release.yml
Failed to publish to PyPi last release
Updated release.yml
v0.2.4 removed if condition that prevents it from running
File bug fixed
Fixed the bug in which running 'todo file' doesn't work
Add metadata
v0.2.2 Update test.yml