Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
Also add release detail URLs to previous releases
  • Loading branch information
johnfactotum committed Nov 28, 2024
1 parent 1d6ea80 commit b21b809
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
13 changes: 12 additions & 1 deletion data/com.github.johnfactotum.Foliate.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,14 @@
</screenshot>
</screenshots>
<releases>
<release version="3.2.0" date="2024-11-28">
<url type="details">https://github.com/johnfactotum/foliate/releases/tag/3.2.0</url>
<description>
<p>Various improvments and fixes, including a revamped translation tool, better focus handling, and better PDF rendering, now faster and no longer blurry.</p>
</description>
</release>
<release version="3.1.1" date="2024-04-03">
<url type="details">https://github.com/johnfactotum/foliate/releases/tag/3.1.1</url>
<description>
<ul>
<li>Fixed end of chapter cut off when chapter starts with page break</li>
Expand All @@ -59,6 +66,7 @@
</description>
</release>
<release version="3.1.0" date="2024-01-05">
<url type="details">https://github.com/johnfactotum/foliate/releases/tag/3.1.0</url>
<description>
<ul>
<li>Added support for OPDS catalogs, now with support for OPDS 2.0</li>
Expand All @@ -70,8 +78,11 @@
</ul>
</description>
</release>
<release version="3.0.1" date="2023-11-20"/>
<release version="3.0.1" date="2023-11-20">
<url type="details">https://github.com/johnfactotum/foliate/releases/tag/3.0.1</url>
</release>
<release version="3.0.0" date="2023-11-12">
<url type="details">https://github.com/johnfactotum/foliate/releases/tag/3.0.0</url>
<description>
<p>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.</p>
</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.1.1) bionic; urgency=medium
foliate (3.2.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.1.1',
version: '3.2.0',
meson_version: '>= 0.59.0',
)

Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
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.1.1',
version: '3.2.0',
MESON,
}
pkg.userAgent = `Foliate/${pkg.version}`
Expand Down

0 comments on commit b21b809

Please sign in to comment.