diff --git a/data/com.github.johnfactotum.Foliate.appdata.xml.in b/data/com.github.johnfactotum.Foliate.appdata.xml.in index 9678948b..aae0a3c9 100644 --- a/data/com.github.johnfactotum.Foliate.appdata.xml.in +++ b/data/com.github.johnfactotum.Foliate.appdata.xml.in @@ -42,6 +42,16 @@ + + +
    +
  • Fixed table of contents navigation not working with some books
  • +
  • Fixed not being able to zoom images with Kindle books
  • +
  • Fixed not being able to open books with .epub3 filename extension
  • +
  • Fixed temporary directory not being cleaned after closing
  • +
+
+
    diff --git a/debian/changelog b/debian/changelog index 3008b088..f8efd5cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +com.github.johnfactotum.foliate (1.5.2) bionic; urgency=medium + + * New version + + -- John Factotum <50942278+johnfactotum@users.noreply.github.com> Fri, 19 Jul 2019 13:23:19 +0800 + com.github.johnfactotum.foliate (1.5.1) bionic; urgency=medium * New version diff --git a/debian/control b/debian/control index bb7bac50..7d879b6a 100644 --- a/debian/control +++ b/debian/control @@ -2,11 +2,12 @@ Source: com.github.johnfactotum.foliate Section: gnome Priority: optional Maintainer: John Factotum <50942278+johnfactotum@users.noreply.github.com> -Build-Depends: debhelper, gettext, meson (>= 0.40), pkg-config, libglib2.0-dev, gjs +Build-Depends: debhelper, gettext, meson (>= 0.40), pkg-config, libglib2.0-dev (>= 2.54), gjs Package: com.github.johnfactotum.foliate Architecture: all Depends: gjs (>= 1.52), gir1.2-webkit2-4.0 -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 +Recommends: python (>= 2.7) | python3 (>= 3.4) +Suggests: 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 6990d0d1..ec1ae077 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('com.github.johnfactotum.Foliate', - version: '1.5.1', + version: '1.5.2', meson_version: '>= 0.40.0', )