Skip to content

Commit 2bbd2bd

Browse files
committed
Release 3.3.0
1 parent 1758b59 commit 2bbd2bd

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

data/com.github.johnfactotum.Foliate.metainfo.xml.in

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,17 @@
4949
</screenshot>
5050
</screenshots>
5151
<releases>
52+
<release version="3.3.0" date="2025-04-01">
53+
<url type="details">https://github.com/johnfactotum/foliate/releases/tag/3.3.0</url>
54+
<description>
55+
<ul>
56+
<li>Updated for GNOME 48</li>
57+
<li>Added support for mouse forward/backward buttons</li>
58+
<li>Improved text wrapping in headings</li>
59+
<li>Improved default link style</li>
60+
</ul>
61+
</description>
62+
</release>
5263
<release version="3.2.1" date="2024-12-20">
5364
<url type="details">https://github.com/johnfactotum/foliate/releases/tag/3.2.1</url>
5465
<description>

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
foliate (3.2.1) bionic; urgency=medium
1+
foliate (3.3.0) bionic; urgency=medium
22

33
* New version
44

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('com.github.johnfactotum.Foliate',
2-
version: '3.2.1',
2+
version: '3.3.0',
33
meson_version: '>= 0.59.0',
44
)
55

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { setConsoleLogDomain } from 'console'
1414
// mimics (loosely) the `pkg` object set up by GJS if you run `package.init()`
1515
globalThis.pkg = {
1616
name: 'com.github.johnfactotum.Foliate',
17-
version: '3.2.1',
17+
version: '3.3.0',
1818
MESON,
1919
}
2020
pkg.userAgent = `Foliate/${pkg.version}`

0 commit comments

Comments
 (0)