diff --git a/data/com.github.johnfactotum.Foliate.metainfo.xml.in b/data/com.github.johnfactotum.Foliate.metainfo.xml.in index d6c7c839..6a8687b7 100644 --- a/data/com.github.johnfactotum.Foliate.metainfo.xml.in +++ b/data/com.github.johnfactotum.Foliate.metainfo.xml.in @@ -49,7 +49,14 @@ + + https://github.com/johnfactotum/foliate/releases/tag/3.2.0 + +

Various improvments and fixes, including a revamped translation tool, better focus handling, and better PDF rendering, now faster and no longer blurry.

+
+
+ https://github.com/johnfactotum/foliate/releases/tag/3.1.1
  • Fixed end of chapter cut off when chapter starts with page break
  • @@ -59,6 +66,7 @@ + https://github.com/johnfactotum/foliate/releases/tag/3.1.0
    • Added support for OPDS catalogs, now with support for OPDS 2.0
    • @@ -70,8 +78,11 @@
    - + + https://github.com/johnfactotum/foliate/releases/tag/3.0.1 + + https://github.com/johnfactotum/foliate/releases/tag/3.0.0

    Foliate has been rewritten from scratch with a new e-book rendering library and the latest platform libraries, GTK 4 and Libadwaita, with refreshed UI and improved performance.

    diff --git a/debian/changelog b/debian/changelog index 7dce1808..1cc94171 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -foliate (3.1.1) bionic; urgency=medium +foliate (3.2.0) bionic; urgency=medium * New version diff --git a/meson.build b/meson.build index 91c0126b..8688a946 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('com.github.johnfactotum.Foliate', - version: '3.1.1', + version: '3.2.0', meson_version: '>= 0.59.0', ) diff --git a/snapcraft.yaml b/snapcraft.yaml index 66215b8d..2a5af00a 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -44,7 +44,7 @@ parts: foliate: plugin: meson source: https://github.com/johnfactotum/foliate.git - source-tag: '3.1.1' + source-tag: '3.2.0' build-environment: - PKG_CONFIG_PATH: /snap/webkitgtk-6-gnome-2204-sdk/current/usr/lib/$CRAFT_ARCH_TRIPLET/pkgconfig:$PKG_CONFIG_PATH meson-parameters: diff --git a/src/main.js b/src/main.js index 38a38ca9..02f173a1 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.1.1', + version: '3.2.0', MESON, } pkg.userAgent = `Foliate/${pkg.version}`