Releases: sdkman/sdkman-cli
Release 5.14.1
Release 5.14.0
Release 5.13.2
Changelog
- 77fe23a "sdkman_checksum_enable" feature flag
- f4b21c1 Improve stdout for checksum verification
- 9f5d5cd Change Linux version for ARMv6
- b75b211 Add /usr/local/bin to default PATH, so user-installed utils (like md5sum in OSX) are picked up during tests
- ec1edb8 Update JReleaser configuration.
Contributors
We'd like to thank the following people for their contributions:
- Hector Geraldino
- Andres Almiray
- Frank Delporte
- Marco Vermeulen
Release 5.13.1: Fix for reinstallation of cached archives
Changelog
- Fixes #1005: Reinstallation of cached archives fail
Contributors
We'd like to thank the following people for their contributions:
- Hector Geraldino
SDKMAN as SDK distribution
This is a big release with many non-functional changes to set the scene for future enhancement.
- SDKMAN now itself distributed as an SDK archive
- Add capability for native binary support
- Capability for using checksums on downloaded archives (@hgeraldino)
- Bug fixes and improvements to bash-completion POSIX compatibility (@helpermethod)
- First steps toward
LINUX_ARM32SF
andLINUX_ARM32HF
for Raspberry Pi (@FDelporte) - Improvements to build process for packaging SDK archive
- Improved stable/beta channel handling
Allow skipping of security checks for compinit in ZSH initialisation
This release includes the following:
- Issue #964: With
ZSH_DISABLE_COMPFIX="true"
,compinit -u -C
is called. The-C
flag will causecompinit
to skip all security checks and the-u
flag will use all files found for completion. This is considered best practice in oh-my-zsh. - Some pre-emptive work to enable checksum cabability.
Prevent Re-initialization of zsh completion system
This release fixes #947 to prevent re-initialization of zsh completion.
It also makes some minor improvements on the build and on the GitHub actions.
Minor fix for bash 4 auto-complete incompatibility
Further simplification on bash auto-complete script to resolve compatibility issues under certain conditions.
Minor release to enable Twitter integration
5.12.1 Change order of get-release in github release action.
Introduce selfupdate_enable config
This release brings changes to the configuration:
- add a new
sdkman_selfupdate_enable
- remove
sdkman_auto_selfupdate
config
The default setting for sdkman_selfupdate_enable
will be set to true by default. It also honours the sdkman_auto_answer
flag if set to true
.
Run sdk config
to make changes to the configuration.