Skip to content

Releases: Zuoqiu-Yingyi/widget-pseudocode

pseudocode v0.2.0 release

14 Nov 10:23
Compare
Choose a tag to compare

v0.2.0/2022-11-14

  • v0.1.1 <=> v0.2.0
  • 修复手动设置序号错误问题 | Fix the issue of manually setting the serial number error.
  • 编号设置为 0 时启用自动编号 | Enable automatic numbering when the serial number is set to 0.

pseudocode v0.1.1 release

06 Nov 14:56
Compare
Choose a tag to compare

v0.1.1/2022-11-06

  • v0.1.0 <=> v0.1.1
  • 使用 <style> 标签设置 data-export-html 导出样式 | Using <style> tag to set the data-export-html export style.
  • 更新 URL 分享链接 | Update the URL sharing link.
  • data-export-html 导出样式的 <style> 标签添加 scoped 属性 | Add the scoped attribute to the <style> tag for the data-export-html export style.

pseudocode v0.1.0 release

16 Oct 15:32
Compare
Choose a tag to compare

v0.1.0/2022-10-17

  • 实现编辑与渲染基础功能 | Implement basic editing and rendering functions.
  • 引入渲染器为 ES6 模块 | Introduced the renderer as the ES6 module.
  • 支持分屏预览 | Support split-screen preview.
  • 支持 KaTeX 宏定义 | Support KaTeX macro definitions.
  • 支持国际化与本地化 | Support internationalization and localization. (i18n & l10n)
  • 添加用语法帮助与示例 | Add grammar help and examples.
  • 支持宏自动补全 | Supports macro autocompletion.
  • 开启自动闭合括号功能 | Enable the function of automatic closing of parentheses.
  • 双击预览面板切换编辑/预览状态 | Double-click the preview panel to toggle the edit/preview status.
  • 支持代码高亮 | support code highlighting.
  • 调整公式自动补全模板的换行与缩进 | Adjust the wrapping and indentation of the formula auto-completion template.
  • data-export-html 中引用样式文件 | Reference style files in data-export-html.
  • 新增使用链接分享功能 | Added the function to share with link.