Skip to content

Releases: sdkman/sdkman-cli

Release 5.14.1

14 Mar 21:15
9881a42
Compare
Choose a tag to compare

Changelog

Contributors

We'd like to thank the following people for their contributions:

  • Oliver Weiler

Release 5.14.0

11 Mar 16:17
Compare
Choose a tag to compare

Changelog

Contributors

We'd like to thank the following people for their contributions:

  • Marco Vermeulen
  • helpermethod
  • Oliver Weiler

Release 5.13.2

15 Feb 21:24
Compare
Choose a tag to compare

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

05 Nov 21:18
Compare
Choose a tag to compare

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

18 Oct 07:08
4bf5b70
Compare
Choose a tag to compare

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 and LINUX_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

05 Sep 19:12
Compare
Choose a tag to compare

This release includes the following:

  • Issue #964: With ZSH_DISABLE_COMPFIX="true", compinit -u -C is called. The -C flag will cause compinit 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

01 Sep 08:08
Compare
Choose a tag to compare

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

20 Jul 12:52
Compare
Choose a tag to compare

Further simplification on bash auto-complete script to resolve compatibility issues under certain conditions.

Minor release to enable Twitter integration

18 Jul 17:15
Compare
Choose a tag to compare
5.12.1

Change order of get-release in github release action.

Introduce selfupdate_enable config

17 Jul 15:31
Compare
Choose a tag to compare

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.