Skip to content

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 25 Apr 15:22

zh-CN

✨ 新增功能

  • 标签与分类系统重构:编辑区顶部全新 Info Bar 替代属性弹窗,浮层 Picker 配合 Alt+T / Alt+C 快捷键秒级添加;YAML frontmatter 与正文 #tag 双向同步,Monaco 编辑器智能补全(按使用频率排序)。
  • 自定义快捷键:所有内置快捷键均可一键重映射,按下即生效并持久化。帮助中心、菜单与文档展示的快捷键会自动跟随你的自定义。
  • 开机自启动:设置面板新增「开机时自动启动」开关,Windows / macOS / Linux 跨平台原生支持。
  • 帮助中心重构:精简为 5 个紧凑 tab(功能总览 / 常见问题 / 快捷键 / 代码片段 / 关于),新增跨 tab 搜索与命中徽章计数,30 秒内找到任何答案。
  • 应用图标全新设计:主图标与所有平台贴图(Windows / macOS / Linux / Android)全面重制,质感与辨识度显著提升。

⚡ 性能与体验

  • 编辑器滚动同步重写:底层改为分段线性插值,彻底消除跨段落滚动的 Y 跳跃、量化抖动与亚像素晃动。
  • 主题预加载守门:启动时同步预注入主题脚本,消除冷启动时的主题闪烁。
  • Toast 通知去噪:遵循「成功静默,失败显眼」原则,移除文档格式化等高频操作的「正在处理...」过程提示,缩短成功提示时长。

🎨 主题与界面

  • 浅色主题对比度修复:纸系(washi-paper / paper-white)等浅色主题下按钮、图标不再「白字白底」,10+ 对话框的交互元素全面迁移至主题自适应色。
  • 分类与标签创建对话框现代化:改为 Linear 风格单行配色 + 实时预览,告别浮夸渐变色块。
  • 快照管理对话框主题适配:所有色值改用主题 token,浅色主题下视觉断裂全部修复。
  • Dracula Night 主题重做:低饱和度黑紫专业工作台风格,避免高饱和霓虹外观,更适合长时间深色工作。
  • 品牌 wordmark 现代化:由衬线字体改为现代 sans-serif 字体栈(Inter / system-ui),跨平台字体回退稳定。

🐛 修复

  • 修复 i18n 占位符 {{var}} 在全应用范围内被字面渲染(界面出现 {1}{name} 等字符)。
  • 修复切换库后图谱(全局 / 文档)仍显示旧库数据。
  • 修复表格单元格被长 URL 撑大、导致同行短列被压成竖排的问题。
  • 修复 ?F1 帮助快捷键间歇性失效。
  • 修复编辑器格式化产生的「双 toast」冗余通知。
  • 修正 FAQ 中 7 条与产品当前能力不符的描述(DOCX 模板、文件导入、分类与标签区别、搜索、代码片段数量等)。

en-US

✨ Features

  • Tag & Category System Overhaul: A new Info Bar above the editor replaces the old properties dialog, paired with a popover Picker and Alt+T / Alt+C shortcuts for instant tagging. YAML frontmatter and inline #tag syntax now sync bi-directionally, with smart Monaco autocomplete (sorted by usage frequency).
  • Custom Shortcuts: Every built-in shortcut can now be remapped with a single keystroke — applies and persists immediately. Shortcuts displayed in the Help Center, menus, and documentation automatically reflect your customization.
  • Auto-Start at Login: New "Launch on system startup" toggle in Settings, with native Windows / macOS / Linux support.
  • Help Center Redesign: Streamlined to 5 compact tabs (Feature Overview / FAQ / Shortcuts / Snippets / About), with cross-tab search and hit-count badges to find any answer in 30 seconds.
  • Refreshed App Icons: Master icon and all platform-specific assets (Windows / macOS / Linux / Android) fully redesigned for greater clarity and craftsmanship.

⚡ Performance & Experience

  • Editor Scroll Sync Rewrite: Switched to piecewise linear interpolation under the hood, eliminating Y-axis jumps, quantization jitter, and sub-pixel wobble during cross-block scrolling.
  • Theme Preload Guard: Synchronously preloads the active theme on startup, completely eliminating cold-start theme flicker.
  • Quieter Toast Notifications: Following the "Silent success, loud failure" principle — removed "in progress..." toasts for high-frequency operations like document formatting, and shortened success-toast duration.

🎨 Themes & UI

  • Light Theme Contrast Fixes: Buttons and icons in paper-series themes (washi-paper / paper-white) no longer suffer from "white-on-white" syndrome — 10+ dialogs migrated to theme-aware adaptive colors.
  • Modernized Category/Tag Creation Dialog: Linear-style single-row palette with live preview, replacing the heavy gradient blocks.
  • Snapshot Manager Theme Adaptation: All hardcoded colors replaced with theme tokens, fixing visual breakage in light themes.
  • Dracula Night Theme Refresh: Repositioned as a low-saturation black-purple professional workbench — purpose-built for long deep-work sessions.
  • Modern Brand Wordmark: Switched from serif to a contemporary sans-serif stack (Inter / system-ui) with stable cross-platform fallbacks.

🐛 Bug Fixes

  • Fixed app-wide i18n placeholder issue where {{var}} was rendered literally (e.g., {1}, {name} showing in the UI) instead of being interpolated.
  • Fixed knowledge graph (global / document) still showing stale data after switching vaults.
  • Fixed table cells being stretched by long URLs, which would compress short-content columns into vertical single characters.
  • Fixed intermittent failures of the ? and F1 Help shortcuts.
  • Fixed redundant double-toast notifications when formatting documents.
  • Corrected 7 FAQ entries that did not match actual product behavior (DOCX templates, file import, categories vs. tags, search, snippet count, etc.).