mirror of
https://github.com/yan-istart/IStart-Note-AI-Plugin.git
synced 2026-07-22 06:51:37 +00:00
release: 2.0.1
This commit is contained in:
parent
94d30fe962
commit
bf07e29d53
3 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "istart-note-ai",
|
||||
"name": "IStart-Note-AI",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"minAppVersion": "1.7.2",
|
||||
"description": "Generate structured knowledge notes from questions and selected text using DeepSeek AI, with automatic concept pages, bidirectional links, and a question graph.",
|
||||
"author": "Yan",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "istart-note-ai",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"description": "IStart-Note-AI: an Obsidian plugin that turns notes into a structured personal knowledge system, powered by DeepSeek and other OpenAI-compatible LLMs.",
|
||||
"main": "main.js",
|
||||
"private": true,
|
||||
|
|
|
|||
|
|
@ -24,5 +24,6 @@
|
|||
"1.8.2": "1.7.2",
|
||||
"1.8.3": "1.7.2",
|
||||
"1.9.0": "1.7.2",
|
||||
"2.0.0": "1.7.2"
|
||||
"2.0.0": "1.7.2",
|
||||
"2.0.1": "1.7.2"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue