From 92241c099df7381d64bd91978b87658255e43542 Mon Sep 17 00:00:00 2001 From: Juraj Oravec Date: Wed, 13 Nov 2024 22:12:56 +0100 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 94a78bad6..57ab5a76a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +Version 24.12.0 + * Do not advertise ftp support to the system (BUG: 494222) + * GreaseMonkey: Add support for context menu (BUG: 469855) + * GreaseMonkey: Check content type of url *.user.js (BUG: 467459) + * VerticalTabs: Fix tab switching with mouse wheel (BUG: 394066) + * VerticalTabs: Arrange pinned tabs vertically (BUG: 452818) + * Set security icon according to certificate error. (BUG: 420902) + * Preferences: Fix crash when un/loading of plugins (BUG: 492023) + * Random fixes + Version 24.08.0 * Add site permissions * Enable WebInspector with disabled JavaScript (BUG: 462887)