Skip to content

Commit

Permalink
feat: update tailscale to 1.78.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dkaser committed Dec 6, 2024
1 parent 47889d9 commit 3235697
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 deletions tools/plugin/files/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
###2024.12.05###

- Update Tailscale to 1.78.0

###2024.11.13b###

- Fix advanced toggle on Settings page
Expand All @@ -11,9 +15,4 @@
- Add filtering and ping options to status page
- Add filtering to lock page

###2024.11.02###

- Add status page
- Refactor; move plugin code out of global namespace

For older releases, see https://github.com/unraid/unraid-tailscale/releases
6 changes: 3 additions & 3 deletions tools/plugin/tailscale.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "tailscale",
"author": "Derek Kaser",
"githubRepository": "unraid/unraid-tailscale",
"version": "2024.11.13b",
"tailscaleVersion": "tailscale_1.76.6_amd64",
"tailscaleSHA256": "08f2377b78f7b9e411caa28f231a9c4cd0887209c142b49b815bcc7042ff61f7",
"version": "2024.12.05",
"tailscaleVersion": "tailscale_1.78.0_amd64",
"tailscaleSHA256": "149c2f92fbbb33ca4c13872e2c68e9bee3083d8ce7b41d72754d039907d6436a",
"packageVersion": "2.2.14",
"packageSHA256": "d47a1d6bffe133843d185f1955f89d24e416aaca4415226bf3eb12166e987701",
"pluginDirectory": "/usr/local/emhttp/plugins/tailscale",
Expand Down

0 comments on commit 3235697

Please sign in to comment.