Skip to content

Commit

Permalink
chore: Bump Version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
keiko233 committed Dec 6, 2023
1 parent 83dcf47 commit 4dbe309
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions UPDATELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
## v1.4.1

### Features

- Support macOS aarch64 build. [@keiko233](https://github.com/keiko233)
- Built-in Windows UWP Loopback Tool. [@Kuingsmile](https://github.com/Kuingsmile)
- Built-in Clash-rs support. [@greenhat616](https://github.com/greenhat616)
- Add tooltip for tray. [@Kuingsmile](https://github.com/Kuingsmile)
- Update HD tray icons. [@keiko233](https://github.com/keiko233)
- Support random mixed port. [@Kuingsmile](https://github.com/Kuingsmile)
- Update Clash.Meta to v1.17.0. [@Kuingsmile](https://github.com/Kuingsmile) [@keiko233](https://github.com/keiko233)
- Use system notification. [@keiko233](https://github.com/keiko233)
- Support drag profile item to sort. [@Kuingsmile](https://github.com/Kuingsmile)
- Add skip-auth-prefixes fields for Clash.Meta v1.17.0. [@greenhat616](https://github.com/greenhat616)
- Support more animations. [@greenhat616](https://github.com/greenhat616)
- Use twemoji on Windows. [@greenhat616](https://github.com/greenhat616)

### Bug Fixes

- Fix install Service bug. [@Kuingsmile](https://github.com/Kuingsmile)
- Fix Windows proxy bug when VPN enabled. [@greenhat616](https://github.com/greenhat616)

### Others

- Fixed several build issues. [@keiko233](https://github.com/keiko233)
- Switch rust code to workspace. [@greenhat616](https://github.com/greenhat616)
- Add renovate bot support. [@greenhat616](https://github.com/greenhat616)

---

## v1.4.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion backend/tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "Clash Nyanpasu",
"version": "1.4.0"
"version": "1.4.1"
},
"build": {
"distDir": "../../dist",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clash-nyanpasu",
"version": "1.4.0",
"version": "1.4.1",
"license": "GPL-3.0",
"scripts": {
"dev": "tauri dev -f default-meta -c ./backend/tauri/tauri.conf.json",
Expand Down

0 comments on commit 4dbe309

Please sign in to comment.