mglib/changelog.md

94 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2020-08-11 19:47:35 +02:00
# Changelog
## [1.3.9] - 2021-09-19
### Added
- empty \_s3copy method to meglib.storage.Storage class
## [1.3.8] - 4 March 2020
- bug fix: reset version to 0 for newly created documents "from paste"
2020-12-14 07:51:02 +01:00
## [1.3.5] - 14 December 2020
### Changed
- bug fixing of get_versions method
2020-12-14 07:01:20 +01:00
## [1.3.4] - 14 December 2020
### Changed
- mglib.storage.get_versions(self, doc_path) method added
2020-12-14 06:21:09 +01:00
## [1.3.3] - 14 December 2020
### Changed
- mglib.path module adjusted to accept version argument. Supports
getting/setting path to versioned documents.
## [1.3.2] - 1 December 2020
### Changed
- mglib.pdfinfo.get_pagecount use python magic + file extention to determine correct mime type (and thus page count)
2020-12-01 07:47:24 +01:00
## [1.3.1] - 1 December 2020
### Changed
- pdftk module was replaced with stapler
## [1.2.8] - 24 August 2020
### Added
- mglib.exceptions module introduced
2020-08-17 11:24:16 +02:00
## [1.2.7] - 17 August 2020
### Changed
- Do not raise exception when encoutering unsafe extention, log warning message instead.
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!