You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jetls-client: Prepare v0.2.0 release with migration support (#318)
Update jetls-client to v0.2.0 with enhanced update notification system that
guides users through the breaking changes in JETLS installation method.
Changes:
- Update CHANGELOG.md with v0.2.0 release notes including breaking changes
and installation steps
- Implement three-tier notification system in checkForUpdates():
1. First-time installation: Welcome message with 'Install JETLS' button
that runs the new installation command
2. v0.1.x -> v0.2.0 upgrade: Warning message about breaking changes with
'Reinstall JETLS' button and link to migration guide (CHANGELOG.md#v020)
3. Normal updates: Standard update notification with 'Update JETLS' button
- All notifications provide direct terminal commands or documentation links
for easy user action
The v0.2.0 release requires users to reinstall JETLS using the new
`jetls` executable app method instead of the previous runserver.jl approach.
The notification system ensures smooth migration for existing users while
providing clear onboarding for new users.
0 commit comments