Skip to content

Releases: avivfaraj/todocom

Added GIFs to README file

08 Jan 20:01
7a32522
Compare
Choose a tag to compare
Pre-release
v0.2.9

Update pyproject.toml

Fix a bug+ changed output format

27 Nov 23:56
53605f2
Compare
Choose a tag to compare
Pre-release
  1. Fixed bug with assignee name and added regex to ensure it works for names including numbers.
  2. Changed output format and added colors for better readability

Fix bug with files that couldn't be read & added assigned argument

23 Oct 02:12
Compare
Choose a tag to compare
  • 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

13 Sep 19:16
824503a
Compare
Choose a tag to compare
Pre-release
v0.2.6

failed to publish

Updated release.yml

13 Sep 19:07
62d1d7f
Compare
Choose a tag to compare
Updated release.yml Pre-release
Pre-release

Failed to publish to PyPi last release

Updated release.yml

13 Sep 18:58
0aa4b2c
Compare
Choose a tag to compare
Updated release.yml Pre-release
Pre-release
v0.2.4

removed if condition that prevents it from running

File bug fixed

13 Sep 18:53
Compare
Choose a tag to compare
File bug fixed Pre-release
Pre-release

Fixed the bug in which running 'todo file' doesn't work

Add metadata

03 Sep 22:04
51b0a93
Compare
Choose a tag to compare
Add metadata Pre-release
Pre-release
v0.2.2

Update test.yml