From 3cb8e020f281c5b53eff23641ff80ce2861c01f7 Mon Sep 17 00:00:00 2001 From: Juraj Oravec Date: Thu, 21 Dec 2023 20:01:57 +0100 Subject: [PATCH] Update CHANGELOG Signed-off-by: Juraj Oravec --- CHANGELOG | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d552a506a..01362fa8d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,11 @@ Version 24.02.0 * Port from Qt5 to Qt6 - * SpeedDial: Correct tooltip text on the "Remove" button - * History: Store the URLs with allowed custom scheme + +Version 23.08.5 + * SpeedDial: Fix tooltip text on the Realod button + * History: Store addresses with custom allowed schemes (BUG: 406375) + * TabBar: Fix the state of tab bar after window restore (BUG: 478823) + * Enable localStorage for private browsing (BUG: 393677, by Martin Rodriguez Reboredo) Version 23.08.4 * Fix crash when starting new session after crash (BUG: 408701)