From 56dce3c4a41670e9ef7c03b6604215af645ebda9 Mon Sep 17 00:00:00 2001 From: Juraj Oravec Date: Sun, 13 Aug 2023 18:30:17 +0200 Subject: [PATCH] GIT_SILENT Update changelog Signed-off-by: Juraj Oravec --- CHANGELOG | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index d7aa77df6..1b1787f56 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +Version 23.08.0 + * A bit faster restoring of session with a lot of tabs + * Add support for custom URI schemes (BUG: 434099) + * Add CMake option "BUILD_PYTHON_SUPPORT" to enable/disable Python support + * Add zoom indicator to the addressbar (BUG: 399001) + * Add an option to expand addresbBar suggestion popup to the window width + * Implement a GUI for managing ignored SSL hosts (by Javier Llorente) + * Add KDE branding bookmarks and speeddial entries (By Javier Llorente) + * Implement download integration with Plasma (By Javier Llorente) + Version 23.04.0 * Look for spellchecking dictionaries at location specified by QTWEBENGINE_DICTIONARIES_PATH environment variable * Show QtWebEngine version on Falkon Config page