pystitcher/CHANGELOG.rst

31 lines
666 B
ReStructuredText
Raw Permalink Normal View History

2021-05-26 12:37:57 +00:00
=========
Changelog
=========
2021-12-31 07:45:36 +00:00
Version 1.0.4
=============
- Switched from `html5` to `html5lib` as a dependency, since the former is unmaintained
- Python 3.10 is now supported
- Python 3.6 is no longer supported
2021-07-16 11:35:27 +00:00
Version 1.0.3
=============
- Added tests and code coverage
- PDFs can be directly fetched from Remote URLs
- PDFs can be filtered to have start and end pages
- Support for Python 3.6-3.8
- Removed --cleanup argument, since that is default
2021-06-26 12:27:51 +00:00
Version 1.0.2
=============
- Adds support for rotating PDFs
2021-05-28 20:56:11 +00:00
Version 1.0.1
=============
- Fixes a bug where markdown files without any headings would not render.
2021-05-28 18:23:04 +00:00
Version 1.0.0
2021-05-26 12:37:57 +00:00
===========
2021-05-28 18:23:04 +00:00
- Initial release