Skip to content

Commit cba1f92

Browse files
danshapirocodex
andauthored
release: v0.7.5 (#500)
Co-authored-by: Codex <[email protected]>
1 parent 28da8c1 commit cba1f92

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
```bash
3939
# Clone the repository at the latest stable release
40-
git clone --branch v0.7.0 https://github.com/danshapiro/freshell.git
40+
git clone --branch v0.7.5 https://github.com/danshapiro/freshell.git
4141
cd freshell
4242

4343
# Install dependencies

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1420,7 +1420,7 @@ <h2>Devices</h2>
14201420
welcome: [
14211421
{ typed: true, prompt: P, command: 'freshell', delay: 700 },
14221422
{ html: '' },
1423-
{ html: ' 🐚🔥 <span class="t-bold">freshell</span> <span class="t-dim">v0.7.0</span>', delay: 60 },
1423+
{ html: ' 🐚🔥 <span class="t-bold">freshell</span> <span class="t-dim">v0.7.5</span>', delay: 60 },
14241424
{ html: ' <span class="t-dim">Self-hosted browser terminal multiplexer</span>', delay: 60 },
14251425
{ html: '', delay: 200 },
14261426
{ html: ' <span class="t-success">✓</span> Multi-tab terminal management', delay: 50 },
@@ -1530,7 +1530,7 @@ <h2>Devices</h2>
15301530
{ html: '<span class="t-dim"># Start the server</span>', delay: 100 },
15311531
{ typed: true, prompt: P, command: 'freshell --port 3000', delay: 600 },
15321532
{ html: '', delay: 400 },
1533-
{ html: '🐚🔥 <span class="t-bold">freshell</span> <span class="t-dim">v0.7.0</span>', delay: 60 },
1533+
{ html: '🐚🔥 <span class="t-bold">freshell</span> <span class="t-dim">v0.7.5</span>', delay: 60 },
15341534
{ html: '', delay: 200 },
15351535
{ html: '<span class="t-dim">Open your browser to connect.</span>', delay: 80 },
15361536
{ html: '<span class="t-dim">Run</span> <span class="t-cyan">freshell --help</span> <span class="t-dim">for more options.</span>', delay: 100 },

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "freshell",
33
"private": true,
4-
"version": "0.7.0",
4+
"version": "0.7.5",
55
"type": "module",
66
"bin": {
77
"freshell": "dist/server/cli/index.js"

0 commit comments

Comments
 (0)