Skip to content

Commit

Permalink
Update CHANGELOG and README
Browse files Browse the repository at this point in the history
  • Loading branch information
Argmaster committed Jan 11, 2024
1 parent 6556538 commit c9b6fbd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and
this project adheres to [Calendar Versioning](https://calver.org/).

## Release 2.2.0

- Added new implementation of Gerber AST parser, Parser2, with wider support for Gerber
constructs and hook based interface for Gerber code introspection. (#108)

## Release 2.1.1

- Fixed incorrect bounding box prediction for displaced drawings (#105).
- Added 3.12 as supported in package tags.
- Fixed documentation links in `README.md` and `pyproject.toml`.

## Release 2.1.0

- Fixed #37
Expand All @@ -23,6 +34,12 @@ this project adheres to [Calendar Versioning](https://calver.org/).
- Refactored tokenizer implementation, as a result #67 was fixed and #64 is no longer an
issue in some cases.

## Release 2.0.2

- Fixed incorrect bounding box prediction for displaced drawings (#105).
- Added 3.12 as supported in package tags.
- Fixed documentation links in `README.md` and `pyproject.toml`.

## Release 2.0.1

- Fixed names of Gerber specification files (`.pdf.pdf` extension replaced with `.pdf`)
Expand Down
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ with support for most of deprecated features along with support for modern ones.
- [x] Tokenizer
- [x] Parser
- [ ] Optimizer
- [x] [Introspection API](https://argmaster.github.io/pygerber/latest/gerber/introspection/0_usage.html)
- [x] Rasterized 2D rendering engine (With
[Pillow](https://github.com/python-pillow/Pillow))
- [ ] Vector 2D rendering engine (With [drawsvg](https://github.com/cduck/drawsvg))
Expand Down Expand Up @@ -241,16 +242,6 @@ and
[Parser2](https://argmaster.github.io/pygerber/2.1.1/gerber/feature_support/parser2.html)
for detailed list of features which are supported/not supported.

Supported **DEPRECATED** Gerber features:

- [ ] Image polarity
- [ ] Image rotation
- [ ] Image mirroring

**IMPORTANT** This feature list is incomplete, it will get longer over time ...

---

## Syntax feature requests

All deprecated features (Mainly those from X2 format) are considered optional and
Expand Down

0 comments on commit c9b6fbd

Please sign in to comment.