jetls-client: Prepare v0.2.0 release with migration support#318
Merged
jetls-client: Prepare v0.2.0 release with migration support#318
Conversation
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.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #318 +/- ##
=======================================
Coverage 64.23% 64.23%
=======================================
Files 40 40
Lines 4214 4214
=======================================
Hits 2707 2707
Misses 1507 1507 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
aviatesk
added a commit
that referenced
this pull request
Nov 25, 2025
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.
aviatesk
added a commit
that referenced
this pull request
Nov 25, 2025
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update jetls-client to v0.2.0 with enhanced update notification system that guides users through the breaking changes in JETLS installation method.
Changes:
The v0.2.0 release requires users to reinstall JETLS using the new
jetlsexecutable 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.