Skip to content

Commit

Permalink
chore: bump version to v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
keiko233 authored and github-actions[bot] committed Sep 7, 2024
1 parent 5e18e2b commit 0731270
Show file tree
Hide file tree
Showing 8 changed files with 81 additions and 7 deletions.
74 changes: 74 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,77 @@
## [1.6.1] - 2024-09-07

### ✨ Features

- **dock:** Try to setup macos dock handler by @greenhat616

- **enhance:** Finish all filter test suites by @greenhat616

- **enhance:** Add sequence filter support and partial test suite by @greenhat616

- **enhance:** Add complex filter syntax support by @greenhat616

- **monaco:** Add onValidation before submit, and close #1491 by @greenhat616

- **monaco:** Add yaml config prompt by @greenhat616

- **nsis:** Cleanup reg while uninstall by @greenhat616

- **service:** Add manual prompt for service uninstall, stop, start by @greenhat616

- **service:** Add a manual install prompt while service install failed by @greenhat616

- **tun:** Support auto-route while clash-rs support it by @greenhat616

- Use cross-rs to build aarch64 by @greenhat616

- Try to support linux aarch64 build by @greenhat616

### 🐛 Bug Fixes

- **ci:** Update publish script by @greenhat616

- **dialog:** Position func err by @keiko233

- **nsis:** Cleanup app config and data dir if option is selected by @greenhat616

- **os:** Create no window by @greenhat616

- **shiki:** Shell lang loader by @greenhat616

- Monaco clash config prompt by @greenhat616

- Monaco url resolve issue by @greenhat616

- Try to resolve the yaml schema by @greenhat616

- Try to escape the string by @greenhat616

- Add service install error prompt by @greenhat616

- Shiki import by @greenhat616

- Try to fix create no window by @greenhat616

- Typo by @greenhat616

- Windows nightly build version issue by @greenhat616

- Build by @greenhat616

- Aarch build by @greenhat616

- Dont merge falsy theme settings by @greenhat616

### 🔨 Refactor

- Use @monaco-editor/react instead by @greenhat616

- Service shoutcuts use core manager internal state by @greenhat616

---

**Full Changelog**: https://github.com/libnyanpasu/clash-nyanpasu/compare/v1.6.0...v1.6.1

## [1.6.0] - 2024-08-29

### 💥 Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion backend/tauri/overrides/nightly.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/1.x/tooling/cli/schema.json",
"package": {
"version": "1.6.1"
"version": "1.6.2"
},
"tauri": {
"updater": {
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.6.0"
"version": "1.6.1"
},
"build": {
"distDir": "./tmp/dist",
Expand Down
2 changes: 1 addition & 1 deletion frontend/interface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nyanpasu/interface",
"version": "1.6.0",
"version": "1.6.1",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"require": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/nyanpasu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nyanpasu/nyanpasu",
"version": "1.6.0",
"version": "1.6.1",
"license": "GPL-3.0",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nyanpasu/ui",
"version": "1.6.0",
"version": "1.6.1",
"type": "module",
"exports": {
".": "./dist/index.js",
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": "@nyanpasu/monorepo",
"version": "1.6.0",
"version": "1.6.1",
"repository": "https://github.com/LibNyanpasu/clash-nyanpasu.git",
"license": "GPL-3.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nyanpasu/scripts",
"type": "module",
"version": "1.6.0",
"version": "1.6.1",
"dependencies": {
"@actions/github": "6.0.0",
"@types/figlet": "1.5.8",
Expand Down

0 comments on commit 0731270

Please sign in to comment.