Ttkbootstrap Versions Save

A supercharged theme extension for tkinter that enables on-demand modern flat style themes inspired by Bootstrap.

v1.10.1

1 year ago

What's Changed

Several bug fixes.

Full Changelog: https://github.com/israel-dryer/ttkbootstrap/compare/v1.10.0...v1.10.1

v1.10.0

1 year ago

What's Changed

Miscellaneous bug fixes, French language support, and load custom themes from JSON.

Added

Fixed

New Contributors

Full Changelog: https://github.com/israel-dryer/ttkbootstrap/compare/v1.9.0...v1.10.0

v1.9.0

1 year ago

What's Changed

A few addition to existing widgets and some bug fixes.

Added

Fixed

  • Short color definitions now work with Colors.hex_to_rgb #297
  • Button binding was referencing name instead of object; default key binding should now work on Linux with buttons #308

New Contributors

Full Changelog: https://github.com/israel-dryer/ttkbootstrap/compare/v1.8.0...v1.9.0

v1.8.0

1 year ago

What's Changed

A new feature for Tableview and a bug fix.

Added

Fixed

Full Changelog: https://github.com/israel-dryer/ttkbootstrap/compare/v1.7.7...v1.8.0

v1.7.7

1 year ago

What's Changed

Various updates and bug-fixes

Updated

  • You can now change the font on the Text widget; the default font style was removed which enables font changes via the constructor by @israel-dryer in https://github.com/israel-dryer/ttkbootstrap/pull/283

  • Refactor floodgauge variable param; this update allows the user to pass in a variable or textvariable object while instantiating the widget instead of using the built-in objects. I also added getters and setters for this properties and moved the existing fields to private.by @israel-dryer in https://github.com/israel-dryer/ttkbootstrap/pull/279

Fixed

Full Changelog: https://github.com/israel-dryer/ttkbootstrap/compare/v1.7.6...v1.7.7

v1.7.6

2 years ago

What's Changed

A major bug fix and an improvement to msgcat.

Updated

  • You can now use "windows-style" paths or a Path-like object in the MessageCatalog.load method; the underlying tcl/tk library apparently only accepts forward-slashes; this update converts the path to an acceptable format no matter what the style, by @israel-dryer in https://github.com/israel-dryer/ttkbootstrap/pull/272

Fixed

Full Changelog: https://github.com/israel-dryer/ttkbootstrap/compare/v1.7.5...v1.7.6

v1.7.5

2 years ago

What's Changed

Lots of updates and bug fixes.

Changed

Fixed

Full Changelog: https://github.com/israel-dryer/ttkbootstrap/compare/v1.7.4...v1.7.5

v1.7.4

2 years ago

What's Changed

Miscellaneous bug fixes

Fixed

Full Changelog: https://github.com/israel-dryer/ttkbootstrap/compare/v1.7.3...v1.7.4

v1.7.3

2 years ago

What's Changed

Miscellaneous improvements and bug fixes

Added

Fixed

Full Changelog: https://github.com/israel-dryer/ttkbootstrap/compare/v1.7.2...v1.7.3

v1.7.2

2 years ago

Added

Fixed

Changed

New Contributors

Full Changelog: https://github.com/israel-dryer/ttkbootstrap/compare/v1.7.1...v1.7.2