Skip to content

Commit

Permalink
v3.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPrimate committed Jun 11, 2022
1 parent 4d90a2c commit 7d2624b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# [3.8.3]

* Masking now attempts to use rays and Bresenhams line algorithm to improve mask detection, you can switch back to the old algorithm in the settings if it doesn't work out for you.
* Each layer can now have an Opacity/Alpha applied to it.
* Mask Browser did not always handle S3 URLS correctly.

# [3.8.2]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tokenizer",
"version": "3.8.2",
"version": "3.8.3",
"license": "MIT",
"scripts": {
"lint": "npx eslint src/",
Expand Down

0 comments on commit 7d2624b

Please sign in to comment.