Skip to content

Commit fd49324

Browse files
committed
release v1.1.0
1 parent 7590dcd commit fd49324

File tree

3 files changed

+18
-14
lines changed

3 files changed

+18
-14
lines changed

website/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type * as Preset from '@docusaurus/preset-classic';
55
const config: Config = {
66
title: 'Noi',
77
tagline: '🚀 Less chaos. More flow.',
8-
favicon: 'img/noi.png',
8+
favicon: 'static/readme/noi.png',
99

1010
// Set the production url of your site here
1111
url: 'https://noib.app',

website/src/pages/index.tsx

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,44 +20,48 @@ export default function Home(): JSX.Element {
2020
<img src="/os/apple-logo.svg" className="w-[40px] sm:w-[60px]" />
2121
<div className="font-bold">macOS</div>
2222
<div className="flex flex-col gap-1 justify-center">
23-
<a href={`https://github.com/lencx/Noi/releases/download/v1.0.0/Noi-1.0.0-arm64.dmg`}>Apple Silicon (arm64)</a>
24-
<a href={`https://github.com/lencx/Noi/releases/download/v1.0.0/Noi-1.0.0-x64.dmg`}>Intel (x64)</a>
23+
<a href={`https://github.com/lencx/Noi/releases/download/v1.1.0/Noi-1.1.0-arm64.dmg`}>Apple Silicon (arm64)</a>
24+
<a href={`https://github.com/lencx/Noi/releases/download/v1.1.0/Noi-1.1.0-x64.dmg`}>Intel (x64)</a>
2525
<span className="text-transparent">-</span>
2626
</div>
2727
</div>
2828
<div className="flex flex-col items-center gap-1 basis-1/3">
2929
<img src="/os/windows-logo.png" className="w-[40px] sm:w-[60px]" />
3030
<div className="font-bold">Windows</div>
3131
<div className="flex flex-col gap-1 justify-center">
32-
<a href={`https://github.com/lencx/Noi/releases/download/v1.0.0/Noi-1.0.0.Setup.exe`}>x64</a>
33-
<a href={`https://github.com/lencx/Noi/releases/download/v1.0.0/Noi.msi`}>.msi</a>
32+
<a href={`https://github.com/lencx/Noi/releases/download/v1.1.0/Noi-1.1.0.Setup.exe`}>x64</a>
33+
<a href={`https://github.com/lencx/Noi/releases/download/v1.1.0/Noi.msi`}>.msi</a>
3434
<span className="text-transparent">-</span>
3535
</div>
3636
</div>
3737
<div className="flex flex-col items-center gap-1 basis-1/3">
3838
<img src="/os/linux-logo.png" className="w-[40px] sm:w-[60px]" />
3939
<div className="font-bold">Linux</div>
4040
<div className="flex flex-col gap-1 justify-center">
41-
<a href={`https://github.com/lencx/Noi/releases/download/v1.0.0/Noi-1.0.0-x64.AppImage`}>AppImage</a>
42-
<a href={`https://github.com/lencx/Noi/releases/download/v1.0.0/noi-1.0.0-1.x86_64.rpm`}>x86_64.rpm</a>
43-
<a href={`https://github.com/lencx/Noi/releases/download/v1.0.0/noi_1.0.0_amd64.deb`}>amd64.deb</a>
41+
<a href={`https://github.com/lencx/Noi/releases/download/v1.1.0/Noi-1.1.0-x64.AppImage`}>AppImage</a>
42+
<a href={`https://github.com/lencx/Noi/releases/download/v1.1.0/noi-1.1.0-1.x86_64.rpm`}>x86_64.rpm</a>
43+
<a href={`https://github.com/lencx/Noi/releases/download/v1.1.0/noi_1.1.0_amd64.deb`}>amd64.deb</a>
4444
</div>
4545
</div>
4646
</div>
4747

4848
<h2 className="mt-5">Features</h2>
4949
<ul className="text-left">
50-
<li>Interaction-first workflow refresh for a more focused browsing experience</li>
50+
<li>Interaction-first workflow refresh for a tighter, more focused browsing loop</li>
5151
<li>Multi-window management to run parallel workspaces side by side</li>
52-
<li>Session isolation to keep browsing contexts clean and separate</li>
52+
<li>Session isolation to keep contexts clean, separated, and predictable</li>
5353
<li>Local-first data: history, prompts, and settings stay on-device</li>
54-
<li>AI chat prompt management to organize, reuse, and iterate on workflows</li>
55-
<li>Built-in terminal to run local commands and scripts faster</li>
56-
<li>Multiple themes & visual styles to match different moods and setups</li>
54+
<li>Prompt management for AI chats: organize, reuse, and iterate on workflows</li>
55+
<li>Built-in terminal for fast local commands, scripts, and tooling</li>
56+
<li>
57+
<code>noi</code> CLI: control Noi from tools like Claude Code, Codex, and Gemini CLI (more commands coming)
58+
</li>
59+
<li>Multiple themes & visual styles to fit different setups and vibes</li>
5760
</ul>
5861
<h2 className="mt-5">Preview</h2>
59-
<div className="grid">
62+
<div className="grid gap-2">
6063
<img className="rounded-lg shadow-lg" src="/readme/preview.png" />
64+
<img className="rounded-lg shadow-lg" src="/readme/nsh.png" />
6165
</div>
6266
{/* <div className="grid sm:grid-cols-1 lg:grid-cols-2 gap-4 max-w-[960px] m-auto">
6367
<img className="rounded-lg shadow-lg" src="/readme/preview.png" />

website/static/readme/nsh.png

1.1 MB
Loading

0 commit comments

Comments
 (0)