Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
remcoder committed Nov 21, 2023
1 parent f85e6df commit 0a3c8f3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## next

## 2.11 🏺 Vase Mode 🏺
- new option: `minLayerTreshold`
If the difference in Z exceeds the threshold a new layer is allocated.
If not specified, the default value is 0. (0 meaning a new layer is allocated for each and every increase in Z, however tiny.)

Setting a non-zero value helps to reduce the number of layers that are allocated in memory, which would otherwise cause lagging or even a lock up for spiral vases and such.

Thanks to @raulodev for the initial fix.

## 2.10 🎃 Halloween release 🎃

This release is all about colors!
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"version:patch": "npm version patch",
"version:minor": "npm version minor",
"xpostversion": "npm publish && npm run deploy",
"predeploy": "npm run build",
"deploy": "firebase deploy --only hosting"
},
"dependencies": {
Expand Down

0 comments on commit 0a3c8f3

Please sign in to comment.