Skip to content
This repository was archived by the owner on Mar 11, 2023. It is now read-only.

Releases: AFPy/Potodo

v0.21.2

12 Apr 19:34
65fbbc4

Choose a tag to compare

FIX: Don't miss issues (reservations) to files containing multiple dots. Contributed by @eviau.

Potodo v0.21.0

15 Feb 11:59

Choose a tag to compare

New README !

Potodo v0.20.0

13 Feb 10:20

Choose a tag to compare

New exclude behavior with gitignore style matching !

Potodo v0.19.4

28 Jan 12:56

Choose a tag to compare

Version bump

Potodo v0.19.2

27 Dec 11:06
eed6d80

Choose a tag to compare

  • Dropped cache_args to simplify cache functionality

Potodo v0.19.1

26 Nov 14:34
077f43a

Choose a tag to compare

Fixed a bug of division by 0, and replaced tests with github actions

Potodo v0.19.0

26 Nov 13:43
a09cc0e

Choose a tag to compare

Now with Windows support ! Potodo is even better!

Potodo v0.17.3

15 Oct 08:45
7a300c3

Choose a tag to compare

Potodo v0.17.3 Pre-release
Pre-release
  • Fixed a math error where the completion %age of a folder was wrong
  • Fixed the potodoignore

Potodo v0.17.0

14 Oct 19:22
f95cc11

Choose a tag to compare

Potodo v0.17.0 Pre-release
Pre-release
  • Added tests
  • Fixed bug where github would rate limit your IP address
  • Fixed argument errors
  • Added -l --matching-files Which will print the path of files matching your arguments

Potodo v0.16.0

14 Oct 08:13
4fafbc7

Choose a tag to compare

Potodo v0.16.0 Pre-release
Pre-release
  • Args passed to potodo are now cached as well ! This allows for a better control of what is cached !
  • The ignore file now works as the .gitignore does. Add a venv/ in your .potodoignore for example :)