diff --git a/data/com.github.johnfactotum.Foliate.appdata.xml.in b/data/com.github.johnfactotum.Foliate.appdata.xml.in index 3e9a6f15..eeb11072 100644 --- a/data/com.github.johnfactotum.Foliate.appdata.xml.in +++ b/data/com.github.johnfactotum.Foliate.appdata.xml.in @@ -42,6 +42,16 @@ + + +
    +
  • External resources and JavaScript are now blocked by default
  • +
  • Basic text-to-speech support
  • +
  • Export annotations to HTML, plain text, or JSON
  • +
  • Support for viewing .mobi, .azw, and .azw3 files
  • +
+
+
    diff --git a/debian/changelog b/debian/changelog index 7307013f..f76ed652 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +com.github.johnfactotum.foliate (1.5.0) bionic; urgency=medium + + * New version + + -- John Factotum <50942278+johnfactotum@users.noreply.github.com> Sun, 14 Jul 2019 22:35:17 +0800 + com.github.johnfactotum.foliate (1.4.0) bionic; urgency=medium * Initial packaging diff --git a/debian/control b/debian/control index 2bda7ef0..249c5ce8 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,6 @@ Build-Depends: debhelper, gettext, meson (>= 0.40) Package: com.github.johnfactotum.foliate Architecture: all Depends: gjs (>= 1.52), libwebkit2gtk-4.0-37 -Suggests: dictd, dictd-dictionary, hyphen-af, hyphen-as, hyphen-bg, hyphen-bn, hyphen-ca, hyphen-cs, hyphen-da, hyphen-de, hyphen-el, hyphen-en-ca, hyphen-en-gb, hyphen-en-us, hyphen-es, hyphen-fi, hyphen-fr, hyphen-ga, hyphen-gl, hyphen-gu, hyphen-hi, hyphen-hr, hyphen-hu, hyphen-id, hyphen-is, hyphen-it, hyphen-kn, hyphen-lt, hyphen-lv, hyphen-ml, hyphen-mr, hyphen-nl, hyphen-no, hyphen-or, hyphen-pa, hyphen-pl, hyphen-pt-br, hyphen-pt-pt, hyphen-ro, hyphen-ru, hyphen-show, hyphen-sk, hyphen-sl, hyphen-sr, hyphen-sv, hyphen-ta, hyphen-te, hyphen-uk, hyphen-zu +Suggests: python, espeak, festival, dictd, dictd-dictionary, hyphen-af, hyphen-as, hyphen-bg, hyphen-bn, hyphen-ca, hyphen-cs, hyphen-da, hyphen-de, hyphen-el, hyphen-en-ca, hyphen-en-gb, hyphen-en-us, hyphen-es, hyphen-fi, hyphen-fr, hyphen-ga, hyphen-gl, hyphen-gu, hyphen-hi, hyphen-hr, hyphen-hu, hyphen-id, hyphen-is, hyphen-it, hyphen-kn, hyphen-lt, hyphen-lv, hyphen-ml, hyphen-mr, hyphen-nl, hyphen-no, hyphen-or, hyphen-pa, hyphen-pl, hyphen-pt-br, hyphen-pt-pt, hyphen-ro, hyphen-ru, hyphen-show, hyphen-sk, hyphen-sl, hyphen-sr, hyphen-sv, hyphen-ta, hyphen-te, hyphen-uk, hyphen-zu Description: Simple and modern eBook viewer. A simple and modern GTK eBook viewer, built with GJS and Epub.js. diff --git a/meson.build b/meson.build index f2115717..9d0ae62b 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('com.github.johnfactotum.Foliate', - version: '1.4.0', + version: '1.5.0', meson_version: '>= 0.40.0', )