Skip to content

Commit e27775b

Browse files
committed
YACReader 10 release
1 parent 1994e9a commit e27775b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

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

33
Version counting is based on semantic versioning (Major.Feature.Patch)
44

5-
## 10 (WIP)
5+
## 10
66

77
### YACReader
88
* Add support for continuous scroll mode.

custom_widgets/whats_new_dialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent)
4444
versionLabel->setAlignment(Qt::AlignCenter);
4545

4646
textLabel = new QLabel();
47-
htmlTemplate = "YACReader 10 is finally here!! This is all the exciting new features and improvements: <br/>"
47+
htmlTemplate = "YACReader 10 is finally here! Here are the exciting new features and improvements: <br/>"
4848
"<br/>"
4949
"<span style=\"font-weight:600\">YACReader</span><br/>"
5050
" &#8226; Add support for continuous scroll mode<br/>"

0 commit comments

Comments
 (0)