Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jianxingxuejian committed Dec 1, 2022
1 parent f404ebd commit 66e7fe8
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.5.1] - 2022-12-01

### Features

- Add Grasscutter to startup items

- Add changelog view

- Add proxy port setting

- Local mods support category and filter

- Ignore case when searching

- Spwn command add maxhp,hp,atk,def parameters

## [1.5.0] - 2022-11-24

### Features
Expand Down Expand Up @@ -116,6 +132,7 @@

- Fix the wrong artifact id

[1.5.1]: https://github.com/jianxingxuejian/grasscutter-tools/compare/v1.5.0...v1.5.1
[1.5.0]: https://github.com/jianxingxuejian/grasscutter-tools/compare/v1.4.11...v1.5.0
[1.4.11]: https://github.com/jianxingxuejian/grasscutter-tools/compare/v1.4.10...v1.4.11
[1.4.10]: https://github.com/jianxingxuejian/grasscutter-tools/compare/v1.4.9...v1.4.10
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# 变更日志

## [1.5.1] - 2022-12-01

### 特性

- 启动项新增割草机

- 新增变更日志查看

- 新增代理端口配置

- 本地 mod 支持分类与筛选

- 搜索时忽略大小写

- spawn 命令新增血量、攻击力等参数

## [1.5.0] - 2022-11-24

### 特性
Expand Down Expand Up @@ -114,6 +130,7 @@

- 修正错误的圣遗物 id

[1.5.1]: https://github.com/jianxingxuejian/grasscutter-tools/compare/v1.5.0...v1.5.1
[1.5.0]: https://github.com/jianxingxuejian/grasscutter-tools/compare/v1.4.11...v1.5.0
[1.4.11]: https://github.com/jianxingxuejian/grasscutter-tools/compare/v1.4.10...v1.4.11
[1.4.10]: https://github.com/jianxingxuejian/grasscutter-tools/compare/v1.4.9...v1.4.10
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "grasscutter-tools",
"type": "module",
"private": true,
"version": "1.5.0",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "grasscutter-tools",
"version": "1.5.0"
"version": "1.5.1"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 66e7fe8

Please sign in to comment.