From 3fb02c6fda23301e0187859dff6c21c190ff9c63 Mon Sep 17 00:00:00 2001 From: luisangelsm Date: Sun, 14 Dec 2025 09:53:24 +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 c6b63132..a8a5de27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Version counting is based on semantic versioning (Major.Feature.Patch) ### YACReaderLibrary * New customizable User Agent string to use it with Comic Vine. It can be set in YACReaderLibrary.ini in the [ComicVine] section using the `COMIC_VINE_USER_AGENT` key. +* Prevent crash when opening the folders context menu if a folder is not selected. ## 9.16.1 diff --git a/custom_widgets/whats_new_dialog.cpp b/custom_widgets/whats_new_dialog.cpp index 629fb8f7..fd065a23 100644 --- a/custom_widgets/whats_new_dialog.cpp +++ b/custom_widgets/whats_new_dialog.cpp @@ -69,6 +69,7 @@ YACReader::WhatsNewDialog::WhatsNewDialog(QWidget *parent) " • Support for storing the new image filters from iOS and Android apps
" " • Fixed cover loading in Comic Vine scraper (new in 9.16.1)
" " • Added a customizable User Agent string to use it with Comic Vine. It can be set in YACReaderLibrary.ini in the [ComicVine] section using the COMIC_VINE_USER_AGENT key (new in 9.16.2)
" + " • Prevent crash when opening the folders context menu if a folder is not selected. (new in 9.16.2)
" "
" "YACReaderLibraryServer
" " • Log libraries validation when the app starts
"