Skip to content

Commit

Permalink
Bump Version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keiko233 committed Nov 15, 2023
1 parent 595554f commit d44d331
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions UPDATELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## v1.4.0

### Features

- Default use Meta Core.
- Support copy PowerShell, CMD and sh env command.
- Add Upload Traffic, Download Traffic and Active Connections to ConnectionsPage.
- SettingPage use Grid layout.
- Import LoadingButton & use when Download Profile.
- New default theme color.
- Add Nyanpasu Element. (Logo designer [@ReallySnow](https://github.com/ReallySnow))
- Default enable unified-delay & tcp-concurrent.
- Use Meta Country.mmdb.
- Disable IPv6 by default.
- Add Material You element.
- Add Router switch transition.

### Bug Fixes

- Fix touchpad scrolling causes blank area to appear.

---

## v1.3.7

### Features
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.3.7",
"version": "1.4.0",
"license": "GPL-3.0",
"scripts": {
"dev": "tauri dev -f default-meta",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "Clash Nyanpasu",
"version": "1.3.7"
"version": "1.4.0"
},
"build": {
"distDir": "../dist",
Expand Down

0 comments on commit d44d331

Please sign in to comment.