From afc4b033e76904f1d20604640b2727a58a2e8106 Mon Sep 17 00:00:00 2001 From: John Factotum <50942278+johnfactotum@users.noreply.github.com> Date: Fri, 20 Dec 2024 18:24:59 +0800 Subject: [PATCH] Release 3.2.1 --- data/com.github.johnfactotum.Foliate.metainfo.xml.in | 9 +++++++++ debian/changelog | 2 +- meson.build | 2 +- snapcraft.yaml | 2 +- src/main.js | 2 +- 5 files changed, 13 insertions(+), 4 deletions(-) diff --git a/data/com.github.johnfactotum.Foliate.metainfo.xml.in b/data/com.github.johnfactotum.Foliate.metainfo.xml.in index 6a8687b7..98944c30 100644 --- a/data/com.github.johnfactotum.Foliate.metainfo.xml.in +++ b/data/com.github.johnfactotum.Foliate.metainfo.xml.in @@ -49,6 +49,15 @@ + + https://github.com/johnfactotum/foliate/releases/tag/3.2.1 + +
    +
  • Fixed tables not displayed in FB2 books
  • +
  • Updated translations
  • +
+
+
https://github.com/johnfactotum/foliate/releases/tag/3.2.0 diff --git a/debian/changelog b/debian/changelog index 1cc94171..c62f6f3c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -foliate (3.2.0) bionic; urgency=medium +foliate (3.2.1) bionic; urgency=medium * New version diff --git a/meson.build b/meson.build index 8688a946..88f82cdc 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('com.github.johnfactotum.Foliate', - version: '3.2.0', + version: '3.2.1', meson_version: '>= 0.59.0', ) diff --git a/snapcraft.yaml b/snapcraft.yaml index 83363a73..66727e29 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.2.0' + source-tag: '3.2.1' build-environment: - PKG_CONFIG_PATH: /snap/webkitgtk-6-gnome-2404-sdk/current/usr/lib/$CRAFT_ARCH_TRIPLET/pkgconfig:$PKG_CONFIG_PATH meson-parameters: diff --git a/src/main.js b/src/main.js index 02f173a1..76d99d06 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.2.0', + version: '3.2.1', MESON, } pkg.userAgent = `Foliate/${pkg.version}`