63 lines
2.2 KiB
Markdown
63 lines
2.2 KiB
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
|
|
## [v2.0.0-beta.8] - 2022-05-06
|
|
|
|
### Added
|
|
|
|
- Add issue stale bots by [@misitebao](https://github.com/misitebao)
|
|
|
|
### Changed
|
|
|
|
- Switch to the form template by [@misitebao](https://github.com/misitebao)
|
|
- Upgrade the front-end development method in dev mode by [@daoif](https://github.com/daoif)
|
|
|
|
## [v2.0.0-beta.7] - 2022-03-23
|
|
|
|
### Added
|
|
|
|
- Optimize the basic template of the front-end project page by [@misitebao](https://github.com/misitebao)
|
|
- `Typescript` templates add internationalization support by [@misitebao](https://github.com/misitebao)
|
|
|
|
### Changed
|
|
|
|
- Replaced `Javascript` template `vue-i18n` with `composition-api` by [@misitebao](https://github.com/misitebao)
|
|
|
|
## [v2.0.0-beta.6] - 2022-03-16
|
|
|
|
### Changed
|
|
|
|
- Upgrade `vite` and `vue` to the latest version ([vite@2.8.6](https://github.com/vitejs/vite/releases/tag/v2.8.6), [vue@3.2.31](https://github.com/vuejs/core/releases/tag/v3.2.31)) by [@misitebao](https://github.com/misitebao)
|
|
|
|
### Fixed
|
|
|
|
- Fix mac window border display problem by [@misitebao](https://github.com/misitebao)
|
|
|
|
## [v2.0.0-beta.5] - 2022-03-06
|
|
|
|
### Added
|
|
|
|
- Add `frontend:dev:watcher` by [@misitebao](https://github.com/misitebao), corresponding to wails cli version is [v2.0.0-beta.33](https://github.com/wailsapp/wails/releases/tag/v2.0.0-beta.33)
|
|
|
|
## [v2.0.0-beta.4] - 2022-02-23
|
|
|
|
### Added
|
|
|
|
- Add typescript template option by [@misitebao](https://github.com/misitebao)
|
|
|
|
### Changed
|
|
|
|
- Modify window size by [@eighteenzheng](https://github.com/eighteenzheng)
|
|
|
|
[unreleased]: https://github.com/misitebao/wails-template-vue/compare/v2.0.0-beta.8...HEAD
|
|
[v2.0.0-beta.8]: https://github.com/misitebao/wails-template-vue/compare/v2.0.0-beta.7...v2.0.0-beta.8
|
|
[v2.0.0-beta.7]: https://github.com/misitebao/wails-template-vue/compare/v2.0.0-beta.6...v2.0.0-beta.7
|
|
[v2.0.0-beta.6]: https://github.com/misitebao/wails-template-vue/compare/v2.0.0-beta.5...v2.0.0-beta.6
|
|
[v2.0.0-beta.5]: https://github.com/misitebao/wails-template-vue/compare/v2.0.0-beta.4...v2.0.0-beta.5
|
|
[v2.0.0-beta.4]: https://github.com/misitebao/wails-template-vue/compare/v2.0.0-beta.3...v2.0.0-beta.4
|