Releases: houqp/kiorg
Releases · houqp/kiorg
v1.5.1
v1.5.0
What's Changed
- cache preview content by @houqp in #109
- reduce memory consumption by @houqp in #111
- update help window by @houqp in #112
- Optimize ebook preview by @DevinSterling in #113
- switch eframe backend to wgpu by @houqp in #114
- optimize cache store by @houqp in #115
New Contributors
- @DevinSterling made their first contribution in #113
Full Changelog: v1.4.5...v1.5.0
v1.4.5
v1.4.4
v1.4.3
What's Changed
- fix stale gif rendering cache by @houqp in #98
- add custom config dir override by @houqp in #99
- feat: video thumbnail preview by @he-patrick in #22
- make clippy --workspace work by @houqp in #100
- optimize video thumbnail extraction by @houqp in #101
New Contributors
- @he-patrick made their first contribution in #22
Full Changelog: v1.4.2...v1.4.3
v1.4.2
v1.4.1
What's Changed
- use filename as title for untitled epub/pdf by @houqp in #87
- plugin parallel load by @houqp in #89
- disable ctrl+shift+v shortcut on windows by @houqp in #91
- support popup preview from plugin by @houqp in #93
Full Changelog: v1.4.0...v1.4.1
Summary of the main changes since v0.1.1
More preview features and a new plugin system
- PDF: full native rendering via pdfium
- EPUB: cover page and metadata display via rbook
- Syntax Highlighting: Full code preview with syntax highlighting for a wide range of programming languages.
- Plugin System: A new language-agnostic plugin system.
- HEIF/HEIC: add HEIF image preview support as a plugin.
- Interactive preview: adding panning and zooming to image preview popup.
Enhanced Navigation & UX
- Fuzzy "Teleport": A built-in directory switcher that lets you jump to frequent paths instantly based on your navigation history, zoxide style.
- Undo/Redo: You can now undo and redo particular file operations just like how you would undo/redo edits in Vim!
- Open With (Fuzzy Search): Quickly select which application to open a file with using a fuzzy search interface.
- More customization: User can now define custom key bindings with key sequence of arbitrary length.
- Drag & Drop: Support for dropping external files into Kiorg and dragging entries directly into folders.
- Volumes/Drives: Added volume viewer on Mac and Drives viewer on Windows.
Maintenance & Distribution
- OTA Updates: Built-in "Over-The-Air" updates to get access to the latest release with one click.
- Added binary release for Linux ARM64 architecture.