Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v2.0] migration support from older EasyShell v2.x (also beta releases) #56

Closed
anb0s opened this issue Jul 19, 2016 · 2 comments
Closed

Comments

@anb0s
Copy link
Owner

anb0s commented Jul 19, 2016

v2.0 should automatically detect settings stored with older EasyShell 2.x and ask user to convert them to new format:

  • try to do the most (default presets etc.) without user interaction
  • warn user about the migrated settings and ask him for verification before using them
  • optional: restart migration again if user wants

supported versions:
v2.x with beta releases: must

related to issue #55

@anb0s anb0s added this to the v2.0 milestone Jul 19, 2016
@anb0s anb0s self-assigned this Jul 19, 2016
@anb0s anb0s changed the title [v2.0] migration support from legacy EasyShell v2.x (also beta releases) [v2.0] migration support from older EasyShell v2.x (also beta releases) Jul 19, 2016
anb0s added a commit that referenced this issue Jul 19, 2016
fixed: issues described in #52 - [v2.0] issues found in beta 1
- Opening the edition window for an existing entry changes its name back
to the original one.
- Adding a new entry sometimes changes the name of the other existing
entries back to their original one.
- I wouldn't automatically prefix the "menu name" with the "type" when
exiting the "Edit existing command".

fixed: other
- menu data is changed also in case of cancel
- issue #56 - [v2.0] migration support from older EasyShell v2.x (also
beta releases)

added:
- MenuTypeName: predefined and user defined name patterns (#53)
- implemented migration of store

Signed-off-by: Andre Bossert <anb0s@anbos.de>
@anb0s
Copy link
Owner Author

anb0s commented Jul 19, 2016

addressed with v2.0.0 beta 2 build

@anb0s anb0s closed this as completed Jul 19, 2016
@anb0s
Copy link
Owner Author

anb0s commented Jul 19, 2016

see issue #54 for found bugs and general discussion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment