Skip to content

Commit 98f03ea

Browse files
committed
Bump version to 2.5.0
1 parent f89a1ca commit 98f03ea

4 files changed

+16
-4
lines changed

com.github.johnfactotum.Foliate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"app-id": "com.github.johnfactotum.Foliate",
33
"runtime": "org.gnome.Platform",
4-
"runtime-version": "3.36",
4+
"runtime-version": "3.38",
55
"sdk": "org.gnome.Sdk",
66
"command": "com.github.johnfactotum.Foliate",
77
"finish-args": [

data/com.github.johnfactotum.Foliate.appdata.xml.in

+12
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,18 @@
4444
</screenshot>
4545
</screenshots>
4646
<releases>
47+
<release version="2.5.0" date="2020-10-15">
48+
<description>
49+
<p>Changes:</p>
50+
<ul>
51+
<li>Improved support for touch screens</li>
52+
<li>OPDS crudentials can now be remembered</li>
53+
<li>Various fixes for GNOME 3.38</li>
54+
<li>Fixed Wiktionary internal links</li>
55+
<li>Added Basque, Korean, and Norwegian translations</li>
56+
</ul>
57+
</description>
58+
</release>
4759
<release version="2.4.2" date="2020-07-06">
4860
<description>
4961
<p>Fixed unable to open some EPUB files</p>

debian/changelog

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
com.github.johnfactotum.foliate (2.4.2-1) bionic; urgency=medium
1+
com.github.johnfactotum.foliate (2.5.0) bionic; urgency=medium
22

33
* New version
44

5-
-- John Factotum <[email protected]> Mon, 13 Jul 2020 15:33:33 +0800
5+
-- John Factotum <[email protected]> Thu, 15 Oct 2020 08:33:33 +0800

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('com.github.johnfactotum.Foliate',
2-
version: '2.4.2',
2+
version: '2.5.0',
33
meson_version: '>= 0.40.0',
44
)
55

0 commit comments

Comments
 (0)