leglas 1.0.0 → 1.1.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.
package/README.md CHANGED
@@ -99,6 +99,12 @@ else: `npx` fetches the CLI on first use and starts from the cache after
99
99
  that. To pin a version for a project, `npm install -D leglas`; to type
100
100
  `leglas` without the prefix, `npm install -g leglas`.
101
101
 
102
+ Leglas asks npm once a day whether a newer version exists and says so in
103
+ the terminal and beside its name in the interface, where one click installs
104
+ it and starts Leglas again. The check reads the registry your npm is
105
+ configured for. Set `LEGLAS_NO_UPDATE_CHECK=1` to turn it off; the version
106
+ stays in the interface and you can still check by hand from there.
107
+
102
108
  ## Using Leglas
103
109
 
104
110
  ### The rail and the stage
@@ -225,7 +231,7 @@ the same place, and it stops with Leglas either way.
225
231
  The tunnel is borrowed, not shipped. Leglas looks for `cloudflared` or
226
232
  `ngrok` on your machine and runs whichever it finds; with neither, the link
227
233
  only works on this machine and the panel says so. Branch directions run on
228
- their own port and are left out of a share for now.
234
+ their own port and are not part of a share.
229
235
 
230
236
  ### Keys
231
237