Releases: airsdk/airsdkmanager-releases
Releases Β· airsdk/airsdkmanager-releases
v1.4.0
This release fixes an issue with AIR SDK installation on Linux where downloads where failing due to failing to verify the checksum of the files.
Updates
- fix(checksum): update checksum logic to use AIR builtin hash algorithm where available + updates to native process fallbacks (resolves #15)
v1.3.0
This release is a stability release with improvements around handling network connectivity issues and better display of associated errors.
Updates
- feat(airsdkmanagement, airsdklib, distriqt.utils): improve network stability error handling (resolves airsdk/airsdkmanager#54)
- feat(ui): add better display of network errors and handling of install failure
v1.2.2
fix(ui): correct flex sdk overlay ui bug when no air sdk installed in flex directory (resolves #55)
v1.2.1
v1.1.2
v1.0.4
This forms the first release version.
Updates:
- complete rewrite of sdk management
- ability to continue running in the background
- ui updates to remove blocking when updating
- status bar icon for running in background
- notifications for available updates on windows
- add functionality to auto download available updates
- add ability to auto update the SDKs
Fixes:
- fix license import issue (resolves #5)
- update select sdk ui to correctly flag prereleases
v0.7.0
v0.5.0
What's Changed
- feat(ui): add action panel to main sdk management screen to hide install custom sdk button
- fix(ui): made improvements to how air sdk list was updated to keep in sync with data
- feat(ui): add 'show all available' flag to limit sdks shown on main page to only installed and latest
- feat(ui): rework of main sdk list to better prompt for install and remove options while install/update in progress
v0.4.1
What's Changed
- Improve logging, including an output to a file for debugging user installations
- Add global uncaught error handler
- Additional filesystem checks to ensure air sdk directory is writeable for the user
- fix(app): add ability to clear a path input and apply change (resolves #36)