Releases: gurucomputing/headscale-ui
headscale-ui
Highlights
- Minor Update. Fixed some areas where the
machine
api hadn't been changed tonode
.
What's Changed
- removed remaining references to 'machine' api by @routerino in #168
- update version and tests by @routerino in #169
Full Changelog: 2024.10.05...2024.10.10
headscale-ui
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
- updated dependencies. Changed dev to http (as it needs proxying anyway) by @routerino in #151
- feat: redesign tweaks by @ChxGuillaume in #150
- added numbers to possible inputs by @routerino in #152
- removed backwards compatibility check by @routerino in #153
- 145-crashes-upon-boot-and-for-some-reason-tries-loading-caddy-stuff-im-not-using-caddy by @routerino in #154
- force lowercase on submit by @routerino in #157
- added online check for device status tooltip by @routerino in #159
- fix renaming users with numbers by @routerino in #161
- updated dependencies and version by @routerino in #162
- 163-production-build-not-completing by @routerino in #164
New Contributors
- @ChxGuillaume made their first contribution in #150
Full Changelog: 2024.02.24-beta1...2024.10.05
headscale-ui
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
- Add button to delete machine route by @xzzpig in #101
- Revert "Add button to delete machine route" by @routerino in #105
- GitHub actions testing by @routerino in #107
- added example nginx config by @routerino in #108
- Add a new device registration route by @adrum in #121
- fix ssr with nodekey param by @adrum in #122
- change api to dynamically check for breaking change by @routerino in #132
- Fix developer image pipeline by @routerino in #135
- updated dependencies by @routerino in #136
New Contributors
Full Changelog: 2023.01.30-beta-1...2024.02.24-beta1
headscale-ui
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
- @Niek made their first contribution in #91
- @fedefreue made their first contribution in #92
Full Changelog: 2022.12.23.2-beta...2023.01.30-beta
headscale-ui
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
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
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
- 68-add-securitymd-documentation by @routerino in #69
- 72-update-development-image by @routerino in #73
- 74-update-dependencies-before-release by @routerino in #75
Full Changelog: 2022.09.13-beta...2022.11.05-beta
headscale-ui
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
Feature Spotlight
- No spotlight this week, not even a fancy gif. Just bug fixes.
What's Changed
- 43-sort-by-id-doesnt-sort-numerically by @routerino in #44
- 46-trim-tailing-slash-in-headscale-url-field by @routerino in #49
- 50-compatibility-documentation by @routerino in #51
- checks-before-release-2022-08-20 by @routerino in #55
Full Changelog: 2022.08.13-beta...2022.08.20-beta
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