🕓 *Release Date / 发布日期 : 2023-11-26*
🟢 **Added / 新增**
* A new method for the `Animation` class is called `shutdown` to terminate the current animation
类 `Animation` 新增方法 `shutdown` 来终止当前动画
* The geometry class `Cuboid` and the geometry class `Tetrahedron` of submodule `tools_3d` have been initialized to increase the degree of freedom in style configuration
子模块 `tools_3d` 的类 `Cuboid` 和类 `Tetrahedron` 新增一些初始化参数来提高样式配置的自由度
* The constants `TCL`, `PROPORTION`, `SEQLENGTH`, and `NUM` are added
新增常量 `TCL`、`PROPORTION`、`SEQLENGTH` 和 `NUM`
* The `color` function adds the parameters `seqlength` and `num` to enhance the functionality
函数 `color` 新增参数 `seqlength` 和 `num` 来增强功能
🔵 **Optimized / 优化**
* The parameter support for the function `color` has been expanded to support color names such as red, skyblue, and cyan2
函数 `color` 的参数支持的范围扩大,可以支持诸如 red、skyblue 和 cyan2 等颜色名称
* Some functions can be called without the need for a parent widget
部分函数无需父控件即可调用
🟣 **Fixed / 修复**
* Fixed a bug where the function `color` would get an incorrect result in rare cases
修复了函数 `color` 在罕见情况下会得到错误结果的问题