1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-01 04:20:27 +02:00
This commit is contained in:
Justin Lin
2020-03-13 09:58:00 +08:00
parent 711489a650
commit 96b686e7d8
2 changed files with 9 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
# dotSCAD 2.2
# dotSCAD 2.2.1
> **Reduce the burden of 3D modeling in mathematics.**

View File

@@ -1,5 +1,13 @@
> Version numbers are based on [Semantic Versioning](https://semver.org/).
# v2.2.1
Bugfixes:
- `util/sort`: z not sorted.
Improvements:
- Faster when the `style` of `function_grapher` is `"LINES"` or `"HULL_LINES"`.
- Dedup pixels of `pixel/px_polyline`, `pixel/px_circle`, `pixel/px_cylinder`, `pixel/px_sphere`, `pixel/px_polygon`.
# v2.2
- Bugfixes
- `util/sort`: fix "search term not found" warning when `by` is `"idx"`.