sz3 / libcimbar

Optimized implementation for color-icon-matrix barcodes
https://cimbar.org
Mozilla Public License 2.0
4.24k stars 307 forks source link

Switch encoder default back to 4C for now #93

Closed sz3 closed 9 months ago

sz3 commented 9 months ago

Follow up to #91 and #92, which introduce a new cimbar configuration ("mode B") and make it the default.

While it will become the default, the migration to the new mode should be easier if we do it in steps. Old apps are still expecting the old mode, after all. So, for 0.6.0 we'll keep the old 4-color config ("mode 4C") as the default for cimbar_js and cimbar_send (the encoder pieces).