Releases: EasyAbp/AbpHelper.GUI
Releases · EasyAbp/AbpHelper.GUI
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
1.4.1
1.4.0
- Upgrade to ABP v4.4.0
- Upgrade to AbpHelper CLI v0.8.2
- Upgrade to Electron 14.0.0
1.3.2
1.3.1
- Fix the wrong behavior of the "Show logs" button
- Handle the case that the log folder is empty
1.3.0
- Upgrade to ABP v4.3.0
- Upgrade to AbpHelper CLI v0.8.1
- Use ABP Blazor-Server template
- Add independent error logs
1.2.0
- Multiple module library source #59
- Fixed that the CreateConsoleAsync method doesn't generate a console app #64
- Limit the module management container height #63
- Cache the module group list. #58
- Notify new version of GUI has released on the home page #57
- Record the log directory path at startup #60
- Don't select the default module if the current solution does not have the specified layer #61
- Introduce Google Analytics #62
1.1.0
1.0.1
- Check if the .NET runtime is installed and trust dotnet dev certs when the electron app starts.
- Delay to create the main window.
1.0.0
AbpHelper GUI v1.0.0 is released!
- Refactored with ABP framework + Blazor.
- Added the "Recent Solutions" feature, no longer need to manually select a folder every time.
- Added the "Module Management" feature, which lists a complete set of community modules, automatically recognizes installed modules, and helps you install modules to each layer with one click.
- ABP CLI and AbpHelper CLI are no longer necessary to install. (Yes, they are depended on as modules)
- All features in AbpHelper are exposed to the RESTful API, so the IDEs or your own development tools can use them indirectly.
- Supported localization.