2.0.0
Introduction
In this release, the GUI app directly uses the source code of AbpHelper.CLI instead of depending on the EasyAbp.AbpHelper.Core
NuGet package.
The GUI app may merge some community PRs into the CLI repo's gui-used branch before merging into the primary branch.
You can see PRs with the GUI-used-in-advance
label to know what we have merged:
https://github.com/EasyAbp/AbpHelper.CLI/pulls?q=label%3AGUI-used-in-advance
The label removes from the PRs after they merge into the primary branch.
What's Changed
- Upgrade Electron to v16.0.7 by @gdlcf88 in #106
- Add commands' help alerts by @gdlcf88 in #109
- Upgrade to ABP CLI v5.2.1 by @gdlcf88 in #110
- Use the LeptonX Lite theme by @gdlcf88 in #111
- Show ABP version on welcome page by @gdlcf88 in #112
- Add Discord entrance to the tray menu by @gdlcf88 in #113
- Use submodule to depend on the AbpHelper.CLI as a local project by @gdlcf88 in #114
- Add a home page menu item by @gdlcf88 in #115
- Auto create log directories by @gdlcf88 in #116
- Update NPM packages for the Electron app by @gdlcf88 in #117
Full Changelog: v1.4.1...v2.0.0