Skip to content

Latest commit

 

History

History
124 lines (79 loc) · 3.57 KB

CHANGELOG.md

File metadata and controls

124 lines (79 loc) · 3.57 KB

Changelog / 更新日志

Tip

This changelog has the following 7 types of updates, each of which is represented by 7 different colors
此更新日志有以下 7 中类型的更新内容,分别用 7 中不同颜色来表示

  • 🟢 Added / 新增
  • 🔴 Removed / 移除
  • 🟡 Changed / 变更
  • 🔵 Optimized / 优化
  • 🟣 Fixed / 修复
  • 🟠 Deprecated / 弃用
  • 🟤 Refactored / 重构

🔖 1.2.3

🕓 Release Date / 发布日期 : 2025-01-13

🟡 Changed / 变更

  • Update the version of the tkintertools dependency package
    更新 tkintertools 依赖包的版本

🔖 1.2.2

🕓 Release Date / 发布日期 : 2024-11-17

🟡 Changed / 变更

  • Update the version of the tkintertools dependency package
    更新 tkintertools 依赖包的版本

🔖 1.2.1

🕓 Release Date / 发布日期 : 2024-10-12

🟡 Changed / 变更

  • Submodule constants renamed to _constants
    子模块 constants 重命名为 _constants

🟢 Added / 新增

  • The function set_mpl_default_theme added the parameter apply_font to specify whether to use the font of tkintertools
    函数 set_mpl_default_theme 新增参数 apply_font 来指定是否使用 tkintertools 的字体

🔖 1.2.0

🕓 Release Date / 发布日期 : 2024-09-21

🟡 Changed / 变更

  • The first and second parameters of the classes FigureCanvas and FigureToolbar swap positions to conform to the order of the parameters of the other canvas classes
    FigureCanvasFigureToolbar 的第一个与第二个参数交换位置,以符合其它画布类的参数顺序

🟣 Fixed / 修复

  • Fixed some incorrect docstrings
    修复了一些错误的文档字符串

🔖 1.1.1

🕓 Release Date / 发布日期 : 2024-09-16

🟡 Changed / 变更

  • Update the version of the tkintertools dependency package
    更新 tkintertools 依赖包的版本

🔖 1.1.0

🕓 Release Date / 发布日期 : 2024-09-06

🟢 Added / 新增

  • The theme color dictionary has added the adaptation of text in the window
    主题颜色字典新增了窗口内文本的适配

🟡 Changed / 变更

  • The parameter dark of the function set_mpl_default_theme was renamed to theme and the value was changed from a boolean type to "light""dark"
    函数 set_mpl_default_theme 的参数 dark 更名为 theme,值由布尔类型变更为 "light""dark"

🔖 1.0.1

🕓 Release Date / 发布日期 : 2024-09-06

🟢 Added / 新增

  • A new mechanism has been added to determine whether grid is enabled or not, so that the grid color can be automatically adapted to the theme
    新增了 grid 是否开启的判定机制,使得网格颜色可以自动对主题进行适配

🟡 Changed / 变更

  • Now requires matplotlib version >= 3.7.0
    现在要求 matplotlib 版本 >= 3.7.0

🔵 Optimized / 优化

  • The icon color of the button adapts to the dark theme
    按钮的图标颜色适配了暗色主题

🟣 Fixed / 修复

  • Fixed the bug that the real-time coordinate information of the mouse was not displayed under the bright color theme
    修复亮色主题下鼠标实时坐标信息不显示的 bug

🔖 1.0.0

🕓 Release Date / 发布日期 : 2024-08-07

🟤 Refactored / 重构

  • Completed the project detached from tkintertools and refactored to be compatible
    完成了项目从 tkintertools 的分离,并重构以兼容