Commit Graph

868 Commits

Author SHA1 Message Date
ema 84ebfa56c4 Stream CHM via HTTP handler and remove Helper 2026-04-28 03:58:49 +08:00
ema c27771387c Try resolve CHM resources 2026-04-28 03:07:28 +08:00
ema 92c2d9ed4c Add CHM viewer plugin (WebView2-based)
This commit does not implement the file link
2026-04-28 02:40:21 +08:00
ema a6236884aa Hide MimeTypes with new modifier
build / build (push) Has been cancelled
build / publish (push) Has been cancelled
2026-04-28 01:59:38 +08:00
ema d775cd45a1 Add .pyz to supported archive extensions 2026-04-27 18:05:42 +08:00
ema ec2239be02 Add CHM viewer plugin and include in solution 2026-04-27 03:09:54 +08:00
ema 792c841277 Add setting to auto-unblock Protected View #1832
Introduce an "AlwaysUnblockProtectedView" setting (default: false, scope: QuickLook.Plugin.OfficeViewer) and use it to skip the confirmation dialog and automatically unblock the ZoneIdentifier for internet-downloaded files. If the setting is false, preserve the existing prompt flow and keep the previous behavior of showing a warning and only unblocking on user confirmation.
2026-04-27 02:21:25 +08:00
ema 7212ee82e4 Add 'Open in Archive Viewer' translations
build / build (push) Has been cancelled
build / publish (push) Has been cancelled
2026-04-25 14:20:53 +08:00
ema 3f9dce517a Add cross-plugin 'Open in' more-menu items 2026-04-25 11:35:32 +08:00
ema 608d391e5d Add Description for nuget info panel 2026-04-25 10:32:10 +08:00
ema 5a9f12a3dc Add NuGet (.nupkg/.snupkg) info panel and parser
build / build (push) Has been cancelled
build / publish (push) Has been cancelled
2026-04-24 19:35:22 +08:00
ema c0523e8b2c Remove InsvBlocker QuickLook plugin 2026-04-24 02:46:40 +08:00
ema 5493ab8cd9 Localize CSV viewer search panel 2026-04-23 19:06:58 +08:00
ema 906bd804c1 Add ShellScriptDetector and register in FormatDetector 2026-04-23 18:24:43 +08:00
ema fefe4d8c37 Support search panel in CSV viewer #1824 2026-04-23 02:59:00 +08:00
ema 368ace9fe6 Remove default size and sensory faster rendering
Also similar to Peek.
2026-04-23 02:36:32 +08:00
ema c1433610b4 Bump dependency versions for PDF and Text viewers
build / build (push) Has been cancelled
build / publish (push) Has been cancelled
2026-04-23 01:41:47 +08:00
ema e87052cd75 Slow down ARM64 support 2026-04-23 01:39:54 +08:00
ema 652a312cb6 Expand ShellScript syntax extensions 2026-04-22 14:33:22 +08:00
ema 526fb4eac9 Add M3U highlighting definitions 2026-04-22 14:17:33 +08:00
ema ccf80c07cf Add MSP installer support (info panel/parser)
build / build (push) Has been cancelled
build / publish (push) Has been cancelled
2026-04-22 00:40:19 +08:00
Copilot e7deaabd7f Render YAML frontmatter as syntax-highlighted code block in Markdown preview (#1923)
* Initial plan

* Enhance Markdown preview to render YAML frontmatter as syntax-highlighted code block

Agent-Logs-Url: https://github.com/QL-Win/QuickLook/sessions/3a5a5820-a319-470c-8b1e-d26ced795a81

Co-authored-by: emako <24737061+emako@users.noreply.github.com>

* Improve frontmatter rendering: add BOM handling and fix spacing after code fence

Agent-Logs-Url: https://github.com/QL-Win/QuickLook/sessions/09223e04-d9b1-40f5-9015-3249a227246c

Co-authored-by: emako <24737061+emako@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: emako <24737061+emako@users.noreply.github.com>
2026-04-21 23:21:02 +08:00
ema 8868876623 Add .jsonc extension to JSON syntax
build / build (push) Has been cancelled
build / publish (push) Has been cancelled
2026-04-21 00:32:36 +08:00
ema 0cda83c26d Add CSV/TSV/PSV rainbow highlighters (light/dark) support
build / build (push) Has been cancelled
build / publish (push) Has been cancelled
2026-04-17 11:18:49 +08:00
ema ed8c2997f5 Use nint for Win32 handles; simplify BeginInvoke 2026-04-17 10:39:13 +08:00
ema d1e6fac372 Not ready for MediaInfo-ARM64
build / build (push) Has been cancelled
build / publish (push) Has been cancelled
2026-04-16 01:32:58 +08:00
ema 68b710a4b9 Truncate and sanitize overly long lines 2026-04-15 02:45:55 +08:00
ema af2bfcd8a2 Use ReadOnlySpan literals for signatures
build / build (push) Has been cancelled
build / publish (push) Has been cancelled
2026-04-15 01:13:28 +08:00
Shakes4cc 944b70041a Add magic number checks to support image files without an extension (#1868)
* Add magic number checks for image file validation

Implements magic number checks to detect images in files without extensions.

* Refactor image signature checks for better clarity
2026-04-15 01:10:02 +08:00
ema 39feab58a3 Revert attempt to ARM64 VideoViewer 2026-04-14 23:25:58 +08:00
ema bce1f49d22 Revert target frameworks to net462 2026-04-14 18:19:30 +08:00
jjsilvan 7f1dfcabf9 Merge pull request #1872 from jjsilvan/master
Windows Arm64 support
2026-04-14 17:58:33 +08:00
ema f01f2e1b8d Add .winmd to PEViewer supported extensions 2026-04-14 17:23:55 +08:00
dependabot[bot] a733731878 Bump Magick.NET-Q8-AnyCPU from 14.11.1 to 14.12.0 (#1913)
---
updated-dependencies:
- dependency-name: Magick.NET-Q8-AnyCPU
  dependency-version: 14.12.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-14 10:57:32 +08:00
ema 5170371b96 Replace HelixToolkit refs with QuickLook.HelixToolkit 2026-04-14 01:29:06 +08:00
ema ca99e9575a Retain assimp.dll for win-x64 #1741 2026-04-14 01:23:43 +08:00
ema 00cf3ba9d6 Normalize formatting for font2html.html 2026-04-14 01:20:34 +08:00
ema a401b7d65e Normalize formatting for syntax and project files 2026-04-14 01:05:51 +08:00
ema 60ba7d86eb Fix WIX7015 from WixToolset.Dtf.WindowsInstaller 2026-04-14 01:02:42 +08:00
ema 56e9197b4f Update NuGet dependencies across plugin projects 2026-04-13 22:58:19 +08:00
ema 26fe346198 Set background image opacity to 0.5 for ImagePanel 2026-04-13 22:11:54 +08:00
Copilot 75e770dd29 Add .jsonl syntax highlighting support to TextViewer (#1906) 2026-04-01 19:09:37 +08:00
ema 129fb0d643 Clarify mermaid handling in Markdown viewer 2026-04-01 16:34:58 +08:00
ema ae67d5247c Add Mermaid support and .mmd detection #1893
build / build (push) Has been cancelled
build / publish (push) Has been cancelled
2026-03-27 10:45:20 +08:00
dependabot[bot] 32708a4af6 Bump Magick.NET-Q8-AnyCPU from 14.11.0 to 14.11.1
---
updated-dependencies:
- dependency-name: Magick.NET-Q8-AnyCPU
  dependency-version: 14.11.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-26 17:21:11 +00:00
ema c23731d8c0 Update the bundled minified Mermaid runtime to 11.13.0 2026-03-24 10:05:41 +08:00
dependabot[bot] d27667daf3 Bump Magick.NET-Q8-AnyCPU from 14.10.4 to 14.11.0
---
updated-dependencies:
- dependency-name: Magick.NET-Q8-AnyCPU
  dependency-version: 14.11.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-17 17:15:49 +00:00
dependabot[bot] 669bf15939 Bump Magick.NET-Q8-AnyCPU from 14.10.3 to 14.10.4
---
updated-dependencies:
- dependency-name: Magick.NET-Q8-AnyCPU
  dependency-version: 14.10.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-10 21:05:39 +00:00
ema e0d44ad35f Bump Magick.NET and PDFium package versions
build / build (push) Has been cancelled
build / publish (push) Has been cancelled
2026-02-25 18:22:25 +08:00
ema 2a2d6b1ad2 Revert UI_FontFamily for zh-CN
build / build (push) Has been cancelled
build / publish (push) Has been cancelled
2026-02-22 22:24:49 +08:00