Skip to content

Commit

Permalink
v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPrimate committed Apr 17, 2023
1 parent 35fcd7a commit 8147bc5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
# Changelog

# [4.0.2]

- Mask editor: improve performance of editing large images.
- Make brush size change feel more fluid.
- Right click remove mask in editor did not work if you did not move the mouse.
- Clicking on the add layer icon would close Tokenizer. #126

# [4.0.1]

- Mask editor - masks can now be edited, note once edited the masks cannot be moved and will remain static if the image on the layer is moved.
- Select which masks you would like applied to each layer to create fun effects like stepping out of a frame! See https://github.com/MrPrimate/tokenizer/blob/master/docs/multi-layers.webm
- Blend modes can be selected for intial layer draw and for mask drawing.
- Some UI improvements suggested by @Mats (Allistaar)#9836

# [3.11.1]

- In some circumstances when layers were removed
- Colour layers would not change

# [3.11.0]

- Download image, as requested as part of #113
- Tighten up permissions to prevent Tokenizer launching if user lacks required permissions #114
- Huge performance of dragging/resizing mask layers.
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": "4.0.1",
"version": "4.0.2",
"license": "MIT",
"scripts": {
"lint": "npx eslint src/",
Expand Down

0 comments on commit 8147bc5

Please sign in to comment.