Skip to content

v2.2.0

Compare
Choose a tag to compare
@funnygeeker funnygeeker released this 04 Jan 05:55
· 9 commits to main since this release

修复

  • 重命名文件夹之后,部分文件缺失的问题
  • pbmbmpcolor_type 未能继承全局默认设置的问题
  • 屏幕驱动没有 color 函数则完全无法使用的问题,现在如果没有 color 函数,则会使用内置的颜色计算函数

Bug Fixes

  • Fixed an issue where some files were missing after renaming a folder.
  • Fixed the issue where the color_type of pbm and bmp did not inherit the global default settings.
  • Fixed the problem where the screen driver cannot be used at all if there is no color function. Now, if the color function is missing, the built-in color calculation function will be used.