Skip to content

Releases: g0dkar/qrcode-kotlin

4.0.4: Many fixes, handle it!

10 Nov 03:38
Compare
Choose a tag to compare

A great number of fixes were implemented on this version. Most notably:

  • Android now should have its rendering fixed
  • The Android Example was added back
  • Better, more sensible defaults were implemented when using the compatible API

4.0.2: A New Hope

06 Nov 04:05
Compare
Choose a tag to compare

Heya everyone!

This release is a huge one! The highlights for this one:

  • Many optimizations on the drawing process, rendering should be smoother now :)
  • iOS and tvOS support (finally!)
  • A lot of work has been done in making creating QRCodes easier and with better looking QRCodes
  • Release on NPM: https://www.npmjs.com/package/qrcode-kotlin

3.3.0

02 Jan 19:35
651be63
Compare
Choose a tag to compare

JavaScript is here!

After some time, and a lot of work and a number of personal, life stuff...

  • All standalone release files will be available here and on the /release folder on the project :)
  • JavaScript is here!
  • Native is on the way!
  • CHANGELOG.md is now created and I'll keep it up-to-day with notable changes between releases
  • I'll create these releases again
  • Tags should be up-to-date with past releases

v3.0.0

21 Mar 22:54
Compare
Choose a tag to compare

Version 3.0.0!

Highlights:

  • Now this is a Kotlin Multiplatform Library (thanks @Doomsdayrs)
  • Actual Android Support is finally here!
  • No other big changes are expected apart from these :)

v2.0.1

22 Feb 20:33
Compare
Choose a tag to compare

Fixes a typing bug when data was over a certain size.

Updated docs of the QRCode class 😅

v2.0.0

02 Feb 20:04
9d2d8ed
Compare
Choose a tag to compare

New Version!

A complete overhaul of the whole Rendering part in order to make it more extensible and thus compatible with other drawing libraries other than Java AWT.

That should fix #2 by allowing users to extend QRCodeCanvas and implement their own implementation of how to draw QRCodes. Please, either look at the new examples or BufferedImageCanvas to see how to build your own.

As of the time of writing, I'm working on a qrcode-kotlin-android project which is just an Android Library that has this one as a dependency and implements a QRCodeCanvas using Android's Bitmap class :)

v1.2.1

30 Nov 12:53
Compare
Choose a tag to compare

Fixed a number of issues with generating non-alpha numerical QRCodes (such as numbers-only) and added the option to manually specify the data type you want to encode into the QRCode :)

1.1.0

01 Nov 10:51
Compare
Choose a tag to compare

Worked out some issues with the Java Interoperability and got rid of the need of having to import the Kotlin Standard Library along with QRCode-Kotlin! Now you need only and only this library to have your QRCodes :)