ema
4eb4251db5
Temporary solution to read woff2
2024-12-30 04:21:24 +08:00
ema
ffecab95be
New built-in plugin FontViewer
2024-12-30 03:05:06 +08:00
ema
9f74be0e1c
Remove the native pdfium.dll for ARM64
2024-12-28 10:53:33 +08:00
ema
d5cf6e832f
Update MediaInfoDLL dependencies
2024-12-28 10:46:06 +08:00
ema
a8653c0f83
Update PDFium native libraries
...
This NuGet package includes the ARM64 libraries.
2024-12-28 09:43:29 +08:00
ema
482934ba22
Fix PDFViewer tanslations
2024-12-28 09:37:28 +08:00
ema
f50eb6448b
Decouple some plugins from QuickLook
2024-12-28 05:51:16 +08:00
ema
bdbac0b5e7
Update video plugin dependency packages
2024-12-28 03:54:59 +08:00
ema
4038cf2bb5
Fix MIDI player ShouldLoop not togglable
2024-12-28 02:03:18 +08:00
ema
e0d85733a9
Support .svgz image
2024-12-24 16:20:29 +08:00
ema
36807702e2
Double encoding detection #471 #600 #769 #954
2024-12-24 11:22:05 +08:00
ema
0b4cd29197
Fix MIDI player unable to seek with left click
2024-12-20 23:58:54 +08:00
ema
df00f41765
Safely disposing GIF-related memory resources
2024-12-20 22:48:30 +08:00
ema
5220b0b5d8
Rending GIF in background thread #993
2024-12-20 20:08:17 +08:00
ema
21de0643ff
Improve GIF efficiency #993
2024-12-20 19:28:23 +08:00
ema
51a7fe0c7b
Support .MID audio limited #931
2024-12-19 03:35:55 +08:00
ema
2999bd201e
Fix plugin installer description length
2024-12-17 22:11:56 +08:00
ema
374b85686d
Support .dds image
2024-12-16 14:51:28 +08:00
ema
ea89b32316
Update MailViewer dependencies
2024-12-16 11:15:39 +08:00
ema
d096e8bf76
Update NuGet packages
2024-12-16 10:50:55 +08:00
ema
822b22df47
Move ShlwApi method
2024-12-16 06:28:06 +08:00
ema
dc67ab0065
New built-in plugin PEViewer
2024-12-15 10:05:35 +08:00
ema
32a1d709a5
Support .icns image #1480
2024-12-15 05:42:35 +08:00
ema
cd35e05461
Fix multiple covers check method
2024-12-15 04:07:45 +08:00
ema
09bd9bc1f9
Audio player support lyric (.lrc) #1506
...
Use lyric parser from https://github.com/lemutec/LyricStudio
2024-12-15 04:00:05 +08:00
ema
31075e48e1
Fix error on audio with multiple covers
2024-12-15 02:42:32 +08:00
ema
4ab015eea8
Fix CSV viewer not support formats other than UTF8
...
This may have the disadvantage of slowing down the startup speed of large CSV files.
2024-12-13 22:12:14 +08:00
ema
a82a93d2d9
Auto resize PDF viewer window
2024-12-13 15:26:11 +08:00
ema
cb59a3d082
Support password-protected PDF #155 #765
...
QL will display a UI prompting for a password. Upon entering the correct password, the PDF file will be reopened.
2024-12-13 11:23:57 +08:00
ema
d09e9c48d8
Add a copy button to the image viewer #1399
2024-12-12 11:43:26 +08:00
ema
9f3014c20c
Code Cleanup
2024-12-12 11:12:20 +08:00
ema
b4ac9332fe
Support .qoi image #1432
2024-12-12 09:59:49 +08:00
ema
28ec7655f8
Code Cleanup
2024-12-12 01:21:18 +08:00
ema
619f16bf88
Use fluent UI for ArchiveFileListView
...
TreeView style is from WPF-UI
2024-12-08 04:40:02 +08:00
ema
54fed86f2e
Update the SharpCompress version and fix exception
...
Resolve the problem where the `get_IsEncrypted` method in older versions of SharpCompress would throw an error in certain scenarios.
2024-12-08 04:38:27 +08:00
ema
a3e0a58a3f
Update dependent libs for VideoViewer
2024-12-08 04:23:01 +08:00
ema
66d5c36cbc
Reduce duplicate dependencies on publish files
2024-12-07 06:09:14 +08:00
ema
77b5eb454e
Reduce duplicate dependencies on publish files
2024-12-07 04:58:07 +08:00
ema
4dff887ec1
Review and clean up codes
2024-12-07 00:51:46 +08:00
ema
50276003f8
Mark markdown web files as linguist-vendored
2024-12-06 17:54:31 +08:00
ema
fc150febcb
Support markdown file ext with .mdown #1349
2024-12-06 12:35:59 +08:00
ema
72d3c3187b
Support markdown viewer fallback folder #508
2024-12-06 12:31:51 +08:00
ema
06e796ac0b
Merge pull request #1490 from KamilDev/feature/improve-markdown-viewer
...
Improved MarkdownViewer
2024-12-06 10:02:20 +08:00
KamilDev
ec62cb4238
Add update mechanism to MarkdownViewer resources, move link opening behavior to WebpagePanel
2024-12-06 01:48:58 +11:00
KamilDev
cf7b6ad46f
Improved MarkdownViewer
...
#### Features
- Uses the latest [github-markdown.css](https://github.com/sindresorhus/github-markdown-css/blob/main/github-markdown.css ) file that contains styling support for both dark and light mode.
- Table of Contents has an improved design, and:
- The width can be resized.
- TOC headings are automatically highlighted to help track your position in the file.
- Improved fullscreen layout based on Github.com behavior.
- External links clicked will open in default browser instead of doing nothing.
- Uses [markdownItAnchor](https://github.com/valeriangalliat/markdown-it-anchor ) to allow heading anchor links in the file to work.
- Uses [highlight.js](https://github.com/highlightjs/highlight.js ) to provide syntax highlighting to codeblocks.
#### Changes
- Made changes to allow the `md2html.html` file to use relative file imports for better maintainability.
- MarkdownViewer can now easily be customized by users by modifying files in `<Quicklook data folder>/QuickLook.Plugin.MarkdownViewer/`
- Caching and `localStorage` is now supported thanks to these changes.
- Prevent default behavior of spacebar scrolling the page, while we use spacebar to dismiss the preview.
- Sets `WebView` `DefaultBackgroundColor` to prevent white flash in dark mode. After the page has loaded, sets `DefaultBackgroundColor` back to white to have the expected default behavior on HTML pages that don't specify any background color.
#### Clean up
- Removed the need for `jQuery`.
- Removed old polyfill code.
2024-12-04 22:16:21 +11:00
ema
a5c3d5b143
Restore AssemblyInfo
2024-12-04 16:53:51 +08:00
ema
e8327e50c4
Fix preview HEIC #1470
2024-12-04 00:20:04 +08:00
ema
507b157a40
Convert to .NET SDK type csproj
2024-11-30 17:00:22 +08:00
BackThePortal
e2f1fddb09
Add .ino extension to C++ syntax highlighting ( #1415 )
2024-04-11 12:25:55 +02:00
Anton Trofymenko
96cbc31979
Ukrainian Word-for-word machine translation has been replaced with semantic translation. ( #1392 )
2024-02-13 12:51:53 +01:00