We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 142c5ad commit f93bdcfCopy full SHA for f93bdcf
README.md
@@ -32,6 +32,7 @@ NoteGen is a cross-platform `Markdown` note-taking application dedicated to usin
32
- 🌐 Cross-platform support.
33
- 🆓 Free AI and sync solutions.
34
- 📦 Out-of-the-box RAG support.
35
+- 🔌 MCP support for AI tool integration.
36
- ✍️ Quick note-taking for fragmented information.
37
- 📝 Native Markdown storage format.
38
src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
1
{
2
"$schema": "https://schema.tauri.app/config/2",
3
"productName": "NoteGen",
4
- "version": "0.21.3",
+ "version": "0.22.0",
5
"identifier": "com.codexu.NoteGen",
6
"build": {
7
"beforeDevCommand": "pnpm dev",
0 commit comments