wails-template-vue/.github/CHANGELOG.md

63 lines
2.2 KiB
Markdown
Raw Normal View History

2022-02-23 23:45:58 +08:00
# 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]
2022-05-06 12:49:32 +08:00
## [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)
2022-03-23 23:07:36 +08:00
## [v2.0.0-beta.7] - 2022-03-23
### Added
2022-03-24 06:14:17 +08:00
- Optimize the basic template of the front-end project page by [@misitebao](https://github.com/misitebao)
2022-03-23 23:07:36 +08:00
- `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)
2022-03-16 02:46:45 +08:00
## [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)
2022-03-06 03:11:47 +08:00
## [v2.0.0-beta.5] - 2022-03-06
2022-02-23 23:45:58 +08:00
### Added
2022-03-06 03:11:47 +08:00
- 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)
2022-02-23 23:45:58 +08:00
## [v2.0.0-beta.4] - 2022-02-23
### Added
- Add typescript template option by [@misitebao](https://github.com/misitebao)
### Changed
2022-09-06 20:06:04 +08:00
- Modify window size by [@eighteenzheng](https://github.com/eighteenzheng)
2022-02-23 23:45:58 +08:00
2022-05-06 12:49:32 +08:00
[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
2022-03-23 23:07:36 +08:00
[v2.0.0-beta.7]: https://github.com/misitebao/wails-template-vue/compare/v2.0.0-beta.6...v2.0.0-beta.7
2022-03-16 02:46:45 +08:00
[v2.0.0-beta.6]: https://github.com/misitebao/wails-template-vue/compare/v2.0.0-beta.5...v2.0.0-beta.6
2022-03-06 03:11:47 +08:00
[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