Releases: psobot/keynote-parser
Releases · psobot/keynote-parser
v1.10.1.3
v1.10.1.2
v1.10.1.1
v1.10.1.0
v1.10.0.6
v1.10.0.5
v1.10.0.4
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
v1.10.0.1
v1.10.0.0
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)