Skip to content

Commit

Permalink
Bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfactotum committed May 29, 2020
1 parent b43786e commit 2cc4f83
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 4 deletions.
56 changes: 55 additions & 1 deletion data/com.github.johnfactotum.Foliate.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
</ul>
</description>
<developer_name>John Factotum</developer_name>
<url type="bugtracker">https://github.com/johnfactotum/foliate/issues</url>
<url type="homepage">https://johnfactotum.github.io/foliate/</url>
<url type="bugtracker">https://github.com/johnfactotum/foliate/issues</url>
<url type="faq">https://github.com/johnfactotum/foliate/wiki</url>
<screenshots>
<screenshot type="default">
<image type="source">https://raw.githubusercontent.com/johnfactotum/foliate/master/data/screenshots/view.png</image>
Expand All @@ -43,6 +44,59 @@
</screenshot>
</screenshots>
<releases>
<release version="2.2.0" date="2020-05-29">
<description>
<p>Library:</p>
<ul>
<li>A library view showing recent books and reading progress</li>
<li>Search books by metadata</li>
<li>E-book discovery with OPDS</li>
</ul>
<p>New supported formats:</p>
<ul>
<li>FictionBook (.fb2, .fb2.zip)</li>
<li>Comic book archive (.cbr, .cbz, .cbt, .cb7)</li>
<li>Plain text (.txt)</li>
<li>Unpacked EPUB files</li>
</ul>
<p>Layout:</p>
<ul>
<li>Option to set maximum page width</li>
<li>The "Automatic" layout will now show four columns when the page width is wide</li>
</ul>
<p>Image viewer:</p>
<ul>
<li>Improved image viewer, with new shortcuts and the ability to rotate and invert images</li>
<li>Option to disable image viewer, or to open images on double, middle, or right click</li>
</ul>
<p>Text-to-speech:</p>
<ul>
<li>Improved text-to-speech configuration UI</li>
<li>Ability to set text-to-speech voice based on book language</li>
</ul>
<p>Annotations</p>
<ul>
<li>Import annotations from JSON</li>
<li>Search in annotations</li>
<li>Annotations are now sorted in the same order as they appear in the book</li>
</ul>
<p>Security:</p>
<ul>
<li>"Allow Unsafe Content" now only enables JavaScript; external content will no longer be loaded</li>
<li>WebKit processes are now sandboxed</li>
</ul>
<p>Other featues and fixes:</p>
<ul>
<li>Improved support for vertical and right-to-left books</li>
<li>Support for StarDict dictionaries</li>
<li>Fixed current location not preserved when resizing</li>
<li>Fixed auto-hiding header bar under some themes</li>
<li>Command-line options for showing version and adding books to library</li>
<li>Option to clear or disable cache</li>
<li>When an HTML page contains invalid self-closing anchor tags, it is now parsed as XHTML</li>
</ul>
</description>
</release>
<release version="2.1.1" date="2020-04-09">
<description>
<p>Fixes:</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.2.0) bionic; urgency=medium

* New version

-- John Factotum <[email protected]> Fri, 29 May 2020 14:38:20 +0800

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

* New version
Expand Down
4 changes: 2 additions & 2 deletions 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-gspell-1
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
Recommends: python (>= 2.7) | python3 (>= 3.4), gir1.2-soup-2.4, gir1.2-gspell-1, gir1.2-handy-0.0
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.1.1',
version: '2.2.0',
meson_version: '>= 0.40.0',
)

Expand Down

0 comments on commit 2cc4f83

Please sign in to comment.