diff --git a/data/com.github.johnfactotum.Foliate.appdata.xml.in b/data/com.github.johnfactotum.Foliate.appdata.xml.in index 51eac9a6..d00c492e 100644 --- a/data/com.github.johnfactotum.Foliate.appdata.xml.in +++ b/data/com.github.johnfactotum.Foliate.appdata.xml.in @@ -44,6 +44,28 @@ + + +

OPDS catalogs:

+
    +
  • Catalogs are now opened in the main library window
  • +
  • View current location
  • +
  • Go to catalog start page
  • +
  • Reload catalog
  • +
  • Add current feed to catalogs
  • +
  • HTTP authentication support
  • +
+

Other changes:

+
    +
  • Fixed unique identifier extraction for FictionBook (.fb2, .fb2.zip) files
  • +
  • Fixed newlines being ignored when copying text
  • +
  • “Turn page on tap” is now disabled in non-paginated layouts
  • +
  • Opening a book from the library view now closes the library window
  • +
  • Language and publication dates in metadata are now parsed and formatted
  • +
  • Export annotations from the library view
  • +
+
+

Changes:

diff --git a/debian/changelog b/debian/changelog index d37c1120..bc1cb430 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +com.github.johnfactotum.foliate (2.3.0) bionic; urgency=medium + + * New version + + -- John Factotum <50942278+johnfactotum@users.noreply.github.com> Fri, 19 Jun 2020 01:37:20 +0800 + com.github.johnfactotum.foliate (2.2.1) bionic; urgency=medium * New version diff --git a/debian/control b/debian/control index f51630dc..6855fab6 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper, gettext, meson (>= 0.40), pkg-config, libglib2.0-dev ( Package: com.github.johnfactotum.foliate Architecture: all Depends: gjs (>= 1.52), gir1.2-webkit2-4.0 -Recommends: python (>= 2.7) | python3 (>= 3.4), gir1.2-soup-2.4, gir1.2-gspell-1, gir1.2-handy-0.0 +Recommends: python (>= 2.7) | python3 (>= 3.4), gir1.2-soup-2.4, gir1.2-gspell-1, gir1.2-handy-0.0, iso-codes (>= 3.67) Suggests: gir1.2-tracker-2.0, espeak, festival, sdcv, 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 ae49ad85..25d2547b 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('com.github.johnfactotum.Foliate', - version: '2.2.1', + version: '2.3.0', meson_version: '>= 0.40.0', )