Skip to content

Releases: Lenivaya/qrrs

v0.1.10

15 Aug 20:41
Compare
Choose a tag to compare
  • support of svg's (#226, #228)
  • little updates

v0.1.9

16 Nov 00:03
Compare
Choose a tag to compare
update version

v0.1.8

02 Jan 17:10
Compare
Choose a tag to compare
  • rqrr updated from 0.3.2 to 0.4.0
  • clap.rs updated to latest released 3.0.0 version

v0.1.7

06 Jul 08:33
Compare
Choose a tag to compare

Changes

CLI arguments

Now it's possible to use just

$ qrrs "Input"

instead of

$ qrrs -t "Input"

v0.1.6

11 Apr 20:55
Compare
Choose a tag to compare
Release 0.1.6

v0.1.5

04 Apr 16:12
Compare
Choose a tag to compare

Changes

Add integration tests

Bump clap-rs version to latest beta

Rewrite error handling

QRrs version 0.1.4

02 Apr 14:54
Compare
Choose a tag to compare

Changes

Concurrency

When using advanced commands like that

$ qrrs --read --terminal /tmp/qr.png /tmp/qr1.png

qrrs now separates reading and printing between main and auxiliary thread