nayuki / QR-Code-generator

High-quality QR Code generator library in Java, TypeScript/JavaScript, Python, Rust, C++, C.

Home Page:https://www.nayuki.io/page/qr-code-generator-library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any plans to make new release? 🤔

kloczek opened this issue · comments

Loks like in the repo already os accumulated +100 commits.
IMO it would be good to flush all thse changes and make new release 😃

Oh hey, you're back from #83 .

In general, I do not have showstopper bugs on master. Using "nightly" versions of my code is acceptable.

The last release of v1.7.0 was on 2021-08-08, about half a year ago. Reviewing my pile of commits from then till now, I see these themes:

  • Added a brand-new implementation - Rust, no heap! It is based on the logic of the C port, which is also no-heap.
  • Imported an existing implementation (Java, fast) into this project, giving it much more visibility.
  • Added defensive checks and assertions.
  • Added/edited/improved documentation.
  • Added/improved type annotations and parameter types.
  • Simplified bits and pieces of code logic.
  • Renamed internal functions.
  • Harmonized code logic and comments across language ports.
  • Harmonized documentation comments across language ports.

There are some other changes I want to make, but maybe I should just cut a release now and worry about that stuff later.

The last release of v1.7.0 was on 2021-08-08, about half a year ago. Reviewing my pile of commits from then till now

Sometimes it is really healty to make new release to not accumuulate to much fo next release 😄

Just tested and new version builds correcrly.
Thank you.😃