Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

0.1.1

Compare
Choose a tag to compare
@chrisvest chrisvest released this 27 May 19:19
· 43 commits to master since this release

Bug-fix release.

https://crates.io/crates/xv/0.1.1

  • Build instructions have been fleshed out for some platforms, including Windows.
  • The Cursive features for selecting the default backend are re-exported, so XV can be installed with any desired backend, like cargo install xv --no-default-features --features pancurses-backend for Windows.
  • A bug has been fixed where the Go To dialog could be used to place the viewport window beyond the end of the line width, producing a weirdly rotated view of the file. The Go To dialog now keeps the viewport window within the line width of the file.
  • The Go To dialog now highlights the byte that is at the exact target offset, assuming it's actually within the file. If the target is outside of the file, then no bytes are highlighted.
  • Reloading the window contents with r and R will now highlight all bytes that have changed as a result of the reload.