Releases: taf2/mdvi
Releases · taf2/mdvi
v0.6.6
v0.6.5
Full Changelog: v0.6.4...v0.6.5
v0.6.4
Full Changelog: v0.6.3...v0.6.4
v0.6.3
v0.6.2
Changed
- Moved local image dimension probing off the UI thread during load/reload by sending probe jobs to the background image worker.
- Removed per-frame document line cloning before paragraph rendering by transferring ownership of display lines into Text.
- Kept scrolling/input responsive while images load by throttling image-load result processing per UI tick.
- Moved image resize/encode work off the UI thread into a dedicated background resize worker so rendering large images no longer blocks navigation.
v0.6.1
v0.6.0
v0.1.0
mdvi v0.1.0
Added
- Vim-style full-page navigation with
Ctrl-f(down) andCtrl-b(up). - Visual highlighting for search matches, with stronger emphasis on the active match.
Changed
- Renamed the CLI and package from
mdviewtomdvi. - Updated in-app title/help text and README command examples to use
mdvi. - Search matches are rebuilt after file reload so navigation and highlights stay accurate.