Skip to content

Releases: ItQianChen/cogninote-agent-design

知记空间 0.1.60 桌面端 正式版

24 Jun 13:49

Choose a tag to compare

Windows x64

Windows 用户:
下载 CogniNote-0.1.60-windows-x64-unsigned-installer.exe 安装。

这是未签名包。安装时如果提示“未知发布者”或 SmartScreen,请选择“更多信息” -> “仍要运行”。

便携版:
下载 CogniNote-0.1.60-windows-x64-unsigned-portable.zip,解压后运行 CogniNote.exe

macOS Apple Silicon

macOS Apple Silicon 用户:
下载 CogniNote-0.1.60-macos-arm64-unsigned.dmg

这是未签名测试版。如果提示“已损坏,无法打开”,请先把 CogniNote.app 拖入 /Applications,然后执行:

sudo xattr -dr com.apple.quarantine /Applications/CogniNote.app
open /Applications/CogniNote.app

如果 DMG 本身无法打开,再执行:

cd ~/Downloads
xattr -dr com.apple.quarantine ./CogniNote-0.1.60-macos-arm64-unsigned.dmg
open ./CogniNote-0.1.60-macos-arm64-unsigned.dmg

App 压缩包:
CogniNote-0.1.60-macos-arm64-unsigned.app.zip 主要用于排查和归档。

知记空间 0.1.51 桌面端 预发行版

23 Jun 14:03

Choose a tag to compare

知记空间 0.1.51 更新内容

新增与改进

  • 应用更新:优化启动更新提示,支持Markdown更新说明和“不再提示”选项。

Windows x64

Windows 用户:
下载 CogniNote-0.1.51-windows-x64-unsigned-installer.exe 安装。

这是未签名包。安装时如果提示“未知发布者”或 SmartScreen,请选择“更多信息” -> “仍要运行”。

便携版:
下载 CogniNote-0.1.51-windows-x64-unsigned-portable.zip,解压后运行 CogniNote.exe

macOS Apple Silicon

macOS Apple Silicon 用户:
下载 CogniNote-0.1.51-macos-arm64-unsigned.dmg

这是未签名测试版。如果提示“已损坏,无法打开”,请先把 CogniNote.app 拖入 /Applications,然后执行:

sudo xattr -dr com.apple.quarantine /Applications/CogniNote.app
open /Applications/CogniNote.app

如果 DMG 本身无法打开,再执行:

cd ~/Downloads
xattr -dr com.apple.quarantine ./CogniNote-0.1.51-macos-arm64-unsigned.dmg
open ./CogniNote-0.1.51-macos-arm64-unsigned.dmg

App 压缩包:
CogniNote-0.1.51-macos-arm64-unsigned.app.zip 主要用于排查和归档。

技术详情

原始提交记录

  • 8a48ab4 feat(desktop-update): 优化启动更新提示,支持Markdown更新说明和“不再提示”选项