🕓 *Release Date / 发布日期 : 2023-01-12*
🟣 **Fixed / 修复**
* Fixed a bug that the function `move` cannot perform the default move mode `flat`
修复了函数 `move` 无法进行默认的移动模式 `flat` 的 bug
* Solve the bug that the cursor will flash faster and faster after pasting text for text widget
解决文本类控件在粘贴文本后光标会越闪越快的 bug
🔵 **Optimized / 优化**
* `move` function has been optimized to improve applicability, accuracy and speed
优化了 `move` 函数,提升了适用性、精度以及速度
* `Canvas` class adds compatibility methods `coords`, `move`, `moveto` and `bbox` to improve the DPI adaptation problem
`Canvas` 类新增兼容方法 `coords`、`move`、`moveto` 和 `bbox`,完善了 DPI 的适配问题
* `Tk` Class Add Method `wm_minsize`, `wm_maxsize` to be compatible with DPI adaptation problems
`Tk` 类新增方法 `wm_minsize`、`wm_maxsize` 以兼容 DPI 适配问题
* Optimize the `PhotoImage` class so that it can be used without globalization
优化 `PhotoImage` 类,使之无需全局化,即可使用
* Overall optimization of code and reduction of code volume
总体优化了代码,减少了代码量