Skip to content

Commit

Permalink
Merge pull request #11 from Zuoqiu-Yingyi/release-please--branches--m…
Browse files Browse the repository at this point in the history
…ain--components--typewriter

chore(main): release 0.1.3
  • Loading branch information
Zuoqiu-Yingyi authored Apr 20, 2024
2 parents d011a0d + 6ceb7e4 commit e1fdd87
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# Changelog

## [0.1.3](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-typewriter/compare/v0.1.2...v0.1.3) (2024-04-20)


### Build System

* 提取部分依赖至工作空间 | Extract some dependencies to workspace. ([fa7f065](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-typewriter/commit/fa7f06555f3fc5314c7c9b8937741e27cbedff99))
* 提取部分依赖至工作空间 | Extract some dependencies to workspace. ([3f8a33d](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-typewriter/commit/3f8a33d5b966e5ced51706e72e886cd27fae3af4))


### Miscellaneous

* **main:** release 0.2.1 ([24c6c04](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-typewriter/commit/24c6c0465e7b01a3ecc24c0b47ef5be63839ca4f))
* **main:** release 0.2.2 ([1fd151f](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-typewriter/commit/1fd151fd15f7b9d114dfeb97f4bb4ba50f8b79f0))
* **main:** release 0.2.3 ([8e73a2e](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-typewriter/commit/8e73a2ed43a399f35fdfddc52e698205cbcf617f))
* **manaco-editor:** release v0.2.1 ([857a36f](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-typewriter/commit/857a36fefeed1ea4c8391c199da97870e4bca059))
* **monaco-editor:** release v0.2.2 ([b1d4ff6](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-typewriter/commit/b1d4ff67f884e42b0888793901cd7cbafa3cfce0))
* **monaco-editor:** release v0.2.4 ([077fc65](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-typewriter/commit/077fc65a1817c95a9ec9cb08d915eabfc4966ec2))
* **typewriter:** release v0.1.3 ([52c3911](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-typewriter/commit/52c3911a9bd7ce6892fbe9209eea5b10be42d08f))


### Features

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


### Bug Fixes

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

## [0.1.2](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-typewriter/compare/v0.1.1...v0.1.2) (2023-10-31)


Expand Down

0 comments on commit e1fdd87

Please # to comment.