Skip to content

Updated Go API. Integrated with existing API

Compare
Choose a tag to compare
@tristanisham tristanisham released this 02 Oct 22:47
· 301 commits to master since this release

Hi everyone!

This update is little. I've updated some Go APIs that I wrote a while back with Go 1.18 to more modern Go 1.21 implementations. I've also decided to remove the old ENV variable that was set to prevent ZVM from checking for updates automatically on startup. You now can set startupCheckUpgrade to false in ~/.zvm/settings.json to disable this automatic check. If you already have ZVM installed, this should default to false.

Remember, you can always check for an upgrade manually but running zvm upgrade!

{
    "useColor": true,
    "startupCheckUpgrade": true
}

Full Changelog: v0.2.3...v0.2.4