History

2.3.0 (2025-08-31)

  • Added support for python 3.10, 3.11, 3.12 and 3.13.

  • Removed support for python 3.7 and 3.8.

  • Added pyproject.toml support as config source

  • Added markdown history files support.

2.2.0 (2022-04-04)

  • Added support for python 3.7, 3.8, 3.9 and 3.10.

  • Removed support for python 2.7, 3.3, 3.4, 3.5, 3.6 and pypy.

2.1 (2017-09-29)

  • Fixed error for empty file.

  • Unpinned hard requirements for package.

  • Added support for py35 and py36.

2.0 (2015-08-07)

  • Added line splitting.

  • Moved CLI interface to Click library.

  • Added ‘–yes’ flag for clear command.

  • Removed ‘squash’ subcommand.

  • Added microseconds to generated files.

  • 0 as at-line option in no longer valid.

1.3 (2014-10-17)

  • Timestamps are now in miliseconds (again).

  • Added load config from file.

1.2.1 (2014-08-06)

  • Improved format of generated hash (no miliseconds now).

1.2 (2014-07-22)

  • Added delete command.

1.1 (2014-07-15)

  • Added timestamp to generated files, so now entries are properly ordered.

  • Pyhistory traverses directory tree to find proper place for history directory.

1.0.3 (2014-06-23)

  • Added squash command (alias to update).

1.0.2 (2014-06-22)

  • Further bug fixing of start detecting.

1.0.1 (2014-06-20)

  • Fixed error raised by clear when history dir is absent.

  • Fixed update - command will now try to find file start.

1.0 (2014-06-20)

  • First release on PyPI.