Skip to content

Releases: EasyAbp/AbpHelper.GUI

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.

0.7.0

22 Oct 11:02
Compare
Choose a tag to compare
  • Feature: ABP community module installation
    53c2648

0.6.0

11 Sep 20:12
Compare
Choose a tag to compare
  • Feature: Add EF Migrations
    55200f0
  • Support AbpHelper CLI 0.6.0 (learn more)
    6945eb4
  • Support ABP CLI switch-to-nightly command
    7fc4be4
  • Support new Angular client proxies generator
    e8ebe6b
  • Support specified mobile application framework
    3a3b2cf
  • Add organization option for ABP CLI login command
    3b42ab6
  • Fix the problem of ABP CLI console app creation page not work
    5a4e42c
  • Fix the "Separate Identity Server" option of ABP CLI new command
    ac0605e

0.5.0

11 Jul 20:15
Compare
Choose a tag to compare
  • Feature: AppService class/method generation
  • Feature: controller generation
  • Feature: localization item generation
  • Feature: create new console solutions with ABP CLI
  • Improve the user experience in MacOS
  • Update ABP-CLI usage and tips
  • Add double-quote to the parameters of commands

0.4.0

14 Jun 20:10
Compare
Choose a tag to compare
  • Upgrade Electron to version 9.0.4
  • Redesign the nav menu
  • Add ABP CLI translate command support