Releases: UnsignedArduino/TkZero
TkZero v0.2.0
New release which fixes and adds a bunch of stuff.
Changes:
- Can import and use themes.
- Can set and get window icon.
- Enabling and disabling ScrollableFrame from a parent will work now and fix ScrollableFrame's scrolling.
- Add
hovering_over
attribute to lots of widgets. - Add "fake
read_only
mode" to Text widgets by intercepting "insert", "delete", and "replace" commands and can automatically enable and disableread_only
mode of widgets like Entry and Text. - Removed the useless type-checking and use the typing module for lists and tuples to be compatible with more versions of Python.
- Can disable text on Progressbar if it is interfering with themes.
You can find it on PyPI here: https://pypi.org/project/TkZero/0.2.0/.
As usual, if you have any problems, please open an issue. If it doesn't warrant an issue, you may also open a discussion here.
Thank you for using TkZero. ❤❤❤
TkZero v0.1.2
A small release to fix some bugs.
Changes:
- Fixes menu items not deleting.
- Fixes several bugs with the ScrollableFrame.
You can find it on PyPI here: https://pypi.org/project/TkZero/0.1.2/.
As usual, if you have any problems, please open an issue. If it doesn't warrant an issue, you may also open a discussion here.
Thank you for using TkZero. ❤❤❤
TkZero v0.1.1
A small release to fix a bug and add some functionality.
Changes:
- Fixes a bug where pasting into a text widget caused an exception.
- Added undo/redo in the text widget.
- Added scrollable frames.
You can find it on PyPI here: https://pypi.org/project/TkZero/0.1.1/.
As usual, if you have any problems, please open an issue. If it doesn't warrant an issue, you may also open a discussion here.
Thank you for using TkZero. ❤❤❤
TkZero v0.1.0
A fresh new release that adds many new widgets and functionality.
Changes:
- The separator widget was added.
- The label frame widget was added.
- Floating tooltips were added.
- The notebook widget was added.
- Window positions and sizes can now accept tuples.
- Accept lists and tuples in listboxes, comboboxes, and spinboxes.
- Several functions of the Windows were converted to getters and setters.
- Support underline and accelerators in menus.
- Progress bars can now have text on them.
You can find it on PyPI here: https://pypi.org/project/TkZero/0.1.0/.
As usual, if you have any problems, please open an issue. If it doesn't warrant an issue, you may also open a discussion here.
Thank you for using TkZero. ❤❤❤
TkZero v0.0.6
Another test release to make sure that builds are made on PyPI.
You can find it on PyPI here: https://pypi.org/project/TkZero/0.0.6/.
As usual, if you have any problems, please open an issue. If it doesn't warrant an issue, you may also open a discussion here.
Thank you for using TkZero. ❤❤❤
TkZero v0.0.5
Better support for menus and testing the GitHub actions upload to PyPI
You can find it on PyPI here: https://pypi.org/project/TkZero/0.0.5/.
As usual, if you have any problems, please open an issue. If it doesn't warrant an issue, you may also open a discussion here.
Thank you for using TkZero. ❤❤❤
TkZero v0.0.4
Another test release to make sure that builds are made on PyPI.
You can find it on PyPI here: https://pypi.org/project/TkZero/0.0.4/.
As usual, if you have any problems, please open an issue. If it doesn't warrant an issue, you may also open a discussion here.
Thank you for using TkZero. ❤❤❤
TkZero v0.0.3
Another test release to make sure that builds are made on PyPI.
You can find it on PyPI here: https://pypi.org/project/TkZero/0.0.3/.
As usual, if you have any problems, please open an issue. If it doesn't warrant an issue, you may also open a discussion here.
Thank you for using TkZero. ❤❤❤
TkZero v0.0.2
A test release to make sure that builds are made on PyPI.
You can find it on PyPI here: https://pypi.org/project/TkZero/0.0.2/.
As usual, if you have any problems, please open an issue. If it doesn't warrant an issue, you may also open a discussion here.
Thank you for using TkZero. ❤❤❤
TkZero v0.0.1
The very first release of TkZero - built from when it was first uploaded to GitHub.
You can find it on PyPI here: https://pypi.org/project/TkZero/0.0.1/.
As usual, if you have any problems, please open an issue. If it doesn't warrant an issue, you may also open a discussion here.
Thank you for using TkZero. ❤❤❤