4.4.0Windows
Added 7
- Support for `.cnf` files in INI syntax highlighting
- Support for `.ddeb` Debian debug symbol packages
- Reload option in the More context menu
- Support for embedded lyrics in music files
- Certificate viewer plugin supporting `.p12`, `.pfx`, `.cer`, `.crt`, `.pem`, `.mobileprovision`, and `.certSigningRequest` extensions
- Support for Compound File Binary formats (`.cfb` and `.eif`)
- Restart button after plugin installation
Changed 2
- Improve XML version attribute detection in XMLDetector to support formats like `<?xml version='1.0'?>`
- Improve YAML highlighting and support `.clang-format` files
Fixed 3
- Crash that could occur when shutting down or restarting Windows
- JSON detection with UTF-8 BOM present
- Tags not displayed due to empty cover art
What's Changed
- Add support for
.cnffiles to INI syntax highlighting - Add support for
.ddebDebian debug symbol packages - Add a Reload option to the More context menu #1839
- Add support for embedded lyrics in music file #1847
- Add a certificate viewer plugin to support extensions
.p12,.pfx,.cer,.crt,.pem,.mobileprovisionand.certSigningRequest - Add support for Compound File Binary formats (
.cfband.eifis now supported) - Add a restart button after plugin installation #1823
- Improve XML version attribute detection in
XMLDetector(e.g.<?xml version='1.0'?>is now supported) - Improve YAML highlighting and support
.clang-format - Fix a crash that could occur when shutting down or restarting Windows #1782
- Fix JSON detection with UTF-8 BOM present
- Fix tags not displayed due to empty cover art #1845
Full Changelog: https://github.com/QL-Win/QuickLook/compare/4.3.0...4.4.0