0.10.0
Features
Message on copy
A message is now shown to confirm when a selection is copied and what the dimensions of copied image are. This makes it more obvious what the dimensions are and also helps confirm that the copy action actually did occur, in case there was some keybinding issue with VS Code.
Engineering
A lot of effort when into building out an integration test suite using @playwright/test
over the past 2 months which has fixed many minor issues and will boost reliability and prevent future regressions.
Bug Fixes
- Fix notification wrongly showing up during save on github.dev (#96).
- Fixed several race conditions when performing actions quickly after loading an image or using a new tool.
- Fix an issue where the red channel would be cleared when drawing some non-smooth shapes.
- Prevent unchecking shape type and text alignment options.
- Line tool
- Prevent a brush size of 0 when resizing using the size handle.
- Don't show angle preview when holding shift and moving a line since it cannot be changed.
- Update angle in status bar immediately when dragging one of the points.