2019-09-07 11:04:21 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 6 09:07:26 UTC 2019 - Yunhe Guo <i@guoyunhe.me>
|
|
|
|
|
|
|
|
- Version update to 1.16.1
|
|
|
|
* Minor Enhancements and Fixes
|
|
|
|
* Full PDF Password Protection
|
|
|
|
* Fixing issues #352, #353 and #354
|
|
|
|
- Split doc package
|
|
|
|
|
2019-07-30 14:14:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 30 11:17:47 UTC 2019 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- version update to 1.14.19
|
|
|
|
* minor fixes
|
|
|
|
* added method to check PDF signature status (#326)
|
|
|
|
|
2019-07-18 08:07:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 18 08:02:49 UTC 2019 - Yunhe Guo <i@guoyunhe.me>
|
|
|
|
|
|
|
|
- Version 1.14.18
|
|
|
|
* Update README.md
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jul 6 07:58:25 UTC 2019 - Yunhe Guo <i@guoyunhe.me>
|
|
|
|
|
|
|
|
- Version 1.14.17
|
|
|
|
* Added method Document.fullcopyPage to make full page copies within
|
|
|
|
a PDF (not just copied references as Document.copyPage does).
|
|
|
|
* Changed methods Page.getPixmap, Document.getPagePixmap to now use
|
|
|
|
alpha=False as default.
|
|
|
|
* Changed text extraction: the span dictionary now (again) contains
|
|
|
|
its rectangle under the bbox key.
|
|
|
|
* Changed methods Document.movePage and Document.copyPage to use
|
|
|
|
direct functions instead of wrapping Document.select - similar to
|
|
|
|
Document.deletePage in v1.14.16.
|
|
|
|
* The GitHub repo no longer contains interface files generated by SWIG
|
|
|
|
(fitz.py, fitz_wrap.c). This allows easier tracking of inter-version
|
|
|
|
source differences which is needed by providers of various Linux
|
|
|
|
platforms. The PyPI source distribution still has the previous
|
|
|
|
structure which includes those generated files.
|
|
|
|
- Add swig and libpng16 build requires
|
|
|
|
- Removed Python2 package since upstream doesn't support it anymore.
|
|
|
|
|
2019-06-03 08:05:03 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jun 2 12:38:08 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Trim bias and conjecture from descriptions.
|
|
|
|
|
2019-05-23 09:14:19 +00:00
|
|
|
-------------------------------------------------------------------
|
2019-05-29 12:49:43 +00:00
|
|
|
Wed May 29 10:18:57 UTC 2019 - Yunhe Guo <i@guoyunhe.me>
|
|
|
|
|
|
|
|
- Version 1.14.16
|
|
|
|
* Recode PDF delete page
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2019-05-23 09:14:19 +00:00
|
|
|
Thu May 23 07:28:09 UTC 2019 - Yunhe Guo <i@guoyunhe.me>
|
|
|
|
|
|
|
|
- Version 1.14.15
|
|
|
|
* Fix utils.updateRect exception
|
|
|
|
* Draw a shape without outlines
|
|
|
|
* Fix Line cap and Line join
|
|
|
|
|
2019-04-11 07:52:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 11 07:52:40 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Run spec-cleaner
|
2019-04-11 08:01:50 +00:00
|
|
|
- Use freetype2 not old freetype1
|
2019-04-11 07:52:57 +00:00
|
|
|
|
2019-04-11 07:52:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 10 13:17:25 UTC 2019 - Yunhe Guo <i@guoyunhe.me>
|
|
|
|
|
|
|
|
- Version 1.14.14
|
|
|
|
* Fix bug in Link target point calculation
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 8 18:38:22 UTC 2019 - Yunhe Guo <i@guoyunhe.me>
|
|
|
|
|
|
|
|
- Version 1.14.13
|
|
|
|
* For binary, memory-based input to most methods, now alsoio.BytesIO objects
|
|
|
|
are accepted.
|
|
|
|
* Fixed a bug not correctly showing inserted images with maintained aspect
|
|
|
|
ratio.
|
|
|
|
- For earlier changelog, see https://github.com/pymupdf/PyMuPDF/releases
|