Skip to content

Releases: EasyAbp/AbpHelper.GUI

2.0.0

14 May 11:26
Compare
Choose a tag to compare

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

Full Changelog: v1.4.1...v2.0.0

1.4.1

12 Jan 22:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

1.4.0

01 Sep 11:06
Compare
Choose a tag to compare
  • Upgrade to ABP v4.4.0
  • Upgrade to AbpHelper CLI v0.8.2
  • Upgrade to Electron 14.0.0

1.3.2

04 Jun 08:42
Compare
Choose a tag to compare
  • Add Oracle DBMS support for abp new command.
  • Fix DBMS option of abp new command not working bug. #85

1.3.1

12 May 12:39
Compare
Choose a tag to compare
  • Fix the wrong behavior of the "Show logs" button
  • Handle the case that the log folder is empty

1.3.0

11 May 11:10
Compare
Choose a tag to compare
  • 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

19 Mar 09:28
Compare
Choose a tag to compare
  • 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

10 Mar 11:33
Compare
Choose a tag to compare
  • Check solution directory path validity.
    d8962cf
  • Add solution management page.
    16fa421
  • Send exception details to clients by default.
    28ac60d
  • Module group filter.
    9371a79

1.0.1

03 Mar 21:19
Compare
Choose a tag to compare
  • 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

27 Feb 23:42
Compare
Choose a tag to compare

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.