Releases: elgentos/magento2-upgrade-gui
1.3.5
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
(likemollie/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
Full Changelog: v1.3.3...v1.3.4
1.3.3
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
- 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
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 intowarnings.json
andinfoNotices.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
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
Added Three way diff button, thanks for the idea @norgeindian
Full Changelog: v1.2.0...v1.2.2
1.2.1
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
What's Changed
- fix: early return if path is already absolute by @DanieliMi in #3
New Contributors
- @DanieliMi made their first contribution in #3
Full Changelog: https://github.com/elgentos/magento2-upgrade-gui/commits/v1.1.0