ema
e4e014d9d7
Refactor Lottie and TGS file validation methods
...
Renamed and split validation methods for Lottie and TGS files to improve clarity and code reuse. Added IsVaildContent for both detectors and updated WebHandler to use the new method names.
2025-09-22 04:56:16 +08:00
copilot-swe-agent[bot]
cafd2413be
Remove TgsExtractor.cs from Lottie folder
...
Co-authored-by: emako <24737061+emako@users.noreply.github.com >
2025-09-20 20:47:00 +00:00
copilot-swe-agent[bot]
0b0e9e9a7a
Refactor TGS support into separate Tgs folder structure
...
Co-authored-by: emako <24737061+emako@users.noreply.github.com >
2025-09-20 20:27:55 +00:00
copilot-swe-agent[bot]
2ca513f2ab
Update documentation to include TGS and Lottie formats
...
Co-authored-by: emako <24737061+emako@users.noreply.github.com >
2025-09-20 17:12:18 +00:00
copilot-swe-agent[bot]
e7a65387b5
Implement TGS support for Telegram stickers
...
Co-authored-by: emako <24737061+emako@users.noreply.github.com >
2025-09-20 17:09:05 +00:00
copilot-swe-agent[bot]
dd04a18c2c
Initial plan
2025-09-20 17:04:27 +00:00
ema
297e7ef092
Refactor cover art extraction logic to fix #1759
2025-09-21 00:52:07 +08:00
ema
e1c53b8691
Extract cover art will not cause the title to be lost #1759
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled
2025-09-21 00:13:39 +08:00
ema
c3b828e70f
Add SUPPORTED_FORMATS.md documentation
...
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
ema
c9d120bd36
Add pull request template
...
Introduces a standardized pull request template to ensure PRs include checklists, descriptions, related issues, and additional notes for better review and project consistency.
2025-09-19 17:47:35 +08:00
ema
0bca38e2bf
Add .slnx extension to XML syntax highlighting
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled
2025-09-15 12:50:07 +08:00
ema
3cdf847f3d
Fix NuGet package path issue for FreeTypeSharp
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled
2025-09-11 11:05:39 +08:00
samueljoh
ae05deea46
Add Swedish translation ( #1755 )
2025-09-11 11:01:23 +08:00
ema
a491ed9970
Add 'Copy as path' option to More menu
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled
2025-09-08 03:53:16 +08:00
ema
c748f6d7e4
Update NuGet package versions in project files
...
This commit updates various NuGet package references to newer versions across multiple QuickLook plugin and main project .csproj files. These updates include dependencies such as WixToolset.Dtf.WindowsInstaller, UTF.Unknown, FreeTypeSharp, Microsoft.Web.WebView2, Magick.NET-Q8-AnyCPU, Google.Protobuf, MsgReader, HelixToolkit, bblanchon.PDFiumV8.Win32, Melanchall.DryWetMidi, WPF-UI.Violeta, and Lib.Harmony, ensuring the projects use the latest compatible releases.
2025-09-08 02:42:09 +08:00
ema
e0a2204e56
Add diff file syntax highlighting
2025-09-08 02:16:55 +08:00
ema
d6274ac331
Prepare new feature for MoreMenu
2025-09-08 01:49:36 +08:00
ema
07debda5e4
feat: improve UI/UX of font loading
2025-09-08 01:14:01 +08:00
ema
cddf767c6c
refactor: simplify tray menu ctor calling
2025-09-07 23:55:24 +08:00
ema
21a3dd3d4b
Fix the same previous issue in other plugins
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled
2025-08-15 02:17:50 +08:00
ema
ebb48366a0
Fix font file unicode name is not supported
2025-08-15 02:09:38 +08:00
ema
e12bb2201b
Fix issue where font file stays locked #77
2025-08-15 02:01:59 +08:00
ema
14a5bea926
Code Cleanup
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled
2025-08-09 00:38:43 +08:00
ema
3dbc9fc763
Remove unimportant UnobservedTaskException #1691
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled
2025-08-06 00:19:47 +08:00
ema
139cb873f2
Revert SVG default background to transparent
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled
2025-08-05 01:19:42 +08:00
ema
fd1004e6d3
Set default background color for SVG panel
2025-08-05 01:11:37 +08:00
ema
b0dceffa94
Add Exporter class for MediaInfo integration
2025-08-05 00:58:48 +08:00
ema
2246c5a361
Fix style changed from MediaInfoViewer
2025-08-05 00:53:21 +08:00
ema
5a5cce93b4
Add built-in plugin MediaInfoViewer
...
1. Merged from forked repo https://github.com/emako/QuickLook/tree/master/QuickLook.Plugin/QuickLook.Plugin.MediaInfoViewer
2. Use TextBox instead of AvalonEdit and prepare for new feature
2025-08-05 00:43:47 +08:00
ema
8d7df24798
Remove configuration ModernMessageBox
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled
2025-08-04 21:17:25 +08:00
ema
3ae4eeb26d
Improve CLI performance
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled
2025-08-04 00:17:07 +08:00
ema
da0033b52a
Improve CLI performance #1706 #1731
2025-08-03 22:20:35 +08:00
ema
2e941f468e
Make exe-installer no forked relaunching
...
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled
Since MicaSetup v2.4.0
2025-08-03 02:39:19 +08:00
ema
fbfd2484df
Refactor thumbnail handlers into provider classes
2025-08-02 23:58:55 +08:00
ema
e342cd0851
Refactor AnimationProvider to use primary constructor
2025-08-02 23:58:23 +08:00
ema
d90993817d
Refactor DependencyProperty registration
2025-08-02 21:58:08 +08:00
ema
5cedcff912
Support .pdn in ThumbnailViewer #1708
...
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled
Implementation still under adjustment.
2025-08-02 02:34:32 +08:00
Copilot
9fe37520d3
Support Mermaid diagram rendering in MarkdownViewer ( #1730 )
...
* Implement Mermaid diagram support for MarkdownViewer
Co-authored-by: emako <24737061+emako@users.noreply.github.com >
* Replace the mermaid.min.js
https://cdn.jsdelivr.net/npm/mermaid@11.4.1/dist/mermaid.min.js
* Fix Mermaid diagram rendering by updating markdown-it highlight function
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 >
Co-authored-by: ema <mccoy39082@163.com >
2025-08-02 02:09:52 +08:00
ema
67b5dbf310
Add UseNativeProvider option #1726
...
Use following option in `QuickLook.Plugin.ImageViewer.config` to fix the issue:
```xml
<?xml version="1.0" encoding="utf-8"?>
<Settings>
<UseColorProfile>false</UseColorProfile>
<UseNativeProvider>false</UseNativeProvider>
</Settings>
```
2025-08-02 01:36:13 +08:00
Piteriuz
efe47ff43b
Update Polish translation file ( #1727 )
...
- Add missing translations for MW_OpenWithMenu and InfoPanel_CantPreventClosing
- Remove duplicate entry for MW_BrowseFolder
2025-08-01 22:21:44 +08:00
ema
417876edd2
Prepare support for .pdn
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled
2025-07-31 01:27:43 +08:00
ema
03b1ca557f
Fix image .jxr error reading from UseColorProfile
2025-07-31 01:22:13 +08:00
ema
f39b53a5c6
Support Point Cloud Data (.pcd) for 3D spatial
...
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled
1. Only support PCD files with PointXYZ format.
2. Not supported for Color or Intensity formats.
2025-07-28 16:48:13 +08:00
ema
68cb555bad
Unsupported .pmx incorrectly handled in advance
2025-07-28 16:19:30 +08:00
dependabot[bot]
d88c8ab8de
Bump Magick.NET-Q8-AnyCPU from 14.6.0 to 14.7.0
...
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled
---
updated-dependencies:
- dependency-name: Magick.NET-Q8-AnyCPU
dependency-version: 14.7.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-24 16:35:58 +08:00
copilot-swe-agent[bot]
a38b7a450a
Fix code alignment by adding space to align .Replace method calls
...
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled
Co-authored-by: emako <24737061+emako@users.noreply.github.com >
2025-07-23 23:57:13 +08:00
copilot-swe-agent[bot]
8ad5f39eab
Add missing using System.Linq to fix compile error
...
Co-authored-by: emako <24737061+emako@users.noreply.github.com >
2025-07-23 23:57:13 +08:00
copilot-swe-agent[bot]
83cfd2a3d8
Remove unnecessary Translations.config and simplify RTL detection code
...
Co-authored-by: emako <24737061+emako@users.noreply.github.com >
2025-07-23 23:57:13 +08:00
copilot-swe-agent[bot]
4840a87858
Add RTL support for markdown files
...
Co-authored-by: emako <24737061+emako@users.noreply.github.com >
2025-07-23 23:57:13 +08:00
VenusGirl❤
a4d118e11f
Update Korean ( #1710 )
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled
2025-07-23 15:07:39 +08:00