Skip to content

Releases: gurucomputing/headscale-ui

headscale-ui

09 Oct 21:37
5698bec
Compare
Choose a tag to compare

Highlights

  • Minor Update. Fixed some areas where the machine api hadn't been changed to node.

What's Changed

Full Changelog: 2024.10.05...2024.10.10

headscale-ui

04 Oct 23:48
64323e4
Compare
Choose a tag to compare

Warnings

This new release BREAKS compatibility with headscale versions before 0.23.0. use previous releases if sticking with older versions.

The Default Ports have now Changed from 443 and 80 to 8443 and 8080 (for https and http respectively). This does not affect you if you manually set the HTTP_PORT and HTTPS_PORT environment variables, but does affect you if you have not.

Highlights

Updated release to fully function with headscale v0.23.0! Also losing the beta tag, since the existing functionality has been stable for some time.

What's Changed

New Contributors

Full Changelog: 2024.02.24-beta1...2024.10.05

headscale-ui

24 Feb 04:27
c4650bd
Compare
Choose a tag to compare

Highlights

  • Added dynamic detection for the headscale API so both the new alpha version of headscale and current version can function simultaneously.

What's Changed

New Contributors

Full Changelog: 2023.01.30-beta-1...2024.02.24-beta1

headscale-ui

30 Jan 23:03
b7d914f
Compare
Choose a tag to compare

Breaking Changes

This version will not work with anything older than headscale 19 or later. Update your version of headscale on using this version.

Minor Changes

Fixed typo in version release

What's Changed

  • Documentation improvements by @Niek in #91
  • 93 add headscale 019 support namespace vs user by @routerino in #94
  • Adding NGINX Proxy Manager and config.yaml changes by @fedefreue in #92

New Contributors

Full Changelog: 2022.12.23.2-beta...2023.01.30-beta

headscale-ui

24 Dec 00:24
3e05713
Compare
Choose a tag to compare

Minor patch Notes

Fixed a regression in the legacy routes API where multiple routes could not be activated.

Major Notes

  • API Fixes! The UI now supports both legacy (headscale 17 and under) and beta (headscale 18) versions of device routes
  • Multiple architectures now published! The latest image support arm 32 and 64 variants (thanks @BonusPlay)
  • Headscale-UI is now updated to be published on sveltekit 1.0 (congrats sveltekit!)

What's Changed

  • 84-rewrite-routes-api-to-handle-both-legacy-and-changed-APIs-for-routes by @routerino in #85
  • Add support for docker layer caching and arm64/arm32v7 images by @BonusPlay in #81

New Contributors

  • @BonusPlay made their first contribution in #81
  • @yangboyd provided an excellent first draft for the API changes needed in #83

Full Changelog: 2022.11.05-beta...2022.12.23-beta

headscale-ui

23 Dec 08:02
Compare
Choose a tag to compare

Major Notes

  • API Fixes! The UI now supports both legacy (headscale 17 and under) and beta (headscale 18) versions of device routes
  • Multiple architectures now published! The latest image support arm 32 and 64 variants (thanks @BonusPlay)
  • Headscale-UI is now updated to be published on sveltekit 1.0 (congrats sveltekit!)

What's Changed

  • 84-rewrite-routes-api-to-handle-both-legacy-and-changed-APIs-for-routes by @routerino in #85
  • Add support for docker layer caching and arm64/arm32v7 images by @BonusPlay in #81

New Contributors

  • @BonusPlay made their first contribution in #81
  • @yangboyd provided an excellent first draft for the API changes needed in #83

Full Changelog: 2022.11.05-beta...2022.12.23-beta

headscale-ui

05 Nov 05:40
dadacef
Compare
Choose a tag to compare

Notes

Just a dependency update release. Functionally this UI is in a holding pattern until juanfont/headscale#582 happens to be integrated into upstream.

What's Changed

Full Changelog: 2022.09.13-beta...2022.11.05-beta

headscale-ui

13 Sep 08:35
b823c50
Compare
Choose a tag to compare

Summary

Just bug fixes and some start on ACL work

Feature Spotlight

Not a feature as such, but I have released a new blog guide on installing headscale with headscale UI.

What's Changed

  • 42-acl-work-create-group-page by @routerino in #60
  • 20-improve-documentation-to-explain-how-to-create-an-api-key-and-save-it-in-the-settings by @routerino in #61
  • 52-clean-up-api-functions by @routerino in #62
  • 56-sidebar-does-not-float by @routerino in #63
  • 64-update-dependencies-version-test-before-release by @routerino in #65

Full Changelog: 2022.08.20-beta...2022.09.13-beta

headscale-ui

19 Aug 23:50
b0dedd3
Compare
Choose a tag to compare

Feature Spotlight

  • No spotlight this week, not even a fancy gif. Just bug fixes.

What's Changed

Full Changelog: 2022.08.13-beta...2022.08.20-beta

headscale-ui

13 Aug 11:13
5d40e83
Compare
Choose a tag to compare

Breaking Changes

  • The docker container no longer uses the PORT environment variable. Instead, there is now a HTTPS_PORT and HTTP_PORT environment variable. The docker container now publishes the site on port 80 (http) and port 443 (https) by default.

Feature Spotlight

  • The site will now warn you if your API key is about to expire when navigating to the settings menu. Furthermore, there is now a painless method to expire the current key and roll over to a new key with a single press.
    release-2022-08-13

What's Changed

Full Changelog: 2022.08.08-beta...2022.08.13-beta