3.1.0 (2024-04-29)
- Allow to download nightly binaries of odo using 'asdf install odo ref:nightly' (f75be3f)
- Allow to download nightly binaries using
asdf install odo ref:nightly
(#73) (dd9d1f0)
3.0.1 (2022-10-08)
- Fix filter that lists only installable versions (c200c6f)
3.0.0 (2022-09-30)
- Rename
asdf odo preference
intoasdf odo settings
to avoid confusion
- Rename
asdf odo preference
intoasdf odo settings
to avoid confusion (a440166)
2.0.0 (2022-09-29)
- Rename default odo preferences file to
${XDG_CONFIG_HOME:-"~/.config"}/odo/settings.yaml
- Add new extension command for asdf: asdf odo preference (e311228)
- Rename default odo preferences file to
${XDG_CONFIG_HOME:-"~/.config"}/odo/settings.yaml
(e5c13c4)
1.3.0 (2022-09-17)
- #27: Make list-all return only versions that have corresponding binaries available (d4673f1)
1.2.1 (2022-04-29)
- #10: Fallback to using the parent sha256sum.txt file if the version-specific checksum file is empty (d66d369)
1.2.0 (2022-04-27)
- Print debug messages if ASDF_ODO_VERBOSE is defined and set to true (ee7a5d1)
- Skip verifying downloaded file checksum integrity if ASDF_ODO_CHECKS_SKIP_FILE_CHECKSUM is defined and set to true (fb0db97)
1.1.1 (2022-04-27)
- Fix download URL when versions contain an '-' character (ee25ac1)
1.1.0 (2022-04-01)
- Allow to override the platform and architecture of the odo binary downloaded by this plugin (7ca1cc6)
- Fix download URL for odo binary on Windows (57de72d)