Skip to content

Commit 0e20465

Browse files
committed
Bump version
1 parent 99c3a7b commit 0e20465

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-3
lines changed

AUTHORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
- Csaba Zakarias, Hungarian.
3333
- Emilio Scalise, Italian.
3434
- [Manuele Grueff](https://github.com/ShoresOfNowhere), Italian.
35+
- [Artur Wdowik](https://github.com/artww), Polish.
3536
- Ivan Bobrov, Russian.
3637
- George Yunaev, Russian.
3738
- [Daniel Nylander](https://github.com/yeager), Swedish.

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
2024-01-06 u-235 <[email protected]>
2+
- v8.4 published
3+
14
2024-12-28 u-235 <[email protected]>
25
- Imported a50c547, a0f1f70 and cbeec3c commits from https://github.com/artww/kchmviewer that add Polish translation.
36

7+
2024-12-11 u-235 <[email protected]>
8+
- Fixed a bug causing false detection of an external link and displaying the "Open link in external program" dialog box. This was happening when clicking on the link together with the `Ctrl`/`Shift` key or when activating the context menu item "Open in new/background tab".
9+
410
2024-11-18 u-235 <[email protected]>
511
- v8.3 published
612

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2025-01-06 v8.4
2+
3+
* Added Polish translation imported from https://github.com/artww/kchmviewer .
4+
* Fixed a bug causing false detection of an external link and displaying the "Open link in external program" dialog box. This was happening when clicking on the link together with the `Ctrl`/`Shift` key or when activating the context menu item "Open in new/background tab".
5+
6+
17
## 2024-11-18 v8.3
28

39
* Completely updated the Italian translation.

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ KchmViewer is written by [Georgy Yunaev](https://github.com/gyunaev), and is lic
2222

2323
## What's New
2424

25-
Thanks to [Manuele Grueff](https://github.com/ShoresOfNowhere), the Italian
26-
translation has been completely updated. Thanks to [oltolm](https://github.com/oltolm) several bugs have been fixed.
25+
Fixed a bug causing false detection of an external link and displaying the “Open link in external program” dialog box.
2726

2827
Read more in the [release note](https://github.com/u-235/uchmviewer/releases/latest) and in the [news](NEWS.md).
2928

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.3"
24+
#define APP_VERSION "8.4"
2525
#endif
2626

2727
#endif /* INCLUDE_VERSION_H */

0 commit comments

Comments
 (0)