Releases: mestiez/zview
Releases · mestiez/zview
Release list
v0.13.0
Rewrote the whole thing in Rust from C# because the binary was too big and images took too long to load.
One drawback now is that clipboard support is slightly fucked but it'll be okay. It's mostly caused by the fact that I'm using a cross-platform clipboard crate, despite this being an X11-only project.
Also the icon has disappeared but I'll fix that soon enough.
v0.12.0
Full Changelog: 0.10.0...0.12.0
- Clipboard copy support
- More information shown in the info screen
- Automatically fit images when the window is too small on startup
- Switched to different SDL3 bindings
- Fixed auto-sizing issues
- Faster image loading
- Removed STB dependency