Skip to content

Releases: foresterre/miniview

v0.5.1

20 May 00:29
Compare
Choose a tag to compare

changelog:

  • Updated dependencies, in particular pixels

v0.5.0

03 Feb 18:16
Compare
Choose a tag to compare

Notable changes:

  • Added pixels (based on wgpu) backend
  • Changed default backend to pixels because of various issues with piston-window backend

Note: pixels backend not supported on MacOS

v0.4.1

15 Jun 16:05
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release
  • upgrade piston_window dependency

v0.4.0

15 Jun 15:26
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
  • Refactor to allow library usage
    • As a result, the created window longer blocks the main thread but operates from a child thread instead (thanks to @kgrzywocz for suggestions and feedback!)

v0.3.0

05 Jun 22:56
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • Added --allow-window-resize flag

v0.2.0

05 Jun 22:56
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Added --fullscreen flag

miniview-0.1.0

21 May 00:35
Compare
Choose a tag to compare
miniview-0.1.0 Pre-release
Pre-release
  • Added support for miniview --from-path <PATH_TO_IMAGE>
  • Added support for miniview --from-stdin-path
  • Added support for miniview --from-stdin-bytes

Miniview uses piston_window to create a window and display content, the image crate to support all kinds of image formats and clap to handle cli options and flags. Thanks (also to all other dependencies)!