Features:
-
Redesigned Chat AI with a new conversation interface, workspace-based history, conversation export, and controls for editing, regenerating, branching, and deleting messages.
-
Chat AI can now use the current document or multiple open files as context, discover available models automatically, and connect to local Ollama models more easily.
-
Refreshed Settings, theme controls, dialogs, and common form components for a more consistent and accessible experience.
Improvements and fixes:
-
Improved editor and file explorer performance, especially when working with multiple tabs, searches, and larger workspaces.
-
Made saving, Save As, workspace switching, and file rename, move, delete, and drag-and-drop operations safer and more reliable, including better handling of concurrent changes and path conflicts.
-
Fixed flickering during file rename validation and improved editor layout stability.
特性:
-
全新设计 Chat AI 对话界面,支持按工作区保存对话历史、导出对话,以及编辑、重新生成、切换分支和删除消息。
-
Chat AI 现在可以将当前文档或多个已打开文件作为上下文,支持自动发现可用模型,并优化了本地 Ollama 模型的连接体验。
-
更新设置页、主题配置、弹窗及常用表单组件,提供更加统一且易用的交互体验。
改进与修复:
-
优化编辑器和文件树性能,在多标签、搜索及大型工作区场景下更加流畅。
-
提升保存、另存为、工作区切换,以及文件重命名、移动、删除和拖拽操作的安全性与可靠性,更好地处理并发修改和路径冲突,降低内容丢失风险。
-
修复文件重命名校验时的闪烁问题,并提升编辑区域布局稳定性。
FAQ | 常见问题
FAQ:
Windows users
- We provide an Offline Installer with built-in WebView2 Runtime for devices that cannot automatically install WebView2 online or are in a no-network environment. Please note that this installer is relatively large in size and is recommended to be used only when necessary.
macOS users
- macOS x86_64 version: When you launch the app for the first time, you may see a prompt saying "Cannot open the application" because the app is from an unidentified developer. Please go to "System Preferences" > "Security & Privacy", and click "Open Anyway" in the "General" tab.
- macOS aarch64 (Apple Silicon) users: If you see a prompt saying "The application is damaged" when you launch it for the first time, it is usually due to system security restrictions. Please open the terminal and run the following command to fix the permission issue, and then you can open the app normally:
xattr -cr /Applications/MarkFlowy.app
常见问题:
Windows 用户
- 我们提供了内置 WebView2 运行时的离线安装包(Offline Installer),适用于无法自动在线安装 WebView2 或处于无网络环境的设备。请注意,此安装包体积较大,建议仅在必要时使用.
macOS 用户
- macOS x86_64 版本:首次启动应用时,系统可能会提示“无法打开应用程序”,这是因为应用来自未识别的开发者。请前往“系统偏好设置” > “安全性与隐私”,在“通用”标签页中点击“仍要打开”即可.
- macOS aarch64 (Apple Silicon) 用户:首次启动若提示“应用程序已损坏”,通常是由于系统的安全限制。请打开终端,执行以下命令来修复权限问题,之后即可正常打开应用
xattr -cr /Applications/MarkFlowy.app