File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 3535 # webkitgtk 4.0 is for Tauri v1 - webkitgtk 4.1 is for Tauri v2.
3636 # You can remove the one that doesn't apply to your app to speed up the workflow a bit.
3737
38- - name : Install package manager (from package.json)
39- run : |
40- corepack enable
41- corepack install
42-
4338 - name : setup node
4439 uses : actions/setup-node@v4
4540 with :
Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5- ## [ devtoolsx-v2.10.0] - 2024-07-12
5+ ## [ devtoolsx-v2.10.0] - 2024-07-13
66
77### 🚀 Features
88
@@ -23,6 +23,9 @@ All notable changes to this project will be documented in this file.
2323- Svg preview
2424- QR code reader
2525- Compress binaries with upx
26+ - Color palette generator
27+ - Hmac generator
28+ - Image cropper
2629
2730### 🐛 Bug Fixes
2831
@@ -56,6 +59,7 @@ All notable changes to this project will be documented in this file.
5659- * (doc)* Add download instructions
5760- * (ui)* Shortcut styling
5861- Rename file
62+ - * (doc)* Changelog
5963
6064### Deps
6165
Original file line number Diff line number Diff line change 117117 "typescript" : " ^5.4.3" ,
118118 "vite" : " ^5.2.7"
119119 }
120- }
120+ }
You can’t perform that action at this time.
0 commit comments