Skip to content

v1.0.94

Choose a tag to compare

@github-actions github-actions released this 07 Sep 10:25
· 14 commits to main since this release
2a68b7d

变更 / Changes

Changed

  • 列顶输入框敲出的多行文字,落卡时换行不再丢(owner 授权决策 D52,2026-09-06):此前 actd 铸卡前把 capture 正文的全部空白(含换行)折成单空格,多行输入框(D35)排好的列表 / 段落在 AI 扩写与 agent 派发之前就成了一行糊。现在换行保留(CRLF → LF、行内多余空格折成一个、行尾空白剥掉、行首缩进只认空格与 tab、剥掉公共缩进保留相对缩进——嵌套列表 / 贴进来的代码不走样、连续空行最多一行),进卡片「💬 需求来自」的原话、AI 扩写提案的 prompt 和直跑的派发 prompt;卡片标题仍是单行(整段折成一行、≤80 字,判重口径不变——同一段话有无换行都是同一张卡)。详情页引文段落随之逐行显示;「复制为 Markdown」的多行引文仍是同一个列表项(续行缩进到内容列)。CONTRACT §10 追记 / §41 追记修正。

安装 / Install

macOS

下载下方的 ZelinAIAssistant-*.pkg 双击安装。装完后菜单栏会自动出现小图标(首启弹权限设置页)。

这个安装包目前没有 Apple 开发者签名,所以 macOS 第一次会拦下它说"无法打开"。这不是故障,也不是恶意软件——用 3 步绕过(只需做这一次):

  1. 在 Finder 里右键点击 .pkg 文件 → 选「打开」;
  2. 弹窗里再点一次「打开」;
  3. 如果 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, run install.ps1 — see docs/WINDOWS.md.
  • Linux: download ZelinAIAssistant-*-linux.tar.gz, unpack, run bash install-linux.sh — see docs/LINUX.md.

完整安装指南 / full install guide: docs/INSTALL.md · 卸载 / uninstall: bash uninstall.sh

What's Changed

Other changes

  • feat: actd keeps the line breaks of a captured text in the brief/sources (D52) by @Wan-ZL in #287

Full Changelog: v1.0.93...v1.0.94