14
0

- update to 1.17.4:

* 4th bugfix release over 1.17, which provided these highlights:
  **Added** extended language support for annotations and widgets: a mixture of
  Latin, Greece, Russian, Chinese, Japanese and Korean characters can now be
  used in 'FreeText' annotations and text widgets. No special arrangement is
  required to use it.
  * Faster page access is implemented for documents supporting a "chapter"
  structure. This applies to EPUB documents currently. This comes with several
  new :ref:`Document` methods and changes for :meth:`Document.loadPage` and the
  "indexed" page access *doc[n]*: In addition to specifying a page number as
  before, a tuple *(chaper, pno)* can be specified to identify the desired
  page.
  * **Changed:** Improved support of redaction annotations: images overlapped by
  redactions are **permanantly modified** by erasing the overlap areas. Also
  links are removed if overlapped by redactions. This is now fully in sync with
  PDF specifications.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMuPDF?expand=0&rev=26
This commit is contained in:
2020-09-23 12:37:02 +00:00
committed by Git OBS Bridge
parent 5744a18477
commit f6f897107c
4 changed files with 26 additions and 4 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Sep 23 12:34:51 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 1.17.4:
* 4th bugfix release over 1.17, which provided these highlights:
**Added** extended language support for annotations and widgets: a mixture of
Latin, Greece, Russian, Chinese, Japanese and Korean characters can now be
used in 'FreeText' annotations and text widgets. No special arrangement is
required to use it.
* Faster page access is implemented for documents supporting a "chapter"
structure. This applies to EPUB documents currently. This comes with several
new :ref:`Document` methods and changes for :meth:`Document.loadPage` and the
"indexed" page access *doc[n]*: In addition to specifying a page number as
before, a tuple *(chaper, pno)* can be specified to identify the desired
page.
* **Changed:** Improved support of redaction annotations: images overlapped by
redactions are **permanantly modified** by erasing the overlap areas. Also
links are removed if overlapped by redactions. This is now fully in sync with
PDF specifications.
-------------------------------------------------------------------
Fri Mar 27 09:27:34 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>