Releases: Saadmairaj/tkmacosx
Releases · Saadmairaj/tkmacosx
tkmacosx-0.1.2
tkmacosx-0.1.1
New feature
- Add
Marquee
widget. ColorVar
now works withCanvas
items as well.
Bug
- Fix
ColorVar
not working with the foreground oftkmacosx.Button
. - Fix unnecessary
focus_set()
bytkmacosx.Button
. - Fix issues with
__main__.py
file. - Fix issues with
SaveVar()
.
tkmacosx-0.1.0
New feature
- Add
SaveVar()
function to save and load tkinter variable.
Bug
- Fix colors import issue.
tkmacosx-0.0.9
Fix installation issues.
tkmacosx-0.0.7
Enhancement
- Change
eval()
withast.literal_eval()
in DictVar Variable
Bug
- Fix colorscale issues.
(Not available on PyPi.)
tkmacosx-0.0.6
New Feature
Add new style tkinter colorscale.
tkmacosx-0.0.5
Enhancement
- Improve the
__init__.py
file.
Bug
- Fix a bug where
borderless
for multiple buttons does not work properly.
tkmacosx-0.0.4
Fix an import errors.
tkmacosx-0.0.3
Add docstrings.
tkmacosx-0.0.2
Fix an error running command python -m tkmacosx
.