github runkids/skillshare v0.19.7

one hour ago

[0.19.7] - 2026-05-05

New Features

  • Azure DevOps Server (on-premises) support — added azure_hosts config parameter for self-hosted Azure DevOps Server instances on custom domains. Previously, only dev.azure.com and *.visualstudio.com were recognized; custom-domain URLs would fail with an incorrect .git suffix in the clone URL. Refs: #147
    azure_hosts:
      - azuredevops.mycompany.com
    skillshare install https://azuredevops.mycompany.com/Org/Project/_git/Repo
    Works in both global and project configs. For CI/CD, use the SKILLSHARE_AZURE_HOSTS environment variable (comma-separated, merged with config file values)

    Changelog

  • e48a301 feat: add azure_hosts config for Azure DevOps Server on-premises
  • 204340c fix: wire azure_hosts through project install and agent update paths

Don't miss a new skillshare release

NewReleases is sending notifications on new releases.