Commit Graph

833 Commits

Author SHA1 Message Date
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
stxttkx e135961689 Updated the translation of Simplified Chinese (#1882) 2026-02-22 22:21:28 +08:00
ema c0716671c3 Bump dependencies
build / build (push) Has been cancelled
build / publish (push) Has been cancelled
2026-02-19 01:26:14 +08:00
ema 660a16cfae Upgrade QuickLook.LAVFilters to 0.81.0 2026-02-13 02:46:40 +08:00
ema 5078fb706d Upgrade QuickLook.LAVFilters to 0.80.0 2026-02-13 02:10:34 +08:00
ema 376ffaba80 Update NuGet package versions
build / build (push) Has been cancelled
build / publish (push) Has been cancelled
2026-02-13 00:10:00 +08:00
ema a0546b6391 Add KQL and PromQL syntax definitions
build / build (push) Has been cancelled
build / publish (push) Has been cancelled
2026-02-10 02:24:08 +08:00
ema f542fb1107 Support .psv parsing in CsvViewer 2026-02-10 02:18:01 +08:00
ema 0661c230a4 Add Mermaid syntax highlighting 2026-02-10 01:59:39 +08:00
ema 125a871453 Add GraphQL syntax highlighting 2026-02-10 01:41:11 +08:00
ema 5f21399620 Add Zig syntax highlighting 2026-02-10 01:36:24 +08:00
ema bf41e7755e Add PlantUML syntax highlighting
Support extensions (.puml, .plantuml, .pu, .uml, .iuml, .wsd)
2026-02-10 01:29:29 +08:00
ema 979b061a41 Add .pyx extension to Python syntax
Include the .pyx (Cython) extension in the Python SyntaxDefinition files for both Dark and Light themes so .pyx files are recognized and highlighted. Updated QuickLook.Plugin.TextViewer/Syntax/Dark/Python.xshd and QuickLook.Plugin.TextViewer/Syntax/Light/Python.xshd.
2026-02-10 01:20:41 +08:00
ema 2fd8e7653a Add Moji syntax highlighting 2026-02-10 01:20:40 +08:00
ema 765bfab9e6 Add .hip extension to C++ syntax files
build / build (push) Has been cancelled
build / publish (push) Has been cancelled
2026-02-09 14:41:09 +08:00
ema 489ed98bea Add .cu/.cuh to C++ syntax definitions
Include CUDA source (.cu) and header (.cuh) extensions in the C++ syntax definitions so CUDA files are recognized and highlighted. Updated QuickLook.Plugin.TextViewer/Syntax/Dark/C++.xshd and QuickLook.Plugin.TextViewer/Syntax/Light/C++.xshd.
2026-02-09 14:37:48 +08:00
ema 0f41612f52 Add Rhai (Embedded scripting language for Rust) syntax definitions 2026-02-09 11:43:51 +08:00
ema 0491f17718 Fix taskbar icon intermittently missing after Explorer restart #1864 2026-02-05 00:29:45 +08:00
ema 866613402a Add DICOM image support to ImageViewer plugin #1866
This is not a permanent support and will be adjusted to the plugin later.
2026-02-03 00:36:28 +08:00
ema f1ea16b8d6 Improve Magick image disposal and layer handling #1586
build / build (push) Has been cancelled
build / publish (push) Has been cancelled
Refactored ImageMagickProvider to properly manage ownership and disposal of MagickImage instances, especially when flattening multi-layer XCF files. Updated logic to avoid unnecessary loading of all layers for non-XCF formats, improving performance and resource management. Minor formatting changes in CursorProvider and WebPProvider for consistency.
2026-01-29 00:02:23 +08:00
Laszlo19 b43f014ae0 Add Romanian translation (#1867)
build / build (push) Has been cancelled
build / publish (push) Has been cancelled
2026-01-26 22:45:03 +08:00
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 13824162ab Add .cursorignore extension to GitIgnore syntax
build / build (push) Has been cancelled
build / publish (push) Has been cancelled
Updated both dark and light GitIgnore syntax definition files to recognize the .cursorignore extension in addition to .gitignore.
2026-01-23 10:49:10 +08:00
dependabot[bot] 725948b9c1 Bump Magick.NET-Q8-AnyCPU from 14.10.1 to 14.10.2
---
updated-dependencies:
- dependency-name: Magick.NET-Q8-AnyCPU
  dependency-version: 14.10.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-20 17:28:11 +00:00
ema 1209d51439 Add option to append file extension in ExtractToDirectory
build / build (push) Has been cancelled
build / publish (push) Has been cancelled
Introduced an 'appendExtension' parameter to ExtractToDirectory, allowing guessed file extensions to be appended to extracted resource filenames. This enhances usability by making extracted files easier to identify by type.
2026-01-20 00:43:44 +08:00
ema 78f2733694 Add support for extracting .pak files in MoreMenu
Extended the Plugin.MoreMenu functionality to handle .pak (Chromium resource package) files by integrating PakExtractor for extraction. This allows users to extract .pak files in addition to existing .cfb and .eif formats.
2026-01-20 00:40:46 +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 fd73421c3b Refactor PakInfoPanel file list and improve icon converter
Replaces ArchiveFileListView with a custom ListView in PakInfoPanel.xaml, adds detailed column templates, and updates resource bindings. Refactors PakInfoPanel.xaml.cs to set DataContext directly and improves hierarchical file entry creation with modified dates. Updates FileExtToIconConverter to ensure only ImageSource results are returned.
2026-01-19 03:16:47 +08:00
Copilot 32601d2c8d Handle RPC_E_CANTCALLOUT_ININPUTSYNCCALL in OfficeViewer resize (#1862) 2026-01-16 19:03:42 +08:00
Copilot 6c9b61b76f Fix loop toggle resuming paused video playback (#1861) 2026-01-16 18:56:06 +08:00
ema 31f794de08 Add dark syntax highlighting for multiple languages
Introduces dark theme syntax definition (.xshd) files for various programming languages in QuickLook.Plugin.TextViewer, including ANTLR, Boo, Ceylon, ChucK, Clojure, Cocoa, CoffeeScript, Cool, and others. This enhances text viewer support for code files with improved readability in dark mode.
2026-01-16 18:54:22 +08:00
ema 51bb5862a9 Add dark syntax highlighting for AutoHotkey 2026-01-16 18:18:47 +08:00
ema 826cb214de Add dark theme syntax highlighting for Ada 2026-01-16 18:11:55 +08:00
ema b0e4e2c269 Add Assembly dark syntax highlighting definition 2026-01-16 18:08:32 +08:00
ema d403d4ec91 Add .axml extension to XML syntax highlighting
Updated both dark and light XML syntax definition files to include the .axml extension, ensuring proper syntax highlighting for files with this extension.
2026-01-16 15:53:44 +08:00
ema 0083aab4e3 Add ActionScript dark syntax highlighting definition
Introduces a new XML-based syntax definition for ActionScript in the dark theme, specifying colors and rules for keywords, comments, strings, and documentation tags.
2026-01-16 15:51:14 +08:00