Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfactotum committed Jan 5, 2024
1 parent 1c55b0a commit c17886d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions data/com.github.johnfactotum.Foliate.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,18 @@
</screenshot>
</screenshots>
<releases>
<release version="3.1.0" date="2024-01-05">
<description>
<ul>
<li>Added support for OPDS catalogs, now with support for OPDS 2.0</li>
<li>Added option to override publisher font</li>
<li>Added option to reduce animation</li>
<li>Added support for JPEG XL in CBZ</li>
<li>Fixed getting file from Tracker in Flatpak</li>
<li>Fixed parsing of non-year-only first-century and BCE dates</li>
</ul>
</description>
</release>
<release version="3.0.1" date="2023-11-20"/>
<release version="3.0.0" date="2023-11-12">
<description>
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
foliate (3.0.1) bionic; urgency=medium
foliate (3.1.0) bionic; urgency=medium

* New version

Expand Down
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: '3.0.1',
version: '3.1.0',
meson_version: '>= 0.59.0',
)

Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { setConsoleLogDomain } from 'console'
// mimics (loosely) the `pkg` object set up by GJS if you run `package.init()`
globalThis.pkg = {
name: 'com.github.johnfactotum.Foliate',
version: '3.0.1',
version: '3.1.0',
MESON,
}
pkg.userAgent = `Foliate/${pkg.version}`
Expand Down

0 comments on commit c17886d

Please sign in to comment.