Skip to content

Latest commit

 

History

History
71 lines (49 loc) · 3.87 KB

CHANGELOG.md

File metadata and controls

71 lines (49 loc) · 3.87 KB

更改日志/CHANGE LOG

v0.2.8/2023-02-16

  • 更新 Brython 版本至 3.10.7 / Update Brython version to 3.10.7.
  • 调整包引用路径 | Adjusted the path of package reference.
  • 更新 Brython 版本至 3.11.0 / Update Brython version to 3.11.0.
  • 更新 Brython 版本至 3.11.1 / Update Brython version to 3.11.1.
  • 调整导出的 markdown 内容 / Adjust the exported markdown content.

v0.2.7/2022-06-03

  • 更新 Brython 版本至 3.10.6 / Update Brython version to 3.10.6.
  • 调整菜单栏样式 | Adjust the style of the menu bar.

v0.2.6/2022-03-07

  • 保存时将代码与运行结果保存至 data-export-md 属性, 在导出时渲染为代码块 | Saves the code and run results to the data-export-md attribute when saving, rendering as a block of code on export.

v0.2.5/2022-01-17

  • 修复在非 iframe 模式下获取主题配置文件失败的问题 | Fix an issue where getting a theme configuration file in non-iframe mode.

v0.2.4/2022-01-13

  • 配色跟随主题切换 | The color scheme follows the global theme.
  • 添加 .gitignore 配置文件 | Add the .gitignore configuration file.

v0.2.3/2022-01-10

  • 更新 Brython 版本至 3.10.4 / Update Brython version to 3.10.4.

v0.2.2/2021-11-20

  • 更新 README.md 错误链接 / Update the README.md error link.
  • 取消控制台面板的拼写检查 / Cancel spell checking for the console panel.

v0.2.1/2021-11-15

  • 调整 文档, 示例测试 超链接位置 / Adjust the Document, Demo and Test hyperlink locations.

v0.2.0/2021-11-09

  • 更新 Brython 版本至 3.10.3 / Update Brython version to 3.10.3.
  • 添加代码文件导入/导出功能 / Add code file import/export feature.
  • 将控制台默认字体设置为 Consolas / Set the console default font to Consolas.

v0.1.1/2021-10-26

  • 将挂件名称更改为 brython-editor / Change the widget name to brython-editor.
  • 自动保存用户设置 / Save user settings automatically.
  • 自动加载用户设置 / Load user settings automatically.

v0.1.0/2021-10-24

  • 新建项目 / Create a new project
  • 添加顶部菜单 / Add a top menu
    • 将代码与输出保存至思源笔记块属性 / Save code and output to the block properties of SiYuan note.
    • 从思源笔记块属性中加载代码与输出 / Load code and output from the block properties of SiYuan note.
    • 清空编辑器按钮 / A button to empty editor content.
    • 清空输出面板按钮 / A button to empty output panel.
    • 启用/关闭长代码自动换行 / A button to Enable/Disable long code wraps.
    • 切换界面语言(简体中文/英文) / Switch interface languages(Chinese Simplified/English).
    • 切换编辑器主题 / Switch editor themes.
    • 切换编辑器与输出面板字号 / Switch the font sizes of editor and output panel.
    • 运行代码 / Run code.
    • 显示 Python 运行输出 / Display the run output of Python
    • 显示 Python -> JavaScript 的翻译结果 / Displays the translation of Python -> JavaScript
    • 生成代码分享链接 / Build a code sharing link.
    • 启用/关闭调试 / Enable/Disable debugging.
    • 显示/折叠输出面板 / Display/Fold output pannel