Skip to content

Releases: hellotool/ttk-text

ttk-text v0.3.3

18 Apr 00:53
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  1. Added compatibility for tk_setPalette.
  2. Added support for theming the text selection color when inactive.
  3. Fixed an issue to make ThemedTextFrame itself non-focusable by default.

Full Changelog: v0.3.2.post1...v0.3.3

ttk-text v0.3.2.post1

04 Apr 19:47
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v0.3.2.post1

Fixed the Action workflow.

v0.3.2

  1. Added Security Policy.
  2. Optimized implementation details.

Full Changelog: v0.3.1...v0.3.2.post1

ttk-text v0.3.2

04 Apr 19:40
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  1. Added Security Policy.
  2. Optimized implementation details.

Full Changelog: v0.3.1...v0.3.2

ttk-text v0.3.1

10 Feb 18:42
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  1. Replace the dictionary with WeakKeyDictionary.
  2. Add a type annotation to the ScrolledText class.
  3. Updated documentation, copyright, and fixed broken links.

Full Changelog: v0.3.0...v0.3.1

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. (Breaking Change) Renamed the style to ThemedText.TEntry.
  2. Optimized the scrollable text box; a space is now left in the bottom-right corner when both horizontal and vertical scrollbars are enabled.
  3. Added support for textpadding and fieldbackground properties in styles.
  4. Enabled dynamic switching of background and foreground (font) colors.

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