Skip to content

Commit

Permalink
Release version 0.1.0 (#33)
Browse files Browse the repository at this point in the history
- fixed #32 
- update depends
  • Loading branch information
axiangcoding authored Jul 13, 2024
1 parent bbcb67c commit 13250af
Show file tree
Hide file tree
Showing 35 changed files with 1,545 additions and 620 deletions.
65 changes: 18 additions & 47 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

Change log of WT-ToolKit. All notable changes to this project will be documented in this file.

For version before v0.0.6, the change log is not available.

<!--
## Unreleased
## [Unreleased] - ???? [YANKED]
### Added
Expand All @@ -16,74 +18,43 @@ Change log of WT-ToolKit. All notable changes to this project will be documented
-->

## [v0.0.6] - 2024-07-01
## [v0.1.0] - 2024-07-14

### Added

- Added GUI support for [wt_ext_cli](https://github.com/Warthunder-Open-Source-Foundation/wt_ext_cli), and some bug fixes.
- Support update checking
- Add English and Chinese language support! You can now switch between English and Chinese.
- Add new useful links to the main page

### Changed

- Configuration file reading and writing has been refactored for faster reads
- **Breaking Change**: Renamed project name from `wt-helper-app` to `wt-toolkit`, this will cause the configuration file to be reset, please reconfigure the configuration file after the update
- Refactor the code to support multiple languages
- Adjust some text to make it more readable

### Removed

- Remove useless configuration entries
- Hide the about page

### Fixed

- Upgraded versions of dependency libraries to improve security

## [v0.0.5] - 2024-06-14

### Added

- New design of the homepage, added quick links in the homepage

### Changed

- Refactored the code and optimized the decompression speed of large files

## [v0.0.4] - 2024-06-13
## [v0.0.6] - 2024-07-01

### Added

- Added custom sight management function
- Added the ability to filter custom skins

## [v0.0.3] - 2024-06-08
- Added GUI support for [wt_ext_cli](https://github.com/Warthunder-Open-Source-Foundation/wt_ext_cli), and some bug fixes.
- Support update checking

### Changed

- Custom skins management support to identify nested catalogues

### Fixed

- Fixed some bugs in the custom skins management

## [v0.0.2] - 2024-06-07
- Configuration file reading and writing has been refactored for faster reads
- **Breaking Change**: Renamed project name from `wt-helper-app` to `wt-toolkit`, this will cause the configuration file to be reset, please reconfigure the configuration file after the update

### Changed
### Removed

- Optimisation of the custom skins GUI
- Remove useless configuration entries

### Fixed

- Fixed the problem of not being able to set configuration items.

## [v0.0.1] - 2024-06-07

### Added

- First release of WT-ToolKit! Where the magic begins.
- Basic construction of the project
- War Thunder Custom Skin Management
- Upgraded versions of dependency libraries to improve security

[v0.1.0]: https://github.com/axiangcoding/WT-Toolkit/compare/v0.0.6...v0.1.0
[v0.0.6]: https://github.com/axiangcoding/WT-Toolkit/compare/v0.0.5...v0.0.6
[v0.0.5]: https://github.com/axiangcoding/WT-Toolkit/compare/v0.0.4...v0.0.5
[v0.0.4]: https://github.com/axiangcoding/WT-Toolkit/compare/v0.0.3...v0.0.4
[v0.0.3]: https://github.com/axiangcoding/WT-Toolkit/compare/v0.0.2...v0.0.3
[v0.0.2]: https://github.com/axiangcoding/WT-Toolkit/compare/v0.0.1...v0.0.2
[v0.0.1]: https://github.com/axiangcoding/WT-Toolkit/tree/v0.0.1
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,9 @@ This is a toolkit designed for War Thunder players to provide some useful featur
## Features

We are supporting the following features now:

- [x] User customised skin management
- [x] User customised sight management

And we are planning to support the following features in the future:

- [ ] GUI support for [wt_ext_cli](https://github.com/Warthunder-Open-Source-Foundation/wt_ext_cli)
- [x] GUI support for [wt_ext_cli](https://github.com/Warthunder-Open-Source-Foundation/wt_ext_cli)
- [ ] Multi-language support

## Installation
Expand Down
7 changes: 1 addition & 6 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,9 @@
## 功能

我们现在支持以下功能:

- [x] 用户自定义皮肤管理
- [x] 用户自定义瞄准镜管理

我们计划未来支持以下功能:

- [ ][wt_ext_cli](https://github.com/Warthunder-Open-Source-Foundation/wt_ext_cli) 提供 GUI 支持
- [x][wt_ext_cli](https://github.com/Warthunder-Open-Source-Foundation/wt_ext_cli) 提供 GUI 支持
- [ ] 多语言支持

## 安装
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^1",
"@tauri-apps/api": "^1.6.0",
"vite-plugin-vuetify": "^2.0.3",
"vue": "^3.4.27",
"vue-i18n": "9",
"vue-router": "^4.3.3",
"vue-router": "^4.4.0",
"vuetify": "^3.6.11"
},
"devDependencies": {
"@mdi/font": "^7.4.47",
"@tauri-apps/cli": "^1",
"@tauri-apps/cli": "^1.6.0",
"@vitejs/plugin-vue": "^5.0.4",
"prettier": "3.3.2",
"sass": "^1.77.6",
"typescript": "^5.0.2",
"vite": "^5.3.2",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vue-tsc": "^2.0.24"
},
"packageManager": "yarn@1.22.19"
Expand Down
Loading

0 comments on commit 13250af

Please sign in to comment.