tailscale-proxy 1.4.0 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +15 -8
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -100,17 +100,24 @@ Supported: **macOS, Linux, Windows, WSL** (amd64 + arm64).
100
100
  Update later with **`tsp update`** — it self-updates a standalone binary, or prints
101
101
  `brew upgrade tsp` / `npm i -g tailscale-proxy@latest` for managed installs.
102
102
 
103
- ### Desktop app (menu bar / tray)
103
+ ---
104
104
 
105
- Prefer clicking to typing? There's a tray-first desktop app (Wails) that drives the
106
- same engine in-process — start/stop, switch Funnel/Serve, open service URLs, and
107
- **start at login** — sharing the same `~/.tailscale-proxy/config.json` as the CLI.
105
+ ## Desktop app
108
106
 
109
- ```bash
110
- cd desktop && go build -o tsp-app . && ./tsp-app
111
- ```
107
+ <img src="website/public/app-icon.svg" align="right" width="96" alt="Tailscale Proxy app icon" />
108
+
109
+ Prefer clicking to typing? There's a native **menu-bar app** for **macOS, Windows,
110
+ and Linux** — start/stop the proxy, watch each dev server (cpu · memory · uptime),
111
+ switch Funnel/Serve, and open/copy/kill services, all without a terminal. It runs
112
+ the same engine as the CLI and shares the same `~/.tailscale-proxy/config.json`.
113
+
114
+ **[⬇ Download](https://github.com/meabed/tailscale-proxy/releases)** — pick the
115
+ latest **`desktop-v…`** release · **[Docs & screenshots](https://tailscaleproxy.vercel.app/desktop)**
116
+
117
+ <img src="website/public/desktop-panel.png" width="330" alt="Tailscale Proxy menu-bar panel" />
112
118
 
113
- Build/packaging details: [`desktop/README.md`](desktop/README.md).
119
+ Build from source: `cd desktop && go build -o tsp-app . && ./tsp-app` (see
120
+ [`desktop/README.md`](desktop/README.md)).
114
121
 
115
122
  ---
116
123
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tailscale-proxy",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "description": "Discover local dev servers by port and expose them through one Tailscale Serve/Funnel entry, routed by project name.",
5
5
  "keywords": [
6
6
  "tailscale",
@@ -74,12 +74,12 @@
74
74
  "semantic-release": "^25.0.3"
75
75
  },
76
76
  "optionalDependencies": {
77
- "tailscale-proxy-darwin-arm64": "1.4.0",
78
- "tailscale-proxy-darwin-x64": "1.4.0",
79
- "tailscale-proxy-linux-x64": "1.4.0",
80
- "tailscale-proxy-linux-arm64": "1.4.0",
81
- "tailscale-proxy-win32-x64": "1.4.0",
82
- "tailscale-proxy-win32-arm64": "1.4.0"
77
+ "tailscale-proxy-darwin-arm64": "1.5.0",
78
+ "tailscale-proxy-darwin-x64": "1.5.0",
79
+ "tailscale-proxy-linux-x64": "1.5.0",
80
+ "tailscale-proxy-linux-arm64": "1.5.0",
81
+ "tailscale-proxy-win32-x64": "1.5.0",
82
+ "tailscale-proxy-win32-arm64": "1.5.0"
83
83
  },
84
84
  "packageManager": "bun@1.3.14",
85
85
  "engines": {