Skip to content

Latest commit

 

History

History
376 lines (239 loc) · 38.2 KB

CHANGELOG.md

File metadata and controls

376 lines (239 loc) · 38.2 KB

Changelog

1.4.1 (2023-12-26)

Build System

  • 提取部分依赖至工作空间 | Extract some dependencies to workspace. (02f6657)

Miscellaneous

  • webview: release v1.4.1 (4904d60)

Features

  • webview: 兼容移动端菜单 | Compatible with mobile menu. (60e3629)
  • webview: 支持使用新页签/新窗口打开资源文件超链接 | support opening assets files hyperlinks in new tabs/windows (233908e)

Performance Improvements

  • webview: 改进上下文菜单关闭交互 | Improve context menu close interaction. (8bcb6df)

1.4.0 (2023-10-21)

Miscellaneous

  • webview: release v1.4.0 (16c60a3)

Features

  • keepass: 添加打开 KeeWeb 的方案 | Add the scheme of opening KeeWeb. (baf6c60)
  • webview: 添加图片菜单 | Add image menu. (bdf7ee6)
  • webview: 添加在当前页签中打开功能 | Add open in current tab function. (42f2f39)
  • webview: 添加块资源打开菜单项 | Add block resource open menu items. (c0bb54f)
  • webview: 添加复制图片功能 | Add copy image function. (cd914ed)
  • webview: 添加网页页面中的上下文菜单 | Add context-menu in webview. (63ca18f)
  • webview: 添加资源文件菜单 | Add resource file menu. (191aa7c)

Bug Fixes

  • webview: 修复 Markdown 超链接格式问题 | Fix Markdown hyperlink format issue. (45ca8c9)
  • webview: 修复菜单项打开移动端窗口问题 | Fix the issue that the menu item opens the mobile window. (de4b8f9)

1.3.2 (2023-09-05)

Build System

  • 更新依赖项 | Update dependencies. (c5e8591)

Miscellaneous

  • webview: release v1.3.2 (977f97b)

Features

  • jupyter-client: 添加命令 运行所选代码块 | Add command Run selected cells. (1c6dde5)
  • open-api: 添加 clientfs 属性 | Add client and fs properties. (dd427fa)
  • webview: 添加使用原生窗口编辑器打开思源块的功能 | Add the function of opening SiYuan block with native window editor. (f3fc36b)
  • webview: 添加使用原生窗口编辑器打开思源块的功能 | Add the function of opening SiYuan block with native window editor. (c0d5e4f)
  • webview: 添加打开新标签页功能 | Add the function of opening a new tab. (34a610c)

1.3.1 (2023-08-02)

Miscellaneous

  • custom-block: release v1.0.2 (e005544)
  • webview: release v1.3.1 (d81ba84)

Continuous Integration

  • 优化 CD 配置 | Optimize CD configuration. (90d7c83)

Documentation

  • custom-block: Optimize document (c84f1c1)
  • 完善说明文档 | Improve documentation. (29e10ac)
  • 完善说明文档 | Improve documentation. (f028682)

Features

  • monaco-editor: 为文件资源管理器添加列表辅助线 | Add list guides lines to the file explorer. (999a1f1)
  • monaco-editor: 为编辑器添加更改语言模式命令 | Add change model language command to editor. (60d9278)
  • monaco-editor: 在操作受保护的资源时进行二次确认 | Double confirmation when operating protected resources. (52315c2)
  • monaco-editor: 在新页签/新窗口中打开编辑器 | Open editor in new tab/new window. (2d2ae77)
  • monaco-editor: 在新页签/新窗口中打开编辑器 | Open editor in new tab/new window. (0871582)
  • monaco-editor: 实现 iframe 编辑器 | Implement iframe editor. (df894c9)
  • monaco-editor: 实现侧边栏编辑器 | Implement sidebar editor. (bae5ddd)
  • monaco-editor: 实现块处理器 | Implement block handler. (fbfe232)
  • monaco-editor: 差异编辑器支持单独配置 | Diff editor supports separate configuration. (f2fb9a1)
  • monaco-editor: 文件资源管理器支持打开文件 | File explorer supports opening files. (1481c23)
  • monaco-editor: 文件资源管理支持解析符号链接 | File resource management supports parsing symbolic links. (aaf47df)
  • monaco-editor: 新增添加/另存为菜单项 | Add add/save as menu item. (8c1b57b)
  • monaco-editor: 查看网络文件 | View network files. (a49f049)
  • monaco-editor: 添加代码片段编辑菜单 | Add code snippet edit menu. (f125283)
  • monaco-editor: 添加删除文件/文件夹菜单项 | Add delete file/folder menu item. (1ddd34d)
  • monaco-editor: 添加刷新菜单项 | Add refresh menu item. (77617b1)
  • monaco-editor: 添加工作区目录与文件的提示文本 | Add prompt text for workspace directories and files. (aca1412)
  • monaco-editor: 添加快照文件差异对比菜单 | Add snapshot file diff menu. (9ae4a61)
  • monaco-editor: 添加打开与复制菜单项 | Add open and copy menu items. (4015839)
  • monaco-editor: 添加拖拽上传文件/文件夹功能 | Add drag and drop upload file/folder function. (9dd5a02)
  • monaco-editor: 添加拖拽资源移动其位置的功能 | Add the function of dragging resources to move their positions. (3b3a8d3)
  • monaco-editor: 添加拖拽资源至窗口外时的下载功能 | Add download function when dragging resources out of the window. (5eb88d3)
  • monaco-editor: 添加收集箱编辑菜单 | Add inbox edit menu. (11492db)
  • monaco-editor: 添加文件/文件夹上传菜单 | Add file/folder upload menu. (46639ae)
  • monaco-editor: 添加文件/文件夹下载菜单 | Add file/folder download menu. (555feec)
  • monaco-editor: 添加文件/文件夹重命名菜单栏 | Add file/folder rename menu item. (8c0a515)
  • monaco-editor: 添加文件历史差异对比菜单 | Add file history diff menu. (7342c6c)
  • monaco-editor: 添加文件预览菜单项 | Add file preview menu item. (d970b3f)
  • monaco-editor: 添加新建文件/文件夹菜单项 | Add new file/folder menu item. (465c885)
  • monaco-editor: 添加设置面板 | Add settings panel. (698d680)
  • monaco-editor: 添加静态资源文件拖拽至编辑器时生成超链接的功能 | Add the function of generating hyperlinks when dragging static resource files to the editor. (af2b774)
  • monaco-editor: 编辑器中思源字段支持悬浮预览域点击跳转 | SiYuan tokens in the editor support hover preview area click to jump. (fc0c273)
  • monaco-editor: 编辑本地文件 | Edit local files. (b6818ac)
  • monaco-editor: 编辑资源文件 | Edit asset files. (237fe1f)
  • monaco-editor: 鼠标事件触发编辑器打开 | Mouse event triggers editor open. (090caee)
  • webview: 添加在屏幕中间显示新窗口功能 | Add the function of displaying new windows in the middle of the screen. (b1ff7a8)
  • webview: 超链接添加 在新页签中打开 菜单项 | Hyperlinks add Open in new tab menu item. (de8a6eb)
  • 添加文件资源管理面板 | Add file resource management panel. (972c513)

Bug Fixes

  • custom-block: 修复列表导图视图滚动条异常问题 | Fix the issue of abnormal scroll bar in list mind-map view. (08c6e95)
  • monaco-editor: 修复拖动页签分栏时编辑器无法重新加载问题 | Fix the issue that the editor cannot be reloaded when dragging the tab to split the screen. (6f16d87)
  • webview: 修复 # 链接无法跳转问题 | Fix the issue that # link cannot jump. (94cd77d)

Performance Improvements

  • monaco-editor: 优化编辑器另存为选项 | Optimize editor save as option. (f03bc1e)
  • monaco-editor: 支持使用设置项控制上下文菜单 | Support using setting items to control context menus. (b91fc63)
  • webview: 优化开发者工具 | Optimize developer tools. (8a27a30)

Code Refactoring

  • components: 优化 BlockIcon 组件 | Optimize BlockIcon component. (a1669ff)
  • monaco-editor: 调整文件资源管理器图标与提示文本 | Adjust the icon and prompt text of the file explorer. (32fff26)
  • monaco-editor: 重构侧边栏组件 | Refactor sidebar component. (6f9b136)
  • webview: 调整 Webview 组件结构 | Adjust the structure of the Webview component. (8de39c3)

1.3.0 (2023-07-13)

Features

  • custom-block: 新增全宽显示功能 | Add full-width display function. (5e32265)
  • custom-block: 新增全屏显示功能 | Add full-screen display function. (09e224e)
  • custom-block: 新增列表看板视图 | Add list kanban view. (0636cd1)
  • custom-block: 新增列表脑图视图 | Add list mind-map view. (7347f3b)
  • custom-block: 新增列表表格视图 | Add list table view. (1b91c88)
  • custom-block: 新增文本排版模式功能 | Add text layout mode function. (9aac150)
  • custom-block: 新增显示块 ID 功能 | Add display block ID function. (628c613)
  • custom-block: 新增显示块内容功能 | Add display block content function. (9542955)
  • custom-block: 新增显示块序号功能 | Add display block index function. (0bd517d)
  • custom-block: 新增显示块轮廓功能 | Add display block outline function. (ceff865)
  • custom-block: 新增滚动显示功能 | Add scrolling display function. (a36ac1e)
  • custom-block: 新增表格单元格宽度模式 | Add table cell width mode. (700aaa9)
  • custom-block: 新增设置面板 | Add settings panel. (20fbea9)
  • custom-block: 新增设置面板 | Add settings panel. (58a1674)
  • webview: 新增快捷键与命令 | Add keyboard shortcuts and commands. (d738cfe)
  • webview: 添加块引用菜单 | Add block reference menu. (19b4806)
  • webview: 添加超链接菜单 | Add hyperlink menu. (94d4a30)

Performance Improvements

  • webview: 优化思源静态文件服务的判断 | Optimize the judgment of siyuan static file service. (6e67f00)

Documentation

  • custom-block: 完善文档 | Improve documentation. (b08f5a2)
  • custom-block: 添加预览图 | Add preview image. (f96d37c)

Continuous Integration

  • custom-block: 添加 CD 脚本 | Add CD scripts. (128bcb7)

Build System

Miscellaneous

  • custom-block: release v1.0.0 (5640adc)
  • webview: release v1.3.0 (6af1519)

1.2.0 (2023-07-03)

Features

  • custom-block: 实现使用块菜单编辑块 style 属性功能 | Implement the function of using block menu to edit block style attribute. (6454c4d)
  • custom-block: 新增弹幕功能 | Add bullet-screen function. (e2fd9bb)
  • custom-fonts: 实现自定义字体列表功能 | Implement custom font list feature. (de87fbc)
  • custom-fonts: 实现自定义字体列表功能 | Implement custom font list feature. (d665e36)
  • custom-fonts: 支持嵌入 Twitter Color Emoji 字体 | Support embedding Twitter Color Emoji font. (45b0329)
  • custom-fonts: 支持嵌入 Twitter Color Emoji 字体 | Support embedding Twitter Color Emoji font. (7a4fdfe)
  • custom-fonts: 支持嵌入 Twitter Color Emoji 字体 | Support embedding Twitter Color Emoji font. (69844b8)
  • webview: 网页视图支持自定义网页背景颜色 | Web view supports custom web page background color. (62aab8e)
  • webview: 网页视图支持自定义网页背景颜色 | Web view supports custom web page background color. (2eefbcd)

Bug Fixes

  • webview: 修复在非安全上下文中无法使用 crypto.randomUUID 的问题 | Fix the issue that crypto.randomUUID cannot be used in an insecure context. (0d6b387)

Performance Improvements

  • 改进设置对话框标题内容 | Improve the title content of the settings dialog. (cc2a9aa)
  • 改进设置对话框标题内容 | Improve the title content of the settings dialog. (6c31975)

Code Refactoring

  • 重构 apis.siyuan | Refactor apis.siyuan. (a102e9f)
  • 重构 apis.siyuan | Refactor apis.siyuan. (43d97e0)

Continuous Integration

  • custom-fonts: 添加 CD 配置 | Add CD configuration. (6f6d4da)
  • custom-fonts: 添加 CD 配置 | Add CD configuration. (2cb23cf)
  • metadata: 添加 CD 配置 | Add CD configuration. (7eccd4b)
  • metadata: 添加 CD 配置 | Add CD configuration. (adb93d3)

Build System

  • 更新依赖项 | Update dependencies. (9a8156c)
  • 更新依赖项 | Update dependencies. (e23d68d)

Documentation

  • metadata: 完善 README*.md | Improve README*.md. (29d3fef)
  • metadata: 完善 README*.md | Improve README*.md. (6eecaa7)
  • metadata: 添加 icon.png | Add icon.png. (90894a0)
  • metadata: 添加 icon.png | Add icon.png. (a7d29e6)
  • webview: 新增网页背景设置项介绍 | Add web page background setting item introduction. (957046b)

Miscellaneous

  • apis: 新增 json-schema 相关依赖 | Add json-schema related dependencies. (a9f501e)
  • apis: 新增 json-schema 相关依赖 | Add json-schema related dependencies. (2b396a6)
  • apis: 迁移仓库 siyuan-api-interfaceworkspace/packages 目录 | Migrate repository siyuan-api-interface to workspace/packages directory. (daad4fc)
  • custom-fonts: release v1.0.0 (dbdb4b8)
  • custom-fonts: release v1.0.0 (34c3029)
  • custom-fonts: 将推特表情符号字体由 Twitter Color Emoji 替换为 Twemoji Mozilla | Replace the Twitter emoji font from Twitter Color Emoji to Twemoji Mozilla. (75ef9c6)
  • custom-fonts: 将推特表情符号字体由 Twitter Color Emoji 替换为 Twemoji Mozilla | Replace the Twitter emoji font from Twitter Color Emoji to Twemoji Mozilla. (7c0d873)
  • custom-fonts: 添加附属仓库 custom-fonts 的管理脚本 | Add management scripts for sub-repository custom-fonts. (56b391d)
  • metadata: release v1.0.0 (5db9aca)
  • metadata: 完善 metadata 的配置清单 | Improve the manifest of metadata. (390874c)
  • metadata: 完善 metadata 的配置清单 | Improve the manifest of metadata. (6d0faa5)
  • openCC: 初始化仓库 | Initialize repository. (769da9d)
  • readd custom-block (92bb56e)
  • readd custom-fonts (5f39fa6)
  • scripts: 添加附属仓库 chinese-convert 的管理脚本 | Add management scripts for sub-repository chinese-convert. (79dc1a6)
  • script: 添加附属仓库 custom-block 的管理脚本 | Add management scripts for sub-repository custom-block. (f800477)
  • webview: release v1.1.1 (1995248)
  • 更新依赖 | Update dependencies. (42fa457)
  • 更新依赖 | Update dependencies. (cd82e8e)
  • 更新第三方依赖 | Update third-party dependencies. (432097b)

1.1.0 (2023-06-06)

Features

  • webview: 改进顶部工具栏菜单项隐藏时的菜单位置 | Improve the menu position when the top toolbar menu item is hidden. (d627c81)
  • webview: 新增块菜单菜单项 在新窗口打开在新窗口打开并聚焦 | Add block menu item Open in new window with Open in new window and focus. (4461104)
  • webview: 新增超链接地址提示功能 | Add hyperlink address prompt function. (aaca46c)
  • webview: 添加顶部工具栏菜单项 | Add top toolbar menu items. (400eaae)
  • webview: 设置页签图标为网页图标 | Set the tab icon to the web icon. (c76238a)
  • webview: 设置页签图标为网页图标 | Set the tab icon to the web icon. (9d57359)

Bug Fixes

  • webview: 修复页签图标未显示问题 | Fix the issue of tab icon not displayed. (ca43c09)

Miscellaneous

  • webview: release v1.0.2 (9f04d1c)

1.0.1 (2023-05-31)

Build System

  • siyuan: 使用思源提供的类型定义文件 | Use the type definition file provided by SiYuan. (7247bd8)

Miscellaneous

  • webviewi: remove webview module (bef8182)
  • webview: release v1.0.1 (de89d32)
  • webview: 清单新增字段 backendsfrontends | Manifest adds fields backends and frontends. (67cc633)

1.0.0 (2023-05-27)

Features

  • components: 优化设置面板组件 | Optimize the settings panel component. (8b029cd)
  • utils: 新增日志记录工具 | Added log recording tool. (a89086a)
  • webview: webview 地址栏添加使用默认程序打开按钮 | Add Open with default program button to webview address bar. (262f673)
  • webview: webview 插件支持使用配置选项控制其行为 | The webview plugin supports using configuration to control its behavior. (03b8c75)
  • webview: webview 添加在新标签页打开功能 | Add open in new tab function to webview. (2f054d3)
  • webview:&lt;webview&gt; 外进行交互时设置 <webview>pointer-eventsnont | Set the pointer-events of <webview> to nont when interacting outside <webview>. (aa751a6)
  • webview: 在新窗口打开的思源编辑器中添加 Electron 上下文 | Add Electron context to SiYuan Editor opened in a new window. (1b939ed)
  • webview: 完善插件设置界面 | Improve the plugin settings interface. (909beb3)
  • webview: 完善新窗口打开功能的设置界面 | Improve the settings interface of the open in new window function. (6daad67)
  • webview: 实现在新窗口打开功能 | Implement open in new window function. (fefc779)
  • webview: 添加 使用新窗口打开 按钮 | Add Open with a new window button. (469f9af)
  • webview: 添加 使用新窗口打开思源编辑器 功能 | Add Open SiYuan Editor in a new window function. (009d4c4)
  • webview: 添加自定义 User-Agent 功能 | Add custom User-Agent function. (1b3ed58)
  • webview: 调整桌面端与移动端窗口的默认设置 | Adjust the default settings of desktop and mobile windows. (b5c23ad)
  • 取消对非 Election 环境的支持 (ae20f9b)
  • 添加附属仓库 siyuan-plugin-webview | Add sub-repository siyuan-plugin-webview. (dd5b98b)

Bug Fixes

  • components: 修复设置面板无法完全填充问题 | Fix the issue that the settings panel cannot be fully filled. (6f60f22)
  • webview: 修复拖拽分屏失效问题 | Fix the issue that drag and drop split screen is invalid. (c32ec02)
  • webview: 修复菜单栏状态设置失效问题 | Fix the issue that the menu bar status setting is invalid. (47d9f38)

Code Refactoring

  • components: 使用封装后的 Svg.svelte 组件 | Use the encapsulated Svg.svelte component. (3648da3)
  • webview: 使用 svelte 重构 webview | Refactor webview with svelte. (3411718)
  • webview: 调整在新窗口打开触发策略 | Adjust the trigger strategy for opening in a new window. (b9e8b5d)
  • 优化设置面板组件 | Optimize the settings panel component. (f694a0f)
  • 使用 &lt;webview&gt; 原生 API 管理历史 (bda1338)

Documentation

  • webview: 完善用户文档 | Improve user documentation. (9dd1e56)

Continuous Integration

  • webview: 添加 CD 配置 | Add CD configuration. (5c3c64c)

Miscellaneous

  • webview: release v1.0.0 (06bc992)

更改日志 | CHANGE LOG

本文档由持续集成工作流自动构建,不要直接编辑此文件。
This document is automatically built by the continuous integration workflow. Do not edit this file directly.