Skip to content

Releases: gurucomputing/headscale-ui

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

headscale-ui

08 Aug 04:50
Compare
Choose a tag to compare

Major Features

Mostly bug releases this time around. Main visual change is a new indicator in Devices to quickly tell when the last time a device checked in would be:
release-2022-08-08

What's Changed

New Contributors

Full Changelog: 2022.08.02.1-beta...2022.08.08-beta

headscale-ui

02 Aug 10:43
1b949cc
Compare
Choose a tag to compare

Out of Band Fixes

  • A missing colon that somehow missed testing would break the docker image if the port was set to something other than 443. Next release will test for this use case.

Primary Features

  • Searching and Sorting is now a thing!

What's Changed

Full Changelog: 2022.07.29-beta...2022.08.02-beta

headscale-ui

02 Aug 07:22
3e4435f
Compare
Choose a tag to compare

Primary Features

  • Searching and Sorting is now a thing!

What's Changed

Full Changelog: 2022.07.29-beta...2022.08.02-beta

headscale-ui

29 Jul 03:41
dba944b
Compare
Choose a tag to compare

What's Changed

  • Fixed device renaming to accurately reflect the headscale name (as opposed to the device name)
  • update documentation by @routerino in #2

Full Changelog: 2022.07.27-beta...2022.07.29-beta

headscale-ui

27 Jul 07:30
Compare
Choose a tag to compare

Initial Release