v3.69.1
github-actions
released this
06 May 09:03
·
221 commits
to develop
since this release
Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 增加繁体中文语言支持
- feat: 增加配置项支持禁用编辑器粘性滚动
- fix: 修复更改预览器后,未刷新控制面板的问题
- feat(plugin):
ctx.api.proxyRequest
方法增加abortSignal
参数用以取消请求;支持sse
参数用以接收服务器推送事件
- feat: Added support for Traditional Chinese language
- feat: Added support for disabling editor sticky scrolling through configuration option
- fix: Fixed issue where control panel was not refreshed after changing previewer
- feat(plugin): Added
abortSignal
parameter toctx.api.proxyRequest
method for canceling requests; added support forsse
parameter for receiving server-sent events