diff --git a/app/changelogs/v2.8.4.md b/app/changelogs/v2.8.4.md index 0ea324f97..3ca11c43d 100644 --- a/app/changelogs/v2.8.4.md +++ b/app/changelogs/v2.8.4.md @@ -8,7 +8,7 @@ * [Show heading block appearance style in the Outline Panel](https://github.com/siyuan-note/siyuan/issues/7872) * [Monitor the search performance and suggest solutions](https://github.com/siyuan-note/siyuan/issues/7873) * [Move the mobile exit app button to a more accessible location](https://github.com/siyuan-note/siyuan/issues/7879) -* [Add flashcard to recently opened documents and switcher](https://github.com/siyuan-note/siyuan/issues/7881) +* [Add flashcard to recently opened documents and switcher](https://github.com/siyuan-note/siyuan/issues/7881) * [Move charts should not slide side panel on the mobile](https://github.com/siyuan-note/siyuan/issues/7882) * [Clicking `+` behaves inconsistently on the mobile](https://github.com/siyuan-note/siyuan/issues/7885) * [Prompt to return to the desktop on the Android](https://github.com/siyuan-note/siyuan/issues/7886) @@ -26,7 +26,7 @@ * [Add a new API `Move block`](https://github.com/siyuan-note/siyuan/issues/7903) * [Support KaTex macro definition on the mobile](https://github.com/siyuan-note/siyuan/issues/7909) * [When local.json is corrupted, clear the file to avoid being unable to enter the main interface](https://github.com/siyuan-note/siyuan/issues/7911) -* [Resolve invalid non-full-screen menus on the some mobile](https://github.com/siyuan-note/siyuan/pull/7912) +* [Resolve invalid non-full-screen menus on some mobile](https://github.com/siyuan-note/siyuan/pull/7912) * [After switching tabs, reposition by range](https://github.com/siyuan-note/siyuan/issues/7915) * [Allow changing headings with `#`](https://github.com/siyuan-note/siyuan/issues/7924) * [Flashcard fullscreen display on the mobile](https://github.com/siyuan-note/siyuan/issues/7932) @@ -65,6 +65,6 @@ ### Development * [Attribute View map to database table](https://github.com/siyuan-note/siyuan/issues/7677) -* [Move CHANGELOG.md to changelogs dir](https://github.com/siyuan-note/siyuan/issues/7904) +* [Move CHANGELOG.md to app/changelogs dir](https://github.com/siyuan-note/siyuan/issues/7904) * [Add zh_CN changelog](https://github.com/siyuan-note/siyuan/issues/7905) * [Create separate changelog files for each release](https://github.com/siyuan-note/siyuan/issues/7906) diff --git a/app/changelogs/v2.8.4_zh_CN.md b/app/changelogs/v2.8.4_zh_CN.md index cc3eacdc7..11e29a554 100644 --- a/app/changelogs/v2.8.4_zh_CN.md +++ b/app/changelogs/v2.8.4_zh_CN.md @@ -2,69 +2,69 @@ ### 改进功能 -* [Improve the interactive user experience on the mobile](https://github.com/siyuan-note/siyuan/issues/7335) -* [Search input optimization for code block language, templates, embedded blocks, etc.](https://github.com/siyuan-note/siyuan/issues/7597) -* [Enhance mobile search function](https://github.com/siyuan-note/siyuan/issues/7830) -* [Show heading block appearance style in the Outline Panel](https://github.com/siyuan-note/siyuan/issues/7872) -* [Monitor the search performance and suggest solutions](https://github.com/siyuan-note/siyuan/issues/7873) -* [Move the mobile exit app button to a more accessible location](https://github.com/siyuan-note/siyuan/issues/7879) -* [Add flashcard to recently opened documents and switcher](https://github.com/siyuan-note/siyuan/issues/7881) -* [Move charts should not slide side panel on the mobile](https://github.com/siyuan-note/siyuan/issues/7882) -* [Clicking `+` behaves inconsistently on the mobile](https://github.com/siyuan-note/siyuan/issues/7885) -* [Prompt to return to the desktop on the Android](https://github.com/siyuan-note/siyuan/issues/7886) -* [Improve kernel HTTP panic recover](https://github.com/siyuan-note/siyuan/issues/7888) -* [Improve network online check of data sync](https://github.com/siyuan-note/siyuan/issues/7890) -* [AI translation adds support for `Traditional Chinese`](https://github.com/siyuan-note/siyuan/pull/7891) -* [Show inline-element menu only after clicking `BIU` or selecting text](https://github.com/siyuan-note/siyuan/issues/7892) -* [Save layout supports overwriting with the same name](https://github.com/siyuan-note/siyuan/issues/7893) -* [Custom AI action no longer inserts itself into content](https://github.com/siyuan-note/siyuan/issues/7894) -* [After clicking the slash menu on the mobile, modify the hidden keyboard to close the slash menu](https://github.com/siyuan-note/siyuan/issues/7895) -* [When swiping left and right to pull out the panel, the editor should be out of focus on the mobile](https://github.com/siyuan-note/siyuan/issues/7896) -* [Dragging the playback progress of the audio block will pull out the panel on iOS](https://github.com/siyuan-note/siyuan/issues/7898) -* [Add version info at the end of the message in all error notifications](https://github.com/siyuan-note/siyuan/issues/7899) -* [Show "What's New in SiYuan" after upgrading](https://github.com/siyuan-note/siyuan/issues/7902) -* [Add a new API `Move block`](https://github.com/siyuan-note/siyuan/issues/7903) -* [Support KaTex macro definition on the mobile](https://github.com/siyuan-note/siyuan/issues/7909) -* [When local.json is corrupted, clear the file to avoid being unable to enter the main interface](https://github.com/siyuan-note/siyuan/issues/7911) -* [Resolve invalid non-full-screen menus on the some mobile](https://github.com/siyuan-note/siyuan/pull/7912) -* [After switching tabs, reposition by range](https://github.com/siyuan-note/siyuan/issues/7915) -* [Allow changing headings with `#`](https://github.com/siyuan-note/siyuan/issues/7924) -* [Flashcard fullscreen display on the mobile](https://github.com/siyuan-note/siyuan/issues/7932) -* [Input `#` at the start of a heading, do not pop-up tag search list](https://github.com/siyuan-note/siyuan/issues/7933) -* [Add transitions for popup menu on mobile](https://github.com/siyuan-note/siyuan/issues/7934) -* [Quick make card support Ctrl+Z undo](https://github.com/siyuan-note/siyuan/issues/7937) -* [Improve the back button when browsing pictures on the Android](https://github.com/siyuan-note/siyuan/issues/7938) -* [Increase the spacing between sub-blocks when the super block is laid out horizontally](https://github.com/siyuan-note/siyuan/issues/7939) -* [Support floating soft keyboard on the mobile](https://github.com/siyuan-note/siyuan/issues/7940) -* [Improve WeChat SiYuan Assistant's clipping link parsing](https://github.com/siyuan-note/siyuan/issues/7942) +* [改进移动端用户交互体验](https://github.com/siyuan-note/siyuan/issues/7335) +* [改进移动端代码块语言、模板和嵌入块等搜索输入体验](https://github.com/siyuan-note/siyuan/issues/7597) +* [改进移动端搜索功能](https://github.com/siyuan-note/siyuan/issues/7830) +* [大纲面板支持显示标题块外观样式](https://github.com/siyuan-note/siyuan/issues/7872) +* [监控搜索性能并提示优化建议](https://github.com/siyuan-note/siyuan/issues/7873) +* [将移动端退出应用按钮放置在更方便点击的位置](https://github.com/siyuan-note/siyuan/issues/7879) +* [将闪卡加入到最近打开切换对话框中](https://github.com/siyuan-note/siyuan/issues/7881) +* [在移动端图表上滑动时不拉出侧栏面板](https://github.com/siyuan-note/siyuan/issues/7882) +* [改进移动端编辑工具栏 `+` 交互](https://github.com/siyuan-note/siyuan/issues/7885) +* [Android 端后退时提示返回桌面](https://github.com/siyuan-note/siyuan/issues/7886) +* [改进内核 HTTP 服务崩溃恢复](https://github.com/siyuan-note/siyuan/issues/7888) +* [改进数据同步网络连通性检查](https://github.com/siyuan-note/siyuan/issues/7890) +* [人工智能翻译支持 `繁体中文`](https://github.com/siyuan-note/siyuan/pull/7891) +* [移动端行级元素菜单仅在点击 `BIU` 后显示](https://github.com/siyuan-note/siyuan/issues/7892) +* [保存布局支持同名覆盖](https://github.com/siyuan-note/siyuan/issues/7893) +* [自定义 AI 动作不再将自身插入到内容中](https://github.com/siyuan-note/siyuan/issues/7894) +* [改进移动端 /菜单切换和关闭交互](https://github.com/siyuan-note/siyuan/issues/7895) +* [移动端左右滑动拉取侧栏面板时取消编辑器焦点](https://github.com/siyuan-note/siyuan/issues/7896) +* [iOS 端拖拽音频块进度条时不拉出左右侧栏面板](https://github.com/siyuan-note/siyuan/issues/7898) +* [报错通知结尾增加版本信息](https://github.com/siyuan-note/siyuan/issues/7899) +* [升级后显示 "思源笔记最新变化"](https://github.com/siyuan-note/siyuan/issues/7902) +* [添加新的内核 API `Move block`](https://github.com/siyuan-note/siyuan/issues/7903) +* [在移动端上支持 KaTex 宏定义](https://github.com/siyuan-note/siyuan/issues/7909) +* [当 local.json 损坏以后清空该文件以避免无法进入主界面](https://github.com/siyuan-note/siyuan/issues/7911) +* [改进某些移动端设备上显示非全屏菜单](https://github.com/siyuan-note/siyuan/pull/7912) +* [改进页签分屏后定位浏览位置](https://github.com/siyuan-note/siyuan/issues/7915) +* [支持通过 `#` 修改标题块级别](https://github.com/siyuan-note/siyuan/issues/7924) +* [移动端上全屏显示闪卡间隔复习界面](https://github.com/siyuan-note/siyuan/issues/7932) +* [在标题块开头处输入 `#` 不再显示标签搜索列表](https://github.com/siyuan-note/siyuan/issues/7933) +* [改进移动端菜单动画](https://github.com/siyuan-note/siyuan/issues/7934) +* [快速支持支持 Ctrl+Z 撤销](https://github.com/siyuan-note/siyuan/issues/7937) +* [Android 端浏览图片时支持通过后退按钮返回](https://github.com/siyuan-note/siyuan/issues/7938) +* [增加超级块水平布局时子块之间的间隔](https://github.com/siyuan-note/siyuan/issues/7939) +* [移动端支持悬浮键盘](https://github.com/siyuan-note/siyuan/issues/7940) +* [改进微信思源小助手剪藏链接解析](https://github.com/siyuan-note/siyuan/issues/7942) ### 修复缺陷 -* [Window buttons overlap after spaced repetition fullscreen](https://github.com/siyuan-note/siyuan/issues/7877) -* [Quickly closing tabs will cause a white screen in the editing area](https://github.com/siyuan-note/siyuan/issues/7878) -* [A blank area will appear after clicking the toolbar and hiding the keyboard on the mobile](https://github.com/siyuan-note/siyuan/issues/7880) -* [Initialization interface hangs on macOS](https://github.com/siyuan-note/siyuan/issues/7887) -* [Export PDF margins error after scale is not 1](https://github.com/siyuan-note/siyuan/issues/7900) -* [Switching to export preview mode after focusing and then switching back to edit mode did not maintain focus](https://github.com/siyuan-note/siyuan/issues/7901) -* [Save the new window layout](https://github.com/siyuan-note/siyuan/issues/7913) -* [Parse error when hyperlink dest/title in tables contain `|` symbol](https://github.com/siyuan-note/siyuan/issues/7917) -* [Fix API endpoint URL in fetchPost calls `getBlockInfo`](https://github.com/siyuan-note/siyuan/pull/7918) -* [Quick mark and card will not complete the writing](https://github.com/siyuan-note/siyuan/issues/7923) -* [Ctrl+↑ can't work in the doc tree](https://github.com/siyuan-note/siyuan/issues/7931) -* [Tray menu text does not change with the appearance language](https://github.com/siyuan-note/siyuan/issues/7935) +* [修复间隔复习界面全屏后窗口按钮重叠问题](https://github.com/siyuan-note/siyuan/issues/7877) +* [修复快速关闭页签时编辑区空白问题](https://github.com/siyuan-note/siyuan/issues/7878) +* [修复移动端编辑工具栏下方空白遮挡问题](https://github.com/siyuan-note/siyuan/issues/7880) +* [修复 macOS 端初始化界面挂起问题](https://github.com/siyuan-note/siyuan/issues/7887) +* [修复导出 PDF 缩放不为 1 时边距错误问题](https://github.com/siyuan-note/siyuan/issues/7900) +* [修复聚焦切换预览模式再切换回编辑模式未聚焦问题](https://github.com/siyuan-note/siyuan/issues/7901) +* [修复保存新窗口布局问题](https://github.com/siyuan-note/siyuan/issues/7913) +* [修复表格中的超链接地址/标题中包含 `|` 的解析问题](https://github.com/siyuan-note/siyuan/issues/7917) +* [修复 fetchPost `getBlockInfo` 端点问题](https://github.com/siyuan-note/siyuan/pull/7918) +* [修复快速制卡未完成写入问题](https://github.com/siyuan-note/siyuan/issues/7923) +* [修复文档树 Ctrl+↑ 折叠失效问题](https://github.com/siyuan-note/siyuan/issues/7931) +* [修复切换外观语言后托盘文案未更新问题](https://github.com/siyuan-note/siyuan/issues/7935) ### 改进文档 -* [Add Performance Optimization chapter to user guide](https://github.com/siyuan-note/siyuan/issues/7889) -* [Add Note and Limitations in Dock hosting chapter to user guide](https://github.com/siyuan-note/siyuan/issues/7897) +* [在用户指南中添加性能优化章节](https://github.com/siyuan-note/siyuan/issues/7889) +* [在用户指南中添加 Docker 伺服注意和限制描述](https://github.com/siyuan-note/siyuan/issues/7897) ### 开发重构 -* [Adjust addRiffCards/removeRiffCards implementation to be asynchronous transaction](https://github.com/siyuan-note/siyuan/issues/7936) +* [调整 addRiffCards/removeRiffCards 为异步事务](https://github.com/siyuan-note/siyuan/issues/7936) ### 开发者 -* [Attribute View map to database table](https://github.com/siyuan-note/siyuan/issues/7677) -* [Move CHANGELOG.md to changelogs dir](https://github.com/siyuan-note/siyuan/issues/7904) -* [Add zh_CN changelog](https://github.com/siyuan-note/siyuan/issues/7905) -* [Create separate changelog files for each release](https://github.com/siyuan-note/siyuan/issues/7906) \ No newline at end of file +* [属性视图映射数据库表](https://github.com/siyuan-note/siyuan/issues/7677) +* [将 CHANGELOG.md 移到 app/changelogs 目录](https://github.com/siyuan-note/siyuan/issues/7904) +* [添加中文变更日志](https://github.com/siyuan-note/siyuan/issues/7905) +* [为每次发布都创建独立的变更日志文件](https://github.com/siyuan-note/siyuan/issues/7906)