🕓 *Release Date / 发布日期 : 2023-05-21*
🔵 **Optimized / 优化**
* Enhance the cross platform functionality of the module, which can run on the Windows and Linux platform
提升模块的跨平台性,可在 Windows 和 Linux 平台上运行
* Optimized reference documentation for classes and functions
优化了类和函数的参考文档
* Improved module compatibility to Python 3.7
提升模块兼容性,向下兼容至 Python3.7
* Optimized test files, compatible with different operating systems, and fixed a small number of bugs
优化了测试文件,兼容不同操作系统,修复少量 bug
* Optimize the methods of the widget checkbox `CheckButton`
优化控件复选框 `CheckButton` 的各项功能
* The class `Canvas` adds parameters `x` and `y` to reduce redundant code
类 `Canvas` 新增参数 `x` 和 `y` 以减少多余代码
🟣 **Fixed / 修复**
* Fixed a bug where widgets would misalign after calling the method `moveto`
修复了控件在调用了方法 `moveto` 后会发生错位的 bug
🔴 **Removed / 移除**
* Remove Unused Constants `SCALE`
删除无用常量 `SCALE`