Skip to content

Commit e0df982

Browse files
authored
Merge pull request #82 from fosslife/master
2 parents 79bf016 + a55303a commit e0df982

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ jobs:
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:

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@
117117
"typescript": "^5.4.3",
118118
"vite": "^5.2.7"
119119
}
120-
}
120+
}

0 commit comments

Comments
 (0)