Skip to content

Releases: psobot/keynote-parser

v1.10.1.3

05 Sep 14:07
197c088
Compare
Choose a tag to compare

Fixed an issue with unicode handling in asset filenames.

v1.10.1.2

26 Aug 02:16
Compare
Choose a tag to compare

Fixed an issue with Protobuf >= 3.13.0 that could cause presentations to fail to deserialize.

v1.10.1.1

24 Aug 11:22
bc6d18c
Compare
Choose a tag to compare

Added more verbose error logging.

v1.10.1.0

24 Aug 03:04
8974a6c
Compare
Choose a tag to compare

Support for Keynote 10.1.

v1.10.0.6

23 Aug 21:01
d9e83a0
Compare
Choose a tag to compare

Adds support for presentations with tables.

v1.10.0.5

23 Jun 02:54
28eb90f
Compare
Choose a tag to compare

Includes a fix for serialization of IWA files larger than 64KB.

v1.10.0.4

22 Jun 04:21
88c1868
Compare
Choose a tag to compare

Fixed a number of encoding issues:

  • Added support for properly encoding and decoding should_merge message blocks, that seem to use a new feature introduced with Keynote 10.0.
  • Fixed an issue identified by @kortenkamp where pairs of multi-byte Unicode characters can be mis-identified as a Unicode surrogate pair, causing files to fail to encode or decode.

v1.10.0.2

16 Jun 01:07
659148e
Compare
Choose a tag to compare

Includes changes:

  • Ignore message_info blocks of type 0 and emit a warning. #18

v1.10.0.1

14 Jun 19:00
Compare
Choose a tag to compare
Bump to 1.10.0.1.

v1.10.0.0

14 Jun 18:42
cd0edb3
Compare
Choose a tag to compare

Major changes:

  • added a check for the version of Keynote installed and added a warning if it is newer than the version supported
  • if passed the -v or --version flags, keynote-parser now prints its own version and exits
  • command-line help text now includes version information (as well as supported Keynote version information)