From d353bf80144fdcecc42596794690c93198b0dd8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Fri, 19 Jan 2024 16:47:18 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + custom_widgets/whats_new_dialog.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68ab4043..1eb31255 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Version counting is based on semantic versioning (Major.Feature.Patch) ### YACReader * Add setting to disable scroll animations and scroll smoothing, recommended if you are using a touch pad or if you find the mouse wheel behaviour laggy. +* Fix missing translation when opening YACReader from YACReaderLibrary. ### YACReaderLibrary * Fix "Set type" context menu the grid view for folders. diff --git a/custom_widgets/whats_new_dialog.cpp b/custom_widgets/whats_new_dialog.cpp index 851c9862..c560b877 100644 --- a/custom_widgets/whats_new_dialog.cpp +++ b/custom_widgets/whats_new_dialog.cpp @@ -50,6 +50,7 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent) "
" "YACReader
" " • Add a setting to disable scroll animations and scroll smoothing, recommended if you are using a touch pad or if you find the mouse wheel behaviour laggy.
" + " • Fix missing translation when opening YACReader from YACReaderLibrary.
" "
" "YACReaderLibrary
" " • Fix \"Set type\" context menu the grid view for folders
"