mglib/changelog.md

41 lines
743 B
Markdown
Raw Normal View History

2020-08-11 19:47:35 +02:00
# Changelog
2020-08-11 19:47:35 +02:00
## [1.2.6] - 11 August 2020
### Added
- mglib.conf.settings module. The points it to get rid of hardcoded binary paths. Binary paths are now provided as configurations.
2020-07-25 10:46:32 +02:00
## [1.2.3] - 25 July 2020
### Changed
- bugfix - get_pagecount handles non utf-8 encoded documents
### Added
- unit tests for get_pagecount
## [1.2.1] - 16 July 2020
2020-07-16 08:33:11 +02:00
### Added
- shortcuts.resize_img - resizes/converts images jpg, png documents
- change get_pagecount to work with tiff files as well
- bring in last modules from pmworker (mime and wrapper)
2020-07-16 08:33:11 +02:00
## [1.1.0] - 25 June 2020
### Added
- utils.try_load_config
- utils.load_config
- Endpoint module move in (from pmworker)
## [1.0.0] - 25 Apr 2020
### Hello, mglib!