From 3a103e9a59273b2771ccfde715aa4f77d5b4fb67 Mon Sep 17 00:00:00 2001 From: ema Date: Sat, 27 Dec 2025 01:17:25 +0800 Subject: [PATCH] Update changelog for 4.4.0 release --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd2a459..eb0cc08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 4.4.0 + +- Add support for `.cnf` files to INI syntax highlighting +- Add a **Reload** option to the **More** context menu [#1839](https://github.com/QL-Win/QuickLook/issues/1839) +- Add a certificate viewer plugin +- Add support for Compound File Binary formats (`.cfb` and `.eif` is now supported) +- Add a restart button after plugin installation [#1823](https://github.com/QL-Win/QuickLook/issues/1823) +- Improve XML version attribute detection in `XMLDetector` (e.g. `` is now supported) +- Fix a crash that could occur when shutting down or restarting Windows [#1782](https://github.com/QL-Win/QuickLook/issues/1782) + ## 4.3.0 - Add Svelte syntax highlighting support