Skip to content

Commit

Permalink
[docs] update readme Pt. 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mc-Zen committed May 20, 2024
1 parent 8a8e08d commit 5a121c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,13 @@ This package uses [typst-test](https://github.com/tingerrr/typst-test/) for runn
- `help()` command for quickly displaying the documentation of a given function, e.g., `help("gate")`. Powered by [tidy][tidy].
- Improvements:
- Complete rework of circuit layout implementation
- allows transparent gates since wires are not drawn through gates anymore.
- allows transparent gates since wires are not drawn through gates anymore. The default fill is now `auto` and using `none` sets the background to transparent.
- `midstick` is now transparent by default.
- `setwire()` can now be used to override only partial wire settings, such as wire color `setwire(1, stroke: blue)`, width `setwire(1, stroke: 1pt)` or wire distance, all separately. Before, some settings were reset.
- Fixes:
- Fixed `lstick`/`rstick` when equation numbering is turned on.
- Removed:
- The already deprecated `scale-factor` (use `scale` instead)

### v0.2.1
- Improvements:
Expand Down

0 comments on commit 5a121c1

Please sign in to comment.