Skip to content

Commit 2157105

Browse files
committed
v0.2.1
1 parent ac0c1b0 commit 2157105

File tree

7 files changed

+31
-5
lines changed

7 files changed

+31
-5
lines changed

README.md

Lines changed: 31 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,43 @@
55

66
<a href="https://www.buymeacoffee.com/lencx" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-blue.png" alt="Buy Me A Coffee" style="height: 40px !important;width: 145px !important;" ></a>
77

8-
> [!Note]
9-
> Final preparations for release are underway, please stay tuned.
10-
118
## Feature
129

1310
- Support for loading any URL and system tray
1411
- Theme Mode (Light/Dark)
1512
- Multiple Languages
13+
- Prompt Management
14+
- AI Batch Questioning
15+
- ...
16+
17+
## Install
18+
19+
- **macOS**
20+
- [⬇️ x64](https://github.com/lencx/Noi/releases/download/v0.2.1/Noi_macos_0.2.1.dmg)
21+
- [⬇️ arm64](https://github.com/lencx/Noi/releases/download/v0.2.1/Noi_macos_0.2.1-arm64.dmg)
22+
- **Windows**
23+
- [⬇️ x64](https://github.com/lencx/Noi/releases/tag/v0.2.1/Noi-win32-x64-0.2.1-setup.exe)
24+
- **Linux**
25+
- [⬇️ AppImage](https://github.com/lencx/Noi/releases/download/v0.2.1/Noi_linux_0.2.1.AppImage)
26+
- [⬇️ amd64.deb](https://github.com/lencx/Noi/releases/download/v0.2.1/noi_linux_amd64_0.2.1.deb)
27+
28+
|Preview|Preview|
29+
|---|---|
30+
|![theme-dark](./assets/noi-theme-dark.png)|![theme-light](./assets/noi-theme-light.png)|
31+
|![batch-ask](./assets/noi-batch-ask.png)|![settings-prompts](./assets/noi-settings-prompts.png)|
32+
33+
34+
## FAQ
35+
36+
### macOS
37+
38+
If you encounter the error message "Noi" is damaged and can't be opened. You should move it to the Trash. while installing software on macOS, it may be due to security settings restrictions in macOS. To solve this problem, please try the following command in Terminal:
39+
40+
```bash
41+
xattr -cr /Applications/Noi.app
42+
```
1643

17-
![Noi](./website/static/img/noi-preview-1.png)
18-
![Noi](./website/static/img/noi-preview-2.png)
44+
![mac-install-error](assets/mac-install-error.png)
1945

2046
## TODO
2147

assets/mac-install-error.png

168 KB
Loading

assets/noi-batch-ask.png

1.24 MB
Loading

assets/noi-settings-prompts.png

960 KB
Loading

assets/noi-theme-dark.png

1.59 MB
Loading

assets/noi-theme-light.png

908 KB
Loading

assets/noi.png

-2.18 KB
Loading

0 commit comments

Comments
 (0)