Releases: QL-Win/QuickLook
Releases · QL-Win/QuickLook
latest
Update GitHub Actions dependencies in msbuild workflow
4.3.0
What's Changed
- Add Svelte syntax highlighting support
- Add ShowInTaskbar setting to display window in taskbar #1789
- Add option to disable automatic update check at startup #1801
- Update PowerShell syntax colors in dark theme
- Improve TextViewerPanel UI and usability
- Fix DOpus crash when QuickLook runs with different privilege level #1781
- Fix volume control exceeding limits during mouse wheel scroll #1813
- Fix error in RTF file originating from version 4.2.1 #1826
Full Changelog: 4.2.2...4.3.0
4.2.2
4.2.1
4.2.0
What's Changed
- Add built-in MediaInfoViewer plugin and support it in more menu
- Add 'Copy as path' option to more menu
- Add cross-plugin 'Reopen as' menu for SVG and HTML #1690
- Support Point Cloud Data (.pcd) for 3D spatial (Only PCD files with the PointXYZ format are supported, while Color and Intensity formats are not.)
- Support Mermaid diagram rendering in MarkdownViewer #1730
- Support .pdn in ThumbnailViewer #1708
- Improve CLI performance #1706 #1731
- Set default background to transparent for SVG panel
- Improve UI/UX of font loading
- Add diff file syntax highlighting
- Add Swedish translation #1755
- Add .slnx extension to XML syntax highlighting
- Add support for Telegram Sticker (.tgs) files #1762
- Add .snupkg and .asar support to archive viewer
- Add .krc file support to TextViewer
- Add UseNativeProvider option #1726
- Fix image .jxr error reading from UseColorProfile
- Fix issue where font file stays locked #77
- Fix font file unicode name is not supported
- Fix extracting cover art will not cause the title to be lost #1759
- Fix HelixViewer default height being too large
- Fix long path handling issue in HtmlViewer #1643
- Update Batch syntax highlighting colors
- Refactor tray icon to use TrayIconHost
- Refactor to make exe-installer no forked relaunching
- Remove unimportant UnobservedTaskException #1691
- Remove configuration
ModernMessageBox
New Contributors
- @VenusGirl made their first contribution in #1710
- @Copilot made their first contribution in #1713
- @dependabot[bot] made their first contribution in #1714
- @samueljoh made their first contribution in #1755
Full Changelog: 4.1.1...4.2.0
4.1.1
What's Changed
- Add built-in ThumbnailViewer plugin #1662
- Add built-in HelixViewer for 3d models #1662
- Add FBX model support using AssimpNet #1479
- Add
SVGAandLottie Filesanimation preview support - Add MathJax inline math support to Markdown #1640
- Add
SubRip Subtitle (.srt) files,Protobuf,NSIS,.gitmodules,.dotsettings,.gitignore,.gitattributes,Markdown,reStructuredText,simple QML syntax,.env,Configuration (.conf;.config;.cfg)highlighting #1002 - Add dark mode highlighting for
PowerShell,Registry,C,C++,Java,Rust,SQL,Ruby,R,PHP,Pascal,Objective-C,Lisp,Kotlin,Erlang,Dart,Swift,VisualSolution,CMake - Add
MakefileDetector,CMakeListsDetector for CMakeLists.txt,DockerfileDetector,HostsDetector for hostsfor text viewer - Improve QuickLook initialization speed
- Optimize JSONDetector with Span
- Set RichTextBox background to transparent
- Revert Add Sandbox detection from 4.1.0 which will call crash
https://github.com/QL-Win/QuickLook/blob/master/CHANGELOG.md
Full Changelog: 4.1.0...4.1.1
4.1.0
What's Changed
- Update existing and add missing German translation by @King3R in #1663
- Add Reload + Customizatio by @JSuttHoops in #1666
- Full changed: https://github.com/QL-Win/QuickLook/blob/master/CHANGELOG.md
New Contributors
- @King3R made their first contribution in #1663
- @JSuttHoops made their first contribution in #1666
Full Changelog: 4.0.2...4.1.0
4.0.2
[Major Change]
- Support .pcx image #1638
- Improve PE parsing with extended buffer size
- Fix flickering #1628
- Fix DpiAwareness for PerMonitor #1626
[Small Change]
- Hide PEViewer Title just like InfoPanel
- Avoid audio cover null exception in xaml
Full Changelog: 4.0.1...4.0.2
Differences Between Distributions: What's the differences between distributions
If you don’t understand or don’t want to know more, please just use the
.msiinstaller.
4.0.1
What's Changed
- Update pt-BR string in Translations.config by @JNylson in #1604 and #1607
- Support more Markdown file extensions #1562, #1601
- Support CLI options #1620
- Delay initialization of MarkdownViewer
- Make .exe installer use MSI path by default #1596
- Fix style issues in the Search Panel #1592
- Fix volume control not working #1578
- Fix exception when checking for updates #1577
New Contributors
Full Changelog: 4.0.0...4.0.1
https://github.com/QL-Win/QuickLook/wiki/Changelog
Differences Between Distributions: wiki/Differences-Between-Distributions
4.0.0
What's Changed
- Handle multi-layer gimp xcf files. by @mooflu in #1224
- Upgrade Magick.NET to latest by @mooflu in #1230
- Fix gimp xcf file extension check by @mooflu in #1229
- Change AllowDarkTheme handling by @mooflu in #1238
- Update for commic archive file types. by @MonOcean in #1276
- Greek translation by @NickMihal in #1256
- Ukrainian translation fixes + addition by @Joonel in #1244
- hebrew translation by @1kamma in #1241
- Add translation possibility for missing buttons by @rabelux in #1116
- added missing translations for russian by @PhysShell in #1285
- Polish translation fixes by @Piteriuz in #1328
- Ukrainian translation additions by @r37r0m0d3l in #1392
- Add .ino extension to C++ syntax highlighting by @BackThePortal in #1415
- add scoop installation route by @Clausinho in #1397
- Fix for Everything v1.5(a). Also supports v1.4 side by side. by @shanto in #1469
- Improved MarkdownViewer by @KamilDev in #1490
- Adds "Open Data Folder" option and dark mode support to tray menu. by @KamilDev in #1491
- Multi Commander support by @Dreamoochy in #1398
- Implement modern message box by @KamilDev in #1494
- Github action workflow to run a build for the latest version by @mooflu in #1337
- Implement Windows block detection and automatic fix by @KamilDev in #1495
- Fix ArchiveViewer by @KamilDev in #1497
- Fix the issue where certain remote desktop software may generate drivers with unknown device types, causing null values in the values obtained by GetGPUNames, which leads to program crash during startup by @josStorer in #1532
New Contributors
- @MonOcean made their first contribution in #1276
- @NickMihal made their first contribution in #1256
- @Joonel made their first contribution in #1244
- @1kamma made their first contribution in #1241
- @PhysShell made their first contribution in #1285
- @BackThePortal made their first contribution in #1415
- @Clausinho made their first contribution in #1397
- @shanto made their first contribution in #1469
- @KamilDev made their first contribution in #1490
- @Dreamoochy made their first contribution in #1398
- @josStorer made their first contribution in #1532
Full Changelog: 3.7.3...4.0.0
https://github.com/QL-Win/QuickLook/wiki/Changelog
Differences Between Distributions: wiki/Differences-Between-Distributions