Skip to content

Releases: EasyAbp/AbpHelper.GUI

2.5.0

14 Jan 15:48
Compare
Choose a tag to compare

What's Changed

  • Use the current ABP CLI version as the commands' Version default value by @gdlcf88 in #141
  • Upgrade to ABP 7.0.0 by @gdlcf88 in #144
  • Add MAUI Blazor UI framework support by @gdlcf88 in #145

Full Changelog: v2.4.0...v2.5.0

2.4.0

18 Nov 16:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.2...v2.4.0

2.3.2

03 Nov 12:51
Compare
Choose a tag to compare

What's Changed

AbpHelper Core v0.11.0

See https://github.com/EasyAbp/AbpHelper.CLI/releases/tag/0.11.0

New Contributors

Full Changelog: v2.2.1...v2.3.2

2.2.1

03 Jul 18:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.2.1

2.2.0

01 Jul 08:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0

2.1.0

15 May 13:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.1.0

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