From 93f6b1f2347e029a32cd6826b987411f28642b65 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 11 Dec 2018 11:28:38 +0100 Subject: release 1.20.3 --- NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a5eff809..a043e3c2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +### atril 1.20.3 + + * Translations update + * Use make functions for HELP_LINGUAS + * comics: support application/vnd.rar MIME type + * shell: Save document to the same path it was opened from + * Reduce the chattiness of atril daemon + * EvView: Fix cursor movement when logical and visual line order differs + * Update atril_start_window.png + * moveable (older spelling) -> movable + * tx: add atril-user-guide to transifex config + * Update Catalan screenshot + ### atril 1.20.2 * Translations update diff --git a/configure.ac b/configure.ac index 85eb41db..17efb482 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ m4_define([ev_major_version], [1]) m4_define([ev_minor_version], [20]) -m4_define([ev_micro_version], [2]) +m4_define([ev_micro_version], [3]) 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