Skip to content

Commit 83d3c27

Browse files
committed
Bump version
1 parent a65105d commit 83d3c27

4 files changed

Lines changed: 64 additions & 1 deletion

File tree

AUTHORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- [oltolm](https://github.com/oltolm).
1818
- [gonwan](https://github.com/gonwan).
1919
- [a17r](https://github.com/a17r).
20+
- [RipleyTom](https://github.com/RipleyTom).
2021

2122

2223
## Translations

ChangeLog

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
2026-03-09 u-235 <nicegorov@yandex.com>
2+
- Fixed various typos.
3+
- v8.6 published
4+
5+
2026-02-28 u-235 <nicegorov@yandex.com>
6+
- Fixed relative path in epub files.
7+
- Improved searching for the current page in the TOC.
8+
9+
2026-02-24 Binhao Qian <gonwan@gmail.com>
10+
- Added file type association for windows installer.
11+
- Display app info in windows 11 installed apps and control panel.
12+
13+
2026-01-31 Binhao Qian <gonwan@gmail.com>
14+
- Fixed start minimized.
15+
16+
2026-01-30 Binhao Qian <gonwan@gmail.com>
17+
- Fixed typos.
18+
- Unify naming for chm internal files.
19+
20+
2026-01-29 u-235 <nicegorov@yandex.com>
21+
- Added navigator to libebook.
22+
- Improved navigator in epub.
23+
- Disabled caching in webkit, some pages not refreshing with caching. (Thanks to Binhao Qian)
24+
- Updated the tooltip for the navigation. (Thanks to Binhao Qian)
25+
26+
2026-01-26 RipleyTom <RipleyTom@users.noreply.github.com>
27+
- Fixed Dict serialization
28+
29+
2026-01-23 Binhao Qian <gonwan@gmail.com>
30+
- Added dnd support.
31+
32+
2026-01-22 Binhao Qian <gonwan@gmail.com>
33+
- Fixed one index with multiple topic urls.
34+
- Ensure encoding for internal files, and refresh index tab when changing encoding.
35+
- Fixed CI due to msys2 qt5 changes.
36+
37+
2026-01-20 Binhao Qian <gonwan@gmail.com>
38+
- Fixed epub files with an empty title in metadata.
39+
- Fixed chm files with a malformed hhc file.
40+
141
2025-12-21 u-235 <nicegorov@yandex.com>
242
- Fixed crash with Qt6.10
343
- v8.5 published

NEWS.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 2026-03-09 v8.6
2+
3+
This release was made possible in large part by the efforts of Binhao Qian.
4+
5+
### Bug Fixes
6+
7+
* Fixed an error opening ePub books with an empty "title" field.
8+
* Fixed an error with some CHM books with poorly formatted HHC files.
9+
* Fixed an error handling CHM books containing index entries with multiple URLs.
10+
* Fixed an error reading the cached search index, leading to the creation of a new search index when reopening books.
11+
* Fixed an error opening ePub books that use relative URLs in some service fields.
12+
13+
### Updates
14+
15+
* Navigating ePub books with the "next/previous" buttons now uses not only the TOC, but also the internal page list, if present.
16+
17+
### New Features
18+
19+
* Added the ability to open books by dragging them onto the application.
20+
* The Windows installer now adds file associations.
21+
22+
123
## 2025-12-21 v8.5
224

325
* Removed KDE support.

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222

2323
#ifndef APP_VERSION
24-
#define APP_VERSION "8.5"
24+
#define APP_VERSION "8.6"
2525
#endif
2626

2727
#endif /* INCLUDE_VERSION_H */

0 commit comments

Comments
 (0)