diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e57f222..ecb3bbf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## 0.2.12 (2024-07-31) + +**Added** + +- Multiple dialogs support +- Disabled state of menubar items +- Stroke attribute to line + +**Removed** + +- Resize handles of tree and properties panel +- Ruler lock button + +**Changed** + +- Enhance item tree arrow handling +- Enhance untitled document handling +- Enhance dialog a11y +- Enhance closing multiple unsaved documents +- Move status text to canvas +- Use setPointerCapture to maintain cursor styles + +**Fixed** + +- Brush pressure +- Window document title +- Parent element after boolean operation +- Element tree overflow +- Pointer leave on element tree + ## 0.2.11 (2024-06-19) **Removed** diff --git a/package-lock.json b/package-lock.json index 3f8b67e4..a6292401 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "repath-studio", - "version": "0.2.11", + "version": "0.2.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "repath-studio", - "version": "0.2.11", + "version": "0.2.12", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/package.json b/package.json index 56ce2463..af5bd591 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Konstantinos Kaloutas", "homepage": "https://repath.studio", "license": "AGPL-3.0", - "version": "0.2.11", + "version": "0.2.12", "scripts": { "upgrade": "npx npm-check-updates -u -x codemirror && npm install", "postinstall": "electron-builder install-app-deps",