Skip to content

Commit cb74c9c

Browse files
authored
Merge pull request #972 from kiwix/version_12.1.0
2 parents a4d207a + 312cecf commit cb74c9c

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

ChangeLog

+37
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
libkiwix 12.1.0
2+
===============
3+
4+
* Server:
5+
- Introduce a `/nojs` endpoint to browse catalog and zim files with a browser without js (@juuz0 #897)
6+
- Translate the viewer (@veloman-yunkan #871 #846)
7+
- Display `mul` on tile when zim is multi-languages (@juuz0 #934)
8+
- Suggestion links point to the `/content` endpoint (@veloman-yunkan #862)
9+
- Correctly compress web fonts in http answers (@kelson42 #856)
10+
- Correctly encode link in suggestions (@veloman-yunkan #859 #860 #963)
11+
- Correctly encode url redirection (@veloman-yunkan #866 #890)
12+
- Properly handle user language, through cookies and http headers (@veloman-yunkan #849 #869)
13+
- Fix url encoding (@veloman-yunkan #870)
14+
- Fix viewer for viewer for SeaMonkey (@veloman-yunkan #887)
15+
- Make the downloader threadsafe (@mgautierfr #886)
16+
- Add RSS feed in the main page (pointing to the catalog) (@juuz0 #882 #920)
17+
- Correctly set the mimetype for json and ico (@veloman-yunkan #892)
18+
- `count=-1` correspond to unlimited count (instead of 0) (@veloman-yunkan #894)
19+
- Keep the navigation bar on top (@juuz0 #896)
20+
- Make the viewer's iframe "safe" (@veloman-yunkan #906 #930)
21+
- Correctly escape search link in XML Opds output (@veloman-yunkan #936)
22+
- Store values needed for the viewer js in the url fragment instead of the query string (@juuz0 #907)
23+
- Get rid of legacy OPDS API usage in the viewer (@veloman-yunkan #939)
24+
- Fix charset encoding declaration in OPDS response MIME types (@veloman-yunkan #942)
25+
- Fix PDF in the viewer (@veloman-yunkan #940)
26+
- Fix external links handling in the viewer (@veloman-yunkan #959)
27+
- Add tests of searching with accents (@mgautierfs #954)
28+
* Fix handling of missing illustration in the book (@veloman-yunkan #961)
29+
* Add support for multi languages zim files (@veloman-yunkan #904)
30+
* Fix includes for openbsd (@bentley #949)
31+
* Fix pathes in git to allow git clone on Windows (@adamlamar #868)
32+
* Switch to `main` as principal branch (instead of `master`) (@kelson42)
33+
* Remove libkiwix android publisher from the repository (@kelson42 #884)
34+
* Various fixes of meson and CI. (@mgautierfr @kelson42)
35+
36+
37+
138
libkiwix 12.0.0
239
===============
340

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('libkiwix', 'cpp',
2-
version : '12.0.0',
2+
version : '12.1.0',
33
license : 'GPLv3+',
44
default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])
55

0 commit comments

Comments
 (0)