From 4b3873b113d985bb968e7718ea999ee355429fee Mon Sep 17 00:00:00 2001 From: monsta Date: Mon, 9 Apr 2018 13:14:16 +0300 Subject: release 1.18.5 --- NEWS | 19 +++++++++++++++++++ configure.ac | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e2c9a8b4..7c4a87f5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +### atril 1.18.5 + + * Fix build without epub + * Disable presentation if there is no document or document + has no pages (fixes some crashes) + * epub: allow to save epub documents + * libview: check number of pages on ev_view_document_changed_cb + (fixes crash on corrupted PDF with no pages) + * libview: setting annotation window icons sizes + * libview: don't change the font color of the annotation window + * libview: fix focus on ev_annotation_window + * libview: fix annotation window focus change after creation + * libview: fix occasional black color of annotation window border + * libview: fix text selection with mouse in annotation window + * libview: fix shift+click text selection + * libview: save inverted colors in a document + * libview: fix goto window in presentation mode + * libview: fix a crash in ev_view_accessible_get_link + ### atril 1.18.4 * epub: fix loading epub thumbnails diff --git a/configure.ac b/configure.ac index 5811f4f5..677eea28 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ m4_define([ev_major_version], [1]) m4_define([ev_minor_version], [18]) -m4_define([ev_micro_version], [4]) +m4_define([ev_micro_version], [5]) m4_define([ev_extra_version], []) m4_define([ev_version], [ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version]) -- cgit v1.2.1