Skip to content

Commit 0a9ba9b

Browse files
authored
Merge pull request #1237 from kiwix/release-14.1.0
Release 14.1.0
2 parents 17f0ad2 + db9607e commit 0a9ba9b

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

ChangeLog

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
libkiwix 14.1.0
2+
===============
3+
4+
* Server:
5+
- Viewer detects & tracks intrapage navigation anchors too (@veloman-yunkan #1213)
6+
- Add support for catalog only mode (@veloman-yunkan #1219)
7+
- Add API which returns server access url (@vighnesh-sawant #1234)
8+
- Fix chrome searchbar placeholder text overflow (@aditii2712 #1185)
9+
- Fix magnet link queryStyring (@rgaudin #1160)
10+
- Improve chrome printing stylesheet (@kelson42 #1202)
11+
- Default white background (@kelson42 #1205)
12+
13+
* Other:
14+
- Switched to the new libzim illustrations API (@veloman-yunkan #1226)
15+
- Stop building Windows with DEBUG symbols in CI (@kelson42 #1165)
16+
- Update many things in the CI/CD (@kelson42 #1203 #1194 #1209 #1207 #1235)
17+
- Requires now libzim 9.4.0 (@kelson42 #1231)
18+
- Fix compilation for FreeBSD (@OICe2 #1173 #1174)
19+
- Wait up to 1s to let aria2c to start before complaining (@kelson42 #1169)
20+
121
libkiwix 14.0.0
222
===============
323

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('libkiwix', 'cpp',
2-
version : '14.0.0',
2+
version : '14.1.0',
33
license : 'GPLv3+',
44
default_options : ['c_std=c11', 'cpp_std=c++17', 'werror=true'])
55

0 commit comments

Comments
 (0)