Skip to content

Releases: Xiaokang2022/tkintertools-media

1.1.2

17 Nov 15:59
b2d5f3a
Compare
Choose a tag to compare

Full Changelog: 1.1.1...1.1.2

1.1.1

20 Sep 14:14
8458c55
Compare
Choose a tag to compare

🟣 Fixed / 修复

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

  • Fixed a bug where clicking on the screen to pause the video would give an error when closing the bottom control bar
    修复了关闭底部控制栏时点击画面暂停视频会报错的 bug

  • Fixed a bug where using the bottom control bar would result in an error when using a nested canvas
    修复了嵌套使用画布时使用底部控制栏会报错的 bug

1.1.0

20 Sep 12:54
27c74c7
Compare
Choose a tag to compare

🟤 Refactored / 重构

  • The whole is refactored, and the specific API is shown in Documentation
    整体全部重构,具体 API 见文档

Q: Why is this update so concise?
A: I'm just too lazy to write a changelog… :-)

1.0.6

16 Sep 14:34
e44685c
Compare
Choose a tag to compare

🟣 Fixed / 修复

  • Fixed a bug where the video playback speed was abnormal
    修复了视频播放速度异常的 bug

🔴 Removed / 移除

  • Removed the interval parameter for VideoCanvas
    移除了 VideoCanvasinterval 参数

1.0.5

16 Sep 12:09
ae25989
Compare
Choose a tag to compare

🟢 Added / 新增

  • Class VideoCanvas adds parameters click_pause and auto_play
    VideoCanvas 新增参数 click_pauseauto_play
    @shu-shu-1

🟡 Changed / 变更

  • The parameter max_fps of the class VideoCanvas has been changed to interval
    VideoCanvas 的参数 max_fps 变更为 interval

🔵 Optimized / 优化

  • Improved performance of VideoCanvas
    改善 VideoCanvas 的性能

1.0.3

16 Sep 05:48
14ce0c0
Compare
Choose a tag to compare

🟢 Added / 新增

  • Added a left-click function to pause
    新增了鼠标左键点击可以暂停的功能

  • Added a function for the mouse wheel to adjust the volume
    新增了鼠标滚轮可以调节音量的功能

  • Added the display of video playback progress information
    新增视频播放进度信息的显示

🟡 Changed / 变更

  • Change the progress bar to a slider bar and you can drag the video progress
    将进度条更改为滑动条,可以拖动视频进度了

🟣 Fixed / 修复

  • Fixed a bug where video playback would cause continuous stuttering
    修复了视频播放完成时会产生持续卡顿的 bug

🔵 Optimized / 优化

  • Optimize the UI
    优化 UI

1.0.2

16 Sep 02:15
98c2d83
Compare
Choose a tag to compare

🟢 Added / 新增

  • The VideoCanvas class adds the initialization parameter control to enable the built-in UI
    VideoCanvas 新增初始化参数 control 来开启内置的 UI

🟡 Changed / 变更

  • Change the default value of the initialization parameter max_fps of the class VideoCanvas to 30
    修改类 VideoCanvas 的初始化参数 max_fps 的默认值到 30

  • Change the default value of the initialization parameter zoom_item of the class VideoCanvas to True
    修改类 VideoCanvas 的初始化参数 zoom_item 的默认值到 True

1.0.4

16 Sep 09:03
bb8fc93
Compare
Choose a tag to compare

🟤 Refactored / 重构

  • Modified the syntax of some of the code to be compatible with Python 3.10
    修改部分代码的语法,以兼容 Python 3.10

1.0.1

15 Sep 16:44
8c1ebaa
Compare
Choose a tag to compare

🟢 Added / 新增

  • The VideoCanvas class adds an initialization parameter max_fps to limit the maximum fps of the video
    VideoCanvas 新增初始化参数 max_fps 来限制视频的最大帧率

🔵 Optimized / 优化

  • Greatly optimized performance and improved video stuttering
    极大地优化了性能,改善了视频卡顿的问题

1.0.0

15 Sep 14:30
a7ae2d7
Compare
Choose a tag to compare

🟢 Added / 新增

  • A new class VideoCanvas has been added to meet the requirements for video playback
    新增类 VideoCanvas 来实现对视频播放的需求