Skip to content

Commit 3a9ff25

Browse files
committed
🎉 Release: v2.4.2
1 parent 2c9a188 commit 3a9ff25

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## :tada: 2.4.2 (2026-01-07)
2+
3+
4+
### :sparkles: Features
5+
6+
* **notification:** refactor notification and add notificationSound settings ([#1370](https://github.com/Molunerfinn/PicGo/issues/1370)) ([2936b19](https://github.com/Molunerfinn/PicGo/commit/2936b19)), closes [#1229](https://github.com/Molunerfinn/PicGo/issues/1229)
7+
8+
9+
### :bug: Bug Fixes
10+
11+
* **tray:** clamp image titles to two lines ([525492b](https://github.com/Molunerfinn/PicGo/commit/525492b))
12+
13+
14+
### :pencil: Documentation
15+
16+
* **2.4.2:** update changelog ([2c9a188](https://github.com/Molunerfinn/PicGo/commit/2c9a188))
17+
18+
19+
120
## :tada: 2.4.2-beta.0 (2025-12-31)
221

322

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "picgo",
3-
"version": "2.4.2-beta.0",
3+
"version": "2.4.2",
44
"private": true,
55
"main": "dist_electron/main/index.js",
66
"description": "A powerful & simple image uploader for creators.",
@@ -128,4 +128,4 @@
128128
"commit-msg": "npm run lint:dpdm && commitlint -E HUSKY_GIT_PARAMS"
129129
}
130130
}
131-
}
131+
}

0 commit comments

Comments
 (0)