Skip to content

Releases: fukuchi/libqrencode

libqrencode 4.1.1 has been released

28 Sep 06:49
Compare
Choose a tag to compare
  • Some minor bugs in Micro QR Code generation have been fixed.
    • The data capacity calculations are now correct. These bugs probably did not affect the Micro QR Code generation.

libqrencode 4.1.0 has been released

29 Aug 09:51
Compare
Choose a tag to compare
  • Command line tool "qrencode" has been improved:
    • New option "--inline" has been added. (Thanks to @jp-bennett)
    • New option "--strict-version" has been added.
    • UTF8 mode now supports ANSI256 color. (Thanks to András Veres-Szentkirályi)
  • Micro QR Code no longer requires to specify the version number.
  • 'make check' allows to run the test programs. (Thanks to Jan Tojnar)
  • Some compile time warnings have been fixed.
  • Various CMake support improvements. (Thanks to @mgorny and @sdf5)
  • Some minor bug fixes. (Thanks to Lonnie Abelbeck and Frédéric Wang)
  • Some documentation/manpage improvements. (Thanks to Dan Jacobson)
  • Some performance improvements. (Thanks to @4061N and Mika Lindqvist)

Release Note:
The internal representation of the output code has been slightly changed - the second bit from LSB side now represents; 1:ECC bit / 0:data bit. This change is only for debug purposes and does not affect user applications.

Version 4.0.0 has been released.

21 Sep 06:13
Compare
Choose a tag to compare
  • Memory efficiency has been improved.

  • QRcode_clearCache() has been deprecated.

  • Error correction code generating functions have been improved.

  • Command line tool "qrencode" has been improved:

    • XPM support. (Thanks to Tobias Klauser)
    • PNG32 (direct color mode) support. (Thanks to Greg Hart)
    • EPS output now supports foreground and background color.
    • New options "-r" and "--svg-path" have been added. (Thanks to Robert Petersen and @Oblomov)
  • CMake support has been added. (optional) (Thanks to @misery)

  • Various bug fixes.

  • Various performance improvements.

Release Note

While the API has not been changed since the previous major release, we incremented the major version number of libqrencode to 4 because the implementation of the library has been largely changed.

This release improves the performance and memory footprints of code generation.

Now you can build libqrencode with CMake.

If you build the test programs, please note that the required SDL version has been changed from 1.2 to 2.0.

v4.0.0-rc3

11 Sep 07:47
Compare
Choose a tag to compare
v4.0.0-rc3 Pre-release
Pre-release

If no problems are found, we'll release the official release of version 4.0.0 with minor documents modification.