Skip to content

Releases: hellotool/ttk-text

ttk-text v0.3.0

11 Jan 22:35
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  1. Added a new component ThemedTextFrame that can now be used to adapt existing custom Text widgets.
  2. Breaking Change ThemedText no longer ignores passed parameters.
  3. Fixed hover state error in ScrolledText.

Full Changelog: v0.2.2...v0.3.0

ttk-text v0.2.2

14 Sep 18:34
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  1. Fix padding and borderwidth bugs
  2. (IMPORTANT) The tk class name of ThemedText has been changed from ThemedTextFrame to ThemedText

ttk-text v0.2.1

19 Aug 16:24
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Update version number

ttk-text v0.2.0

07 Jun 00:22
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  1. (破坏性更改)将样式重命名为 ThemedText.TEntry
  2. 优化可滚动文本框,现在当横向和纵向滚动条启用时,右下角会空出一格空间。
  3. 样式支持 textpaddingfieldbackground 属性
  4. 支持动态切换背景颜色和字体颜色

ttk-text v0.1.3

20 Feb 01:12
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  1. Fixed the bug where the scrollbar would be compressed.

ttk-text v0.1.2

19 Feb 21:49
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  1. Support horizontal scrollbar

ttk-text v0.1.1

19 Feb 01:21
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  1. Support Python 3.8
  2. Fix height and width argument

ttk-text v0.1.0

18 Feb 02:00
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Initial release