Skip to content

v0.40.1

Compare
Choose a tag to compare
@lessthanoptimal lessthanoptimal released this 26 Jan 15:53
· 444 commits to SNAPSHOT since this release
  • Build
    • Compiles using Java 17. bytecode is still Java 11
    • Updated to Gradle 7
  • Applications
    • Batch scanning of Micro QR Codes
  • QR Code and Micro QR Code
    • Much stricter and more accurate test that looks for UTF-8 strings in BYTE data
    • Config has defaultEncoding which is the encoding it uses if it decides BYTE isn't UTF-8
    • Added an example demonstrating how raw data can be used ExampleQrCodeRawData
    • Added JMH Benchmarks for regression testing
  • Concurrency
    • Added threaded KLT tracker