Skip to content

Releases: psobot/keynote-parser

v1.13.1.0

21 Jun 03:40
4b45abe
Compare
Choose a tag to compare

Adds support for Keynote v13.1.

v1.12.2.0

03 Dec 18:46
fdb871f
Compare
Choose a tag to compare

Adds support for Keynote v12.2.1.

v1.12.1.2

27 Nov 19:11
ad45c35
Compare
Choose a tag to compare

Add compatibility with protobuf>=3.20.x.

v1.12.1.0

18 Sep 22:21
62dd540
Compare
Choose a tag to compare

Adds support for Keynote 12.1.

v1.12.0.0

23 Apr 23:44
b622990
Compare
Choose a tag to compare

Adds support for Keynote 12.

v1.11.2.2

18 Mar 03:28
Compare
Choose a tag to compare

Fixed incorrect Keynote build number which would cause a warning to be printed on every launch.

v1.11.2.1

18 Mar 03:18
Compare
Choose a tag to compare

Adds support for Keynote 11.2.

Note that between Keynote 10.2 and Keynote 11.2, a number of Protobuf definitions have changed names. keynote-parser does not yet support backwards compatibility. (i.e.: it can only read .key files as the currently-supported Keynote version would, and will write .yaml output with keys that match the current key names - so .yaml files generated with older versions of keynote-parser may not be convertible into .key or .iwa files with this newer version.)

Until this issue is fixed (if it's ever fixed) - to properly read .yaml files created by older versions of keynote-parser, use that older version to read the file, write a .key (or .iwa) file, then read that resulting .iwa file in the newer version of keynote-parser.

v1.10.2.1

03 May 17:45
502e725
Compare
Choose a tag to compare

Fix a breaking bug in the Keynote version check on (at least) Python 3.6.

v1.10.2.0

10 Oct 22:19
47f05ab
Compare
Choose a tag to compare

Added support for Keynote 10.2.

v1.10.1.4

06 Oct 13:05
8b9dbdf
Compare
Choose a tag to compare

Fixed an issue where newer versions of Keynote would cause keynote-parser to fail to launch.