v1.0.95
变更 / Changes
Added
- 首次运行向导「笔记放在哪里?」这一步现在会列出 Obsidian 自己登记过的库,点一行就选中(owner 决策 D51;CONTRACT §68.5 追记):装了 Obsidian 的人不用再敲路径或开对话框——每座库一行(库名 + 路径 + 「Obsidian vault」徽章),排在「当前」行之后、「不用 Obsidian — 存成普通 Markdown 文件夹」+「选择…」之前;当前生效的笔记库就是其中一座时合成一行、预先选中。列表来自本机 server 新增的只读
GET /api/setup/vaults(读~/Library/Application Support/obsidian/obsidian.json,只回路径仍存在的库;没装 Obsidian / 文件坏了 → 空列表,向导照常只剩两行)。选中后落盘仍是原来那条PUT /api/settings/obsidiandiff-write。
安装 / Install
macOS
下载下方的 ZelinAIAssistant-*.pkg 双击安装。装完后菜单栏会自动出现小图标(首启弹权限设置页)。
这个安装包目前没有 Apple 开发者签名,所以 macOS 第一次会拦下它说"无法打开"。这不是故障,也不是恶意软件——用 3 步绕过(只需做这一次):
- 在 Finder 里右键点击 .pkg 文件 → 选「打开」;
- 弹窗里再点一次「打开」;
- 如果 macOS Sequoia 仍然拒绝:打开 系统设置 → 隐私与安全性,拉到底部,点「仍要打开」,输一次密码。
Download ZelinAIAssistant-*.pkg below and double-click it. The build is not yet signed with an Apple Developer ID, so macOS blocks the first open — expected, not malware. Bypass it once: right-click the .pkg in Finder → Open → Open; if macOS Sequoia still refuses, go to System Settings → Privacy & Security, scroll to the bottom, click Open Anyway and enter your password.
Windows / Linux
Windows 和 Linux 是纯 Python(无需编译)。下载对应的源码包,解压,然后从解压出的目录里运行安装脚本:
- Windows:下载
ZelinAIAssistant-*-windows.zip,解压后运行install.ps1(指南:docs/WINDOWS.md)。 - Linux:下载
ZelinAIAssistant-*-linux.tar.gz,解压后运行bash install-linux.sh(指南:docs/LINUX.md)。
Windows and Linux are pure Python (no build step). Download the matching source bundle, unpack it, and run the install script from the extracted folder:
- Windows: download
ZelinAIAssistant-*-windows.zip, extract, runinstall.ps1— see docs/WINDOWS.md. - Linux: download
ZelinAIAssistant-*-linux.tar.gz, unpack, runbash install-linux.sh— see docs/LINUX.md.
完整安装指南 / full install guide: docs/INSTALL.md · 卸载 / uninstall: bash uninstall.sh
What's Changed
Other changes
- feat: setup wizard lists Obsidian's registered vaults for one-click selection (D51) by @Wan-ZL in #288
Full Changelog: v1.0.94...v1.0.95