Shane Krueger
Shane Krueger
I fixed the CI scripts in #592 btw
> Should that change be separated into a own PR to fix CI? Honestly yes…
@gfoidl if you merge in master, tests should run properly now
We can reopen this if and when planning/coordination becomes a concern.
Please re-open this issue if the problem persists.
QR code spec definitely allows for mixed-mode encoding, but there is no easy implementation available within QRCoder to do this currently.
QRCoder will, for the present, maintain a monorepo for ease of development. This ensures all components on the same version are tested together, and that changes to the core library...
Components part of the same repository will be released together with the same version number. Separate repositories will have their own version number. See here for repo strategy: - #541
See here for branch configuration: - #545 Development of v1.x may/will continue up until v2 is released. Further v1 development, such as backporting bug fixes, are done on an as-requested...
Branches will be as follows: - `master` contains current major version progress (e.g. v1.x) - `develop` contains next major version progress (e.g. v2.x) When v2 is released, `develop` becomes `master`...