Skip to content

Releases: schlorp/QR2

Release 1.1 The Color Update!

Choose a tag to compare

@schlorp schlorp released this 12 Jun 11:04
53fa2ef

A few features have been added to the QR program!

You can now edit the color of the generated QR Code:
QRAppRelease2Color

Also you can now choose the error correction level of the generated QR code:
QRAppRelease2ECL

Changelog:
FIXED:

  • Fixed memory leaks due to endlessly creating images and not unloading those from memory
  • Fixed program crash due to user cancelling the image path selection

CHANGED:

  • Changed the text input box to fully custom class

ADDED:

  • Added custom color support
  • Added error correction level selection
  • Added support for pressing enter for initiating the qr code generation

Release 1.0

Choose a tag to compare

@schlorp schlorp released this 11 Jun 11:01

First release of the QR code app!
QRappRelease1

This initial release has a few features:

  • Custom draggable windows
QRappRelease1Draggable
  • QR code generation based on given text or URL
QRappRelease1Generate
  • Saving of the generated QR code to Image file
QRappRelease1Saving

This 1.0 is a first and really bare bones version of the QR code app. Next version there will be a lot of customization options added.