**Version 1.0.0** has been officially release, introducing a completely new style engine and api.
Checkout the new [documentation](https://ttkbootstrap.readthedocs.io/en/latest/) if you haven't seen it already.
python
python -m pip install ttkbootstrap
What's Changed
* styles and themes are created on demand, not loaded all at once; provides much greater flexibility and lower memory footprint
* removed the dependency on json for themes and external resource files
* enabled high-dpi scaling for high resolution displays, add scaling parameter to `Window` and `Toplevel`
* updated existing theme colors and added new themes
* added rounded scrollbar style
* added new themed dialogs
* add `Window` and `Toplevel` classes to parameterize commonly used methods + includes `Style` as a property
* completely redesigned the **ttkcreator** application
* delete all entry DateEntry when error occurs, and give it new value by jongbatax in https://github.com/israel-dryer/ttkbootstrap/pull/49
**Full Changelog**: https://github.com/israel-dryer/ttkbootstrap/compare/v0.5.1...v1.0.0
New Contributors
* jongbatax made their first contribution in https://github.com/israel-dryer/ttkbootstrap/pull/49