Releases: hellotool/ttk-text
Releases · hellotool/ttk-text
ttk-text v0.3.3
Immutable
release. Only release title and notes can be modified.
- Added compatibility for
tk_setPalette. - Added support for theming the text selection color when inactive.
- Fixed an issue to make
ThemedTextFrameitself non-focusable by default.
Full Changelog: v0.3.2.post1...v0.3.3
ttk-text v0.3.2.post1
Immutable
release. Only release title and notes can be modified.
v0.3.2.post1
Fixed the Action workflow.
v0.3.2
- Added Security Policy.
- Optimized implementation details.
Full Changelog: v0.3.1...v0.3.2.post1
ttk-text v0.3.2
Immutable
release. Only release title and notes can be modified.
- Added Security Policy.
- Optimized implementation details.
Full Changelog: v0.3.1...v0.3.2
ttk-text v0.3.1
Immutable
release. Only release title and notes can be modified.
- Replace the dictionary with
WeakKeyDictionary. - Add a type annotation to the
ScrolledTextclass. - Updated documentation, copyright, and fixed broken links.
Full Changelog: v0.3.0...v0.3.1
ttk-text v0.3.0
Immutable
release. Only release title and notes can be modified.
- Added a new component
ThemedTextFramethat can now be used to adapt existing custom Text widgets. - Breaking Change
ThemedTextno longer ignores passed parameters. - Fixed hover state error in
ScrolledText.
Full Changelog: v0.2.2...v0.3.0
ttk-text v0.2.2
Immutable
release. Only release title and notes can be modified.
- Fix
paddingandborderwidthbugs - (IMPORTANT) The tk class name of ThemedText has been changed from
ThemedTextFrametoThemedText
ttk-text v0.2.1
Immutable
release. Only release title and notes can be modified.
Update version number
ttk-text v0.2.0
Immutable
release. Only release title and notes can be modified.
- (Breaking Change) Renamed the style to
ThemedText.TEntry. - Optimized the scrollable text box; a space is now left in the bottom-right corner when both horizontal and vertical scrollbars are enabled.
- Added support for
textpaddingandfieldbackgroundproperties in styles. - Enabled dynamic switching of background and foreground (font) colors.
ttk-text v0.1.3
Immutable
release. Only release title and notes can be modified.
- Fixed the bug where the scrollbar would be compressed.
ttk-text v0.1.2
Immutable
release. Only release title and notes can be modified.
- Support horizontal scrollbar