Skip to content

Commit 4fe3507

Browse files
committed
v8.1-rc2
1 parent ef3df18 commit 4fe3507

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

AUTHORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
## Patches
1414

1515
- [Zhong Jianxin](https://github.com/azuwis).
16+
- [arzam16](https://github.com/arzam16).
1617

1718

1819
## Translations

ChangeLog

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
2021-11-15 u-235 <[email protected]>
2+
- v8.1-rc2 published
3+
- Fixed build failure in src/qtwebkit/viewwindowmgr.cpp.
4+
15
2021-11-10 u-235 <[email protected]>
2-
- Version 8.1 released
6+
- v8.1-rc published
37
- Added KDE-independent UI translation support using GNU Gettext.
48
- Updated translation into Russian.
59
- Minor fixes for KDE.
@@ -14,7 +18,7 @@
1418
- Fixed a bug in showing pages of some EPUB files.
1519

1620
2021-09-20 u-235 <[email protected]>
17-
- Version 8.0 released
21+
- v8.0-rc published
1822
- Full support for QtWebEngine since Qt 5.9.
1923

2024
2021-06-04 u-235 <[email protected]>

NEWS.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
## 2021-10-07 Release 8.1
1+
## 2021-11-15 v8.1-rc2
2+
3+
* Fixed build failure with Qt WebKit. In some cases compilation of the src/qtwebkit/viewwindowmgr.cpp file failed with the message `error: invalid use of incomplete type 'class QTabBar'`.
4+
5+
6+
## 2021-11-10 v8.1-rc
27

38
This release is dedicated to the translation of the UI. Initially, translation worked only in an application which was built with KDE support.
49

@@ -13,7 +18,7 @@ This release is dedicated to the translation of the UI. Initially, translation w
1318
* Fixed a bug of parsing command line arguments with non-Latin characters, occurring in KDE.
1419

1520

16-
## 2021-09-20 Release 8.0
21+
## 2021-09-20 v8.0-rc
1722

1823
This release has two goals: the option to use QtWebEngine and the migration to cmake as the primary build system.
1924

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Read more in the [release notes](NEWS.md).
2828

2929
## Features
3030

31-
- Standalone viewer, depends on Qt 4 or Q t5 only. Does not require KDE, GNOME or wxWidgets toolkit.
31+
- Standalone viewer, depends on Qt 4 or Qt 5 only. Does not require KDE, GNOME or wxWidgets toolkit.
3232
- Could be optionally built with KDE 4 or KDE 5 support, using KDE dialogs.
3333
- Completely safe and harmless. JavaScript can be disabled in the settings, optionally warns you before opening an external web page, or switching to another help file.
3434
- Correctly detects and shows encoding of any valid chm file.

0 commit comments

Comments
 (0)