Skip to content

Latest commit

 

History

History
89 lines (49 loc) · 7.05 KB

CHANGELOG.md

File metadata and controls

89 lines (49 loc) · 7.05 KB

Changelog

0.1.3 (2024-04-20)

Build System

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

Miscellaneous

  • main: release 0.2.1 (24c6c04)
  • main: release 0.2.2 (1fd151f)
  • main: release 0.2.3 (8e73a2e)
  • manaco-editor: release v0.2.1 (857a36f)
  • monaco-editor: release v0.2.2 (b1d4ff6)
  • monaco-editor: release v0.2.4 (077fc65)
  • typewriter: release v0.1.3 (52c3911)

Features

  • inbox: 添加收集箱客户端 | Add inbox client. (63d943e)
  • monaco-editor: 优化云收集箱面板内容查看功能 | Optimize cloud inbox panel content viewing function. (9dd0c7b)
  • monaco-editor: 优化使用指定字符集打开文件功能 | Optimize the function of opening files using the specified character set. (f65cb9e)
  • monaco-editor: 支持使用自定义字符集打开文件 | Support opening files using custom character sets. (b6ebe15)
  • monaco-editor: 支持自定义编辑器折行方案 | Support custom editor word wrap scheme. (95aa1cb)

Bug Fixes

  • monaco-editor: 修复 Vditor 编辑器重复加载资源文件问题 | Fix the issue of Vditor editor repeatedly loading resource files. (11b77c5)
  • monaco-editor: 修复在 BrowserWindow 中编辑器无法加载问题 | Fix the issue that the editor cannot be loaded in BrowserWindow. (c8d6c68)
  • monaco-editor: 修复无法在浏览器环境中正确加载的问题 | Fix the issue that cannot be loaded correctly in the browser environment. (da13865)
  • monaco-editor: 修复超链接转义问题 | Fix hyperlink escape issue. (b62da9c)
  • typewriter: 修复焦点显示功能导致在编辑表格时表格重新渲染问题 | Fix the issue that the table is re-rendered when editing the table due to the focus display function. (c431631)

0.1.2 (2023-10-31)

Features

  • typewriter: 适配属性视图 | Adapt to the attribute view. (09c431d)

0.1.1 (2023-09-18)

Miscellaneous

  • typewriter: release v0.1.1 (08fa66b)

Bug Fixes

  • typewriter: 修复关闭打字机模式后显示焦点功能失效问题 | Fix the issue that the function of displaying focus is invalid after closing the typewriter mode. (f4163e3)

Performance Improvements

  • typewriter: 优化代码块跟随行滚动功能 | Optimize the function of code block following the line scrolling. (612afa1)

0.1.0 (2023-09-16)

Miscellaneous

  • typewriter: release v0.1.0 (08a73ca)
  • typewriter: 添加附属仓库 typewriter | Add sub-repository typewriter. (1703941)

Documentation

  • typewriter: 完善文档 | Improve documentation. (34e7d5c)

Features

  • typewriter: 完善设置面板 | Improve settings panel. (fa7cabf)
  • typewriter: 实现打字机在代码块中跟随行功能 | Implement the function of typewriter following the line in the code block. (959f567)
  • typewriter: 实现打字机模式基础功能 | Implement the basic functions of typewriter mode. (fc6835e)
  • typewriter: 显示当前编辑焦点 | Show current editing focus. (4239c16)
  • typewriter: 添加快捷键、命令与顶部菜单栏按钮 | Add keyboard shortcuts, commands and top menu bar button. (fd97a87)

Code Refactoring

  • typewriter: 使用 data-plugin-focus="true" 替换 class="plugin-focus-classname" (71fcddd)