# Changelog ## [1.0.0] - 2024-10-05 ### Changed - Repo name to eqr - Pushed to crates.io ## [0.3.2] - 2024-09-05 ### Changed - Static (musl) binary ## [0.3.1] - 2024-09-02 ### Added - Release binary ## [0.3.0] - 2024-09-02 ### Added - Short flag `-L` for `--error-correction-level` - Atrributes width/height on svg element for scale ## Changed - Repo at github.com/pepa65/qr - Allow scale for svg - Fix border on raster images - Fix help on fg/bg - No inverted colors on terminal - No `#` to specify hex colors ### Removed - xml/DOCTYPE headers from svg - Tabs from svg - Attribute stroke from svg - `jpeg` file format from `-o`/`--output` ## [0.2.0] - 2022-07-18 ### Added - Feature to read string to encode from standard input, which allows to pipe commands to `qr-rs` (closing issue #1). - `border` CLI option to specify border size. - `error-correction-level` CLI option to specify QR *error-correction-level* as one of the following values: - **low**; - **medium**; - **quartile**; - **high**. ## [0.1.0] - 2022-07-15 Initial release.