summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 19 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index dda7ed00..7ba56449 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+### atril 1.28.5
+
+ * CI: release - create tarball with autotools (distcheck)
+ * remove duplicated language files
+ * remove escape char
+ * libdocument: adding class EvAnnotationTextMarkup
+ * libdocument: adding annotation highlight
+ * pdf: Create highlight annotations for existing annotations in document
+ * shell: Show highlight annotations in the sidebar
+ * libdocument: Use a common annotation type for text markup annotations
+ * Add support for reading strike out text markup annotations
+ * Add support for reading underline text markup annotations
+ * libdocument: adding annotation squiggly.
+ * pdf: adding annotation squiggly.
+ * shell: adding annotation squiggly.
+ * window: sidebar ignores settings when no metadata
+
### atril 1.28.4
* bump version in meson.build
diff --git a/configure.ac b/configure.ac
index 7337cb74..5dc35283 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
m4_define([ev_major_version], [1])
m4_define([ev_minor_version], [28])
-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])
diff --git a/meson.build b/meson.build
index 97116f60..eb9efab2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('atril', 'c', 'cpp',
- version: '1.28.4',
+ version: '1.28.5',
meson_version: '>=0.56.0',
default_options: [
'warning_level=1',