Skip to content

Commit 4dbe309

Browse files
committed
chore: Bump Version to 1.4.1
1 parent 83dcf47 commit 4dbe309

3 files changed

Lines changed: 32 additions & 2 deletions

File tree

UPDATELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## v1.4.1
2+
3+
### Features
4+
5+
- Support macOS aarch64 build. [@keiko233](https://github.com/keiko233)
6+
- Built-in Windows UWP Loopback Tool. [@Kuingsmile](https://github.com/Kuingsmile)
7+
- Built-in Clash-rs support. [@greenhat616](https://github.com/greenhat616)
8+
- Add tooltip for tray. [@Kuingsmile](https://github.com/Kuingsmile)
9+
- Update HD tray icons. [@keiko233](https://github.com/keiko233)
10+
- Support random mixed port. [@Kuingsmile](https://github.com/Kuingsmile)
11+
- Update Clash.Meta to v1.17.0. [@Kuingsmile](https://github.com/Kuingsmile) [@keiko233](https://github.com/keiko233)
12+
- Use system notification. [@keiko233](https://github.com/keiko233)
13+
- Support drag profile item to sort. [@Kuingsmile](https://github.com/Kuingsmile)
14+
- Add skip-auth-prefixes fields for Clash.Meta v1.17.0. [@greenhat616](https://github.com/greenhat616)
15+
- Support more animations. [@greenhat616](https://github.com/greenhat616)
16+
- Use twemoji on Windows. [@greenhat616](https://github.com/greenhat616)
17+
18+
### Bug Fixes
19+
20+
- Fix install Service bug. [@Kuingsmile](https://github.com/Kuingsmile)
21+
- Fix Windows proxy bug when VPN enabled. [@greenhat616](https://github.com/greenhat616)
22+
23+
### Others
24+
25+
- Fixed several build issues. [@keiko233](https://github.com/keiko233)
26+
- Switch rust code to workspace. [@greenhat616](https://github.com/greenhat616)
27+
- Add renovate bot support. [@greenhat616](https://github.com/greenhat616)
28+
29+
---
30+
131
## v1.4.0
232

333
### Features

backend/tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"package": {
33
"productName": "Clash Nyanpasu",
4-
"version": "1.4.0"
4+
"version": "1.4.1"
55
},
66
"build": {
77
"distDir": "../../dist",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clash-nyanpasu",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"license": "GPL-3.0",
55
"scripts": {
66
"dev": "tauri dev -f default-meta -c ./backend/tauri/tauri.conf.json",

0 commit comments

Comments
 (0)