Skip to content

Releases: elgentos/magento2-upgrade-gui

1.3.5

09 Dec 15:58
Compare
Choose a tag to compare

Changes in 1.3.4 and 1.3.5:

  • Open project dir from CLI by passing in --dir=../path/to/project (see #6 )
  • Made patch-helper-output.txt not a required file when result JSON files already have been generated (see #10)
  • Small fix where the GUI wouldn't show files for modules named magento2 (like mollie/magento2)
  • Show a notice on the right hand side explaining why no file is shown for WARN type "DB schema added"

Full Changelog: v1.3.4...v1.3.5

1.3.4

09 Dec 15:49
Compare
Choose a tag to compare

Full Changelog: v1.3.3...v1.3.4

1.3.3

07 Dec 13:42
adea133
Compare
Choose a tag to compare

What's Changed

  • Add color coding to the warning select options by @DanieliMi in #12

Full Changelog: v1.3.2...v1.3.3

1.3.2

29 Nov 20:23
Compare
Choose a tag to compare
  • Updating warnings.json and infoNotices.json instead of results.json (closes #8)
  • Fix warning about missing grammar for wrong file extension (as mentioned in #5)
  • Auto open project directory by passing absolute path via command line (closes #6)

Full Changelog: v1.3.1...v1.3.2

Thanks for your input @amenk

v1.3.1

19 Nov 11:23
Compare
Choose a tag to compare

Notable changes;

  • Added a button INFO notices (X) (if X > 0) where X is the number of info notices
  • Upgraded Electron from v9 to v21
  • Upgraded electron-store
  • This upgrade fixed the developer console not showing up under Ubuntu 22.04
  • Installed Vue Development tools in development mode
  • Split the results.json file into warnings.json and infoNotices.json

The INFO notices button doesn't do anything yet except show an alert box saying it's not implemented yet.

Next step is to create an actual screen with the notices displayed.

Full Changelog: v1.2.3...v1.3.0

v1.2.3

19 Nov 09:32
Compare
Choose a tag to compare

Fix to be compatible with the latest Patch Helper version including categories (WARN/INFO, see https://github.com/AmpersandHQ/ampersand-magento2-upgrade-patch-helper/blob/master/docs/CHECKS_AVAILABLE.md)

Full Changelog: v1.2.2...v1.2.3

v1.2.2

06 Oct 11:01
bb14fd1
Compare
Choose a tag to compare

Added Three way diff button, thanks for the idea @norgeindian

Full Changelog: v1.2.0...v1.2.2

1.2.1

21 Sep 13:31
Compare
Choose a tag to compare

Added:

  • Settings page to configure Gitlab integration
  • Added Git auto-commit feature
  • Save config files to config file in home dir (instead of using env vars)
  • Added links to also be able to quickly open vendor & orig vendor files
  • Made getting template file paths more resilient to changing diff commands

Full Changelog: v1.1.0...1.2.1

1.1.0

07 Sep 13:32
Compare
Choose a tag to compare

What's Changed

  • fix: early return if path is already absolute by @DanieliMi in #3

New Contributors

Full Changelog: https://github.com/elgentos/magento2-upgrade-gui/commits/v1.1.0