Skip to content

Commit

Permalink
Update README.md and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Bellanger committed Nov 17, 2023
1 parent fbd0b42 commit 47e5b52
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## `0.6.0` (2023-11-17) [CURRENT]

### Added
- Add Aztec 2D code

## `0.5.0` (2023-11-15) [CURRENT]
### Changed
- [Breaking] Change barcodes and 2D codes option signature

### Fixed
- Fix `lib.rs` documentation

## `0.5.0` (2023-11-15)

### Added
- Add 2 new methods `custom` and `custom_with_page_code` to `Printer`
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ cargo add escpos -F full

## Features list

| Name | Description | Default |
|------------|--------------------------------------------------------------------|:-------:|
| `barcodes` | Print barcodes (UPC-A, UPC-E, EAN8, EAN13, CODE39, ITF or CODABAR) ||
| `codes_2d` | Print 2D codes (QR Code, PDF417, GS1 DataBar, DataMatrix, etc.) ||
| `graphics` | Print raster images ||
| `full` | Enable all features ||
| Name | Description | Default |
|------------|------------------------------------------------------------------------|:-------:|
| `barcodes` | Print barcodes (UPC-A, UPC-E, EAN8, EAN13, CODE39, ITF or CODABAR) ||
| `codes_2d` | Print 2D codes (QR Code, PDF417, GS1 DataBar, DataMatrix, Aztec, etc.) ||
| `graphics` | Print raster images ||
| `full` | Enable all features ||

## Examples

Expand Down

0 comments on commit 47e5b52

Please sign in to comment.