File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 49
49
</screenshot >
50
50
</screenshots >
51
51
<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 >
52
63
<release version =" 3.2.1" date =" 2024-12-20" >
53
64
<url type =" details" >https://github.com/johnfactotum/foliate/releases/tag/3.2.1</url >
54
65
<description >
Original file line number Diff line number Diff line change 1
- foliate (3.2.1 ) bionic; urgency=medium
1
+ foliate (3.3.0 ) bionic; urgency=medium
2
2
3
3
* New version
4
4
Original file line number Diff line number Diff line change 1
1
project (' com.github.johnfactotum.Foliate' ,
2
- version : ' 3.2.1 ' ,
2
+ version : ' 3.3.0 ' ,
3
3
meson_version : ' >= 0.59.0' ,
4
4
)
5
5
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import { setConsoleLogDomain } from 'console'
14
14
// mimics (loosely) the `pkg` object set up by GJS if you run `package.init()`
15
15
globalThis . pkg = {
16
16
name : 'com.github.johnfactotum.Foliate' ,
17
- version : '3.2.1 ' ,
17
+ version : '3.3.0 ' ,
18
18
MESON ,
19
19
}
20
20
pkg . userAgent = `Foliate/${ pkg . version } `
You can’t perform that action at this time.
0 commit comments