summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2018-04-21 19:54:37 +0200
committerDavid Tardon <dtardon@redhat.com>2018-04-21 19:54:37 +0200
commit4e979303c9cc4412ccd5788e399941a823f6ac3c (patch)
treea77a17afc5af99f70460c8a37fd04be436036a27
parent2cd34af83c74e7dd2c4fc49527760d895bd7bfb0 (diff)
prepare for a releaselibetonyek-0.1.8
Change-Id: I3e9362cdf0f0bf278e8f8ab90d30344a863b39ea
-rw-r--r--NEWS48
1 files changed, 48 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dde722d..71a219e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,51 @@
+libetonyek 0.1.8
+
+- All formats:
+ + Parse fields.
+ + Improve parsing of lists.
+ + Fix output of orphans and widows paragraph properties.
+ + Correctly handle rectangles with rounded corners.
+ + Improve output of callouts.
+ + Parse line ends (arrows).
+ + Parse curves with multiple components.
+ + Improve parsing of fills.
+ + Improve parsing of tables.
+ + Handle cropped images.
+ + Parse grouped shapes.
+ + Parse audio/video preview images.
+ + Parse text wrap.
+- Keynote 2-5:
+ + Parse old-style images (Keynote 2-3?).
+ + Parse slide styles.
+ + Output master slides.
+ + Parse connection lines.
+- Keynote 6:
+ + Improve detection of Keynote 6 documents. (tdf#113737)
+ + Output master slides.
+ + Parse connection lines.
+- Numbers 1-2:
+ + Properly parse TRUE and FALSE functions.
+- Pages 1-4:
+ + Parse annotations.
+ + Improve parsing of images (position etc.).
+ + Handle tables in a group.
+ + Parse page dimensions from print settings.
+- Pages 5:
+ + Parse page dimensions.
+ + Parse footnotes/endnotes.
+ + Parse comments.
+ + Parse headers/footers.
+ + Parse tables.
+ + Parse textboxes.
+ + Fix line spacing and paragraph margins.
+ + Parse more text properties.
+- Miscellaneous:
+ + Add support for Keynote 1 documents.
+ + Add support for Numbers 3 documents.
+ + Fix several issues found by oss-fuzz.
+ + Fix build with glm 0.9.9.
+ + Other fixes and improvements.
+
libetonyek 0.1.7
- Fix a few issues found by Coverity.