Skip to content

Releases: mestiez/zview

v0.13.0

Choose a tag to compare

@mestiez mestiez released this 26 Jun 11:49
9194ba9

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

Choose a tag to compare

@mestiez mestiez released this 16 Jun 16:33

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

v.0.10.0

Choose a tag to compare

@mestiez mestiez released this 19 Jan 23:56

Full Changelog: 0.9.0...0.10.0

v0.9.0

Choose a tag to compare

@mestiez mestiez released this 18 Jan 20:58

Full Changelog: 0.7.0...0.9.0

v0.7.0

Choose a tag to compare

@mestiez mestiez released this 16 Jan 09:23

Full Changelog: 0.6.0...0.7.0

v0.6.0

Choose a tag to compare

@mestiez mestiez released this 14 Jan 20:33

Added animated image support

v0.5.0

Choose a tag to compare

@mestiez mestiez released this 14 Jan 19:19

Initial release