From c17886d15613d09afa765156cd3f27db20141e74 Mon Sep 17 00:00:00 2001 From: John Factotum <50942278+johnfactotum@users.noreply.github.com> Date: Fri, 5 Jan 2024 19:17:40 +0800 Subject: [PATCH] Release 3.1.0 --- data/com.github.johnfactotum.Foliate.metainfo.xml.in | 12 ++++++++++++ debian/changelog | 2 +- meson.build | 2 +- src/main.js | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/data/com.github.johnfactotum.Foliate.metainfo.xml.in b/data/com.github.johnfactotum.Foliate.metainfo.xml.in index 6d6a213e..d55a3572 100644 --- a/data/com.github.johnfactotum.Foliate.metainfo.xml.in +++ b/data/com.github.johnfactotum.Foliate.metainfo.xml.in @@ -57,6 +57,18 @@ + + +
    +
  • Added support for OPDS catalogs, now with support for OPDS 2.0
  • +
  • Added option to override publisher font
  • +
  • Added option to reduce animation
  • +
  • Added support for JPEG XL in CBZ
  • +
  • Fixed getting file from Tracker in Flatpak
  • +
  • Fixed parsing of non-year-only first-century and BCE dates
  • +
+
+
diff --git a/debian/changelog b/debian/changelog index 9ae17637..0f74740b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -foliate (3.0.1) bionic; urgency=medium +foliate (3.1.0) bionic; urgency=medium * New version diff --git a/meson.build b/meson.build index ce0e20cc..92308156 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('com.github.johnfactotum.Foliate', - version: '3.0.1', + version: '3.1.0', meson_version: '>= 0.59.0', ) diff --git a/src/main.js b/src/main.js index cfe649c7..44031d63 100755 --- a/src/main.js +++ b/src/main.js @@ -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}`