Releases: gurucomputing/headscale-ui
Releases · gurucomputing/headscale-ui
headscale-ui
Breaking Changes
- The docker container no longer uses the
PORT
environment variable. Instead, there is now aHTTPS_PORT
andHTTP_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.
What's Changed
- Days aren't correctly calculated for new visual indicator by @routerino in #35
- 37 rework docker container to be more flexible by @routerino in #38
- 10 automatic warning for api key expiry by @routerino in #39
- 34-last-seen-sort-works-in-wrong-direction by @routerino in #40
- version update and test by @routerino in #41
Full Changelog: 2022.08.08-beta...2022.08.13-beta
headscale-ui
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:
What's Changed
- Cicd test environment by @routerino in #25
- Fix Device Routes active error by @xzzpig in #22
- fix headscaleURL needing to be required by @routerino in #27
- 17 version info doesnt make it into the final build by @routerino in #28
- fixed associated regex by @routerino in #29
- added additional documentation by @routerino in #30
- created visual indicator by @routerino in #32
New Contributors
Full Changelog: 2022.08.02.1-beta...2022.08.08-beta
headscale-ui
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
What's Changed
- Chore show version in settings by @routerino in #7
- Chore check before creating release by @routerino in #8
- Feat sort users and devices by @routerino in #12
- updated packages, moved users component and route by @routerino in #13
- Feat user searching by @routerino in #15
- added custom port option by @routerino in #16
Full Changelog: 2022.07.29-beta...2022.08.02-beta
headscale-ui
Primary Features
What's Changed
- Chore show version in settings by @routerino in #7
- Chore check before creating release by @routerino in #8
- Feat sort users and devices by @routerino in #12
- updated packages, moved users component and route by @routerino in #13
- Feat user searching by @routerino in #15
- added custom port option by @routerino in #16
Full Changelog: 2022.07.29-beta...2022.08.02-beta
headscale-ui
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
Initial Release