Skip to content

Commit 415a4a6

Browse files
committed
release v0.2.2
Signed-off-by: CFC4N <[email protected]>
1 parent d818c4a commit 415a4a6

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
1+
# v0.2.2 (2025-11-23)
2+
3+
## What's Changed
4+
5+
**Full Changelog**: https://github.com/gojue/ecaptureQ/compare/v0.2.1...v0.2.2
6+
7+
<hr>
8+
19
# v0.2.1 (2025-10-16)
210

311
## What's Changed
12+
* feat: Implement on-demand payload loading by @zenyanle in https://github.com/gojue/ecaptureQ/pull/36
13+
* fix: add temporary exception for home-relative path read-write access on macOS by @cfc4n in https://github.com/gojue/ecaptureQ/pull/37
414

515
**Full Changelog**: https://github.com/gojue/ecaptureQ/compare/v0.2.0...v0.2.1
6-
716
<hr>
817

918
# v0.2.0 (2025-10-13)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eaptureq",
33
"private": true,
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "eCaptureQ",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"identifier": "com.gojue.ecaptureq",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)