Skip to content

Commit

Permalink
Bump version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfactotum committed Jun 18, 2020
1 parent 2c298ae commit c2c67dd
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
22 changes: 22 additions & 0 deletions data/com.github.johnfactotum.Foliate.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,28 @@
</screenshot>
</screenshots>
<releases>
<release version="2.3.0" date="2020-06-18">
<description>
<p>OPDS catalogs:</p>
<ul>
<li>Catalogs are now opened in the main library window</li>
<li>View current location</li>
<li>Go to catalog start page</li>
<li>Reload catalog</li>
<li>Add current feed to catalogs</li>
<li>HTTP authentication support</li>
</ul>
<p>Other changes:</p>
<ul>
<li>Fixed unique identifier extraction for FictionBook (.fb2, .fb2.zip) files</li>
<li>Fixed newlines being ignored when copying text</li>
<li>“Turn page on tap” is now disabled in non-paginated layouts</li>
<li>Opening a book from the library view now closes the library window</li>
<li>Language and publication dates in metadata are now parsed and formatted</li>
<li>Export annotations from the library view</li>
</ul>
</description>
</release>
<release version="2.2.1" date="2020-06-07">
<description>
<p>Changes:</p>
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
com.github.johnfactotum.foliate (2.3.0) bionic; urgency=medium

* New version

-- John Factotum <[email protected]> Fri, 19 Jun 2020 01:37:20 +0800

com.github.johnfactotum.foliate (2.2.1) bionic; urgency=medium

* New version
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('com.github.johnfactotum.Foliate',
version: '2.2.1',
version: '2.3.0',
meson_version: '>= 0.40.0',
)

Expand Down

0 comments on commit c2c67dd

Please sign in to comment.