Skip to content

Commit

Permalink
Release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfactotum committed Apr 4, 2024
1 parent 2f2d05b commit 435da7b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions data/com.github.johnfactotum.Foliate.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@
</screenshot>
</screenshots>
<releases>
<release version="3.1.1" date="2024-04-03">
<description>
<ul>
<li>Fixed end of chapter cut off when chapter starts with page break</li>
<li>Fixed incorrect text wrapping in tables</li>
<li>Fixed a performance issue with OPDS catalogs</li>
</ul>
</description>
</release>
<release version="3.1.0" date="2024-01-05">
<description>
<ul>
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.0) bionic; urgency=medium
foliate (3.1.1) 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.0',
version: '3.1.1',
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.0'
source-tag: '3.1.1'
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.0',
version: '3.1.1',
MESON,
}
pkg.userAgent = `Foliate/${pkg.version}`
Expand Down

0 comments on commit 435da7b

Please sign in to comment.