- update to version 1.3

* Windows RT viewer app for MuPDF.
  * Library changes to support progressive loading (display PDF
    files as they download). Windows/Linux/MacOS viewer supports
    this using curl.
  * Incremental updates to PDF files are now (optionally) preserved
    on loading/saving.
  * Prototype support for checking PDF Digital Signatures.
  * Initial annotation support (strike-out, underline, highlight
   and ink) (library and android builds only).
  * Fix operation on Android API level 8.
  * Android redraw optimisations.
  * Android app now supports Google Cloud Print.
  * Android app translated into many languages.
  * Android support for more architectures.
  * Improvements to store (avoid collisions causing unnecessary
    evictions).
  * Windows apps use Unicode filenames now.
  * PDF function handling improved; functions can now be passed to
    devices without 'sampling'.
  * PDF image handling improved; images can now be passed to
   devices without decompression.
  * Indexed images are no longer uncompressed at load time, saving
    memory.
  * Caching of rendered tiles for speed.
  * Improved text analysis mode, capable of spotting
    columns/indents, right-to-left text etc.
  * HTML output mode now includes image output.
  * PDF password encoding handling improved.
  * MuPDF now opens Jpeg, Tiff and PNG files directly.

OBS-URL: https://build.opensuse.org/package/show/Publishing/python-pybtex?expand=0&rev=6
This commit is contained in:
Guido Berhoerster
2014-05-26 15:22:34 +00:00
committed by Git OBS Bridge
parent 059e316de7
commit 671a2fa3b7
4 changed files with 37 additions and 5 deletions

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Mon May 26 15:17:17 UTC 2014 - gber@opensuse.org
- update to version 0.17
- Added pybtex-format utility for formatting bibliography files
as HTML, LaTeX, and other supported human-readable formats.
- Added --strict command line option (all warnings become
errors).
- Added alpha label style, and alpha and unsrtalpha formatting
styles.
- Added support for url, eprint, doi, and pubmed fields in unsrt
style.
- Names with hyphens are now abbreviated correctly
("Jean-Baptiste" becomes "J.-B.").
- width$ now uses cmr10 font metrics, like in BibTeX. Non-latin
characters are also supported.
- Pythonic style engine now supports @preamble commands.
- Warning on missing fields are now more human-readable.
- When writing BibTeX files, put entry key on the same line with
entry type. Fixes warnings in Jabref.
- When using multiple .bib files, macros defined in earlier files
are available in subsequent ones (like in BibTeX).
- Fixed parsing .bst files with lines consisting of a single %
character.
- Fixed sorting entries without author in author_year_title
sorting style.
- Fixed broken CaseInsensitiveDict.get().
- CaseInsensitiveDict is now pickleable.
- Added support for registering plugins at runtime with
pybtex.plugin.register_plugin() - useful for using pybtex as a
library.
-------------------------------------------------------------------
Wed May 16 10:43:39 UTC 2012 - gber@opensuse.org