Releases: TobaT3/DrawTk
Releases · TobaT3/DrawTk
v3.0.0-Beta Animation Test
What's Changed
- Basic animation functionality; I will optimize it and add things like onion skin in the full release
- Some bug fixes, more in the full release of course
Full Changelog: v2.0.0...v3.0.0-beta
DrawTk v2.0.0 (GUI Overhaul 1/2)
- Overhauled GUI; it is now better organized, some functions have been moved into a menu up top
- Added preview, when you draw you will see a dashed line showing you what the finished shape will look like
- Overhauled Polygon: To finish a polygon now close it by clicking on its first point
- Overhauled Text: To finish text now press enter (to write a new line now, press shift+enter)
- Reworked some backend things
Full Changelog: v1.2.0...v2.0.0
DrawTk v1.2.0
- Added Text functionality
- Added a mode to Delete any single object (not just the last one like undo)
- Added splash screen
- Windows are now bound together (move with each other)
- Bug fixes
Originally this was supposed to be included in the v2.0.0 graphic overhaul but im not sure how i like that new gui so i made another v1 release;
Full Changelog: v1.1.1...v1.2.0
Hotfix for v1.1.0 (DrawTk v1.1.1)
Fixed file loading not working
DrawTk v1.1.0
The file loading system actually doesnt work. Please download the latest release (at this time v1.1.1)
Overall added some more polish and made the ngon work, originally was supposed to be 2.0.0 but its not that big;
- Added an actual ngon
- Added load funcionality
- Added file save gui instead of automatically saving as tkinter_drawing.py/.png;
- Exporting now also supports .jpeg, .tiff and .bmp
- Added some popup message boxes (are you sure you want to delete all? and an error message for file loading)
- Made the windows centered
- Added a favicon
Bug fixes:
- Fixed #6 - Triangle should now work with different line width
Might still have more bugs, tried to finish it today so didnt have time for testing; please open an issue (inevitably ill be the only one opening issues because no ones using this but hey)
DrawTk v1.0.0
- First release