Commit Graph

10 Commits

Author SHA1 Message Date
ema
b4c9c9f8dc Add support for Python .whl and .egg archives
Added .whl and .egg file extensions to the list of supported ZIP-based archive formats in the ArchiveViewer plugin.
2026-01-26 15:08:50 +08:00
ema
cc17d4e5b9 Add version check for Chromium .pak files
Updated CanHandle to verify that .pak files are Chromium resource package version 5 before handling. This prevents unsupported v4 .pak files from being processed.
2026-01-19 10:55:07 +08:00
ema
354b48a2b5 Support .patch and .rej extensions for diff highlighting
Added '.patch' and '.rej' to the supported file extensions in DiffHighlightingDefinition to improve compatibility with common diff-related file types.
2026-01-16 13:35:28 +08:00
ema
67538cf319 Add support for .ddeb Debian debug symbol packages
Extended the plugin to recognize and handle .ddeb files (Debian Debug Symbol Packages) alongside .deb files. Updated SUPPORTED_FORMATS.md and relevant code sections to treat .ddeb files similarly to .deb files.
2026-01-04 23:07:56 +08:00
ema
dbceea59b6 Add .cfb and .eif to supported formats list
Documented support for Compound File Binary (.cfb) and QQ EIF package (.eif) formats in the supported formats list.
2025-12-27 00:13:18 +08:00
ema
3fbfd78123 Update changelog and supported formats 2025-09-28 02:00:41 +08:00
ema
ad1730cf4a Expand supported text file formats list
Some checks failed
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled
Added a comprehensive list of supported text and script file extensions to SUPPORTED_FORMATS.md, detailing various programming, configuration, and markup formats recognized by QuickLook.
2025-09-25 01:32:53 +08:00
ema
7e44fdf29d Update README with supported formats link
Replaces the supported file types section with a link to SUPPORTED_FORMATS.md for better documentation organization.
2025-09-25 01:04:16 +08:00
Copilot
ad95955666 Add support for Telegram Sticker (.tgs) files (#1762)
Some checks failed
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled
2025-09-22 04:57:56 +08:00
ema
c3b828e70f Add SUPPORTED_FORMATS.md documentation
Some checks failed
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled
Introduces a new SUPPORTED_FORMATS.md file listing all file formats supported by QuickLook, organized by category. This documentation helps users and developers quickly reference supported file types.
2025-09-19 18:05:02 +08:00