ObaraEmmanuel Formation Versions Save

Tools for building gorgeous graphical user interfaces in tkinter

v0.2.1

3 years ago

Bug fixes

  • Fix issues preventing startup (special thanks to @bubthegreat)

v0.2.0

3 years ago

New Features

  • Complete undo redo functionality
  • Restart function
  • Runtime icon image recoloring
  • Force exit

UI changes

  • Dark and light themes now available
  • Improved icon quality
  • New look for the about window

Bug fixes

  • Fix issue in menu editor when handling cascade menus

Deprecation

  • Support for Text (Unicode) based icons has been removed

Upcoming Changes

  • grid column and row configuration
  • canvas editor
  • Treeview editor
  • Scrollbar helpers
  • Extension widgets
  • Python code generation
  • Mac OS support

v0.2.0b1

3 years ago

New features

  • Allow event and command bindings
  • Ability to load xml from strings and xml nodes
  • Added preferences
  • Added customizable shortcut keys
  • Added support for animated images

UI changes

  • Made menus more dynamic
  • Changed icon colors
  • Changed hover colors
  • Added action notifying feature for better UX
  • Removed unicode based icons

Bug fixes

  • Fixed resize instability
  • Fixed minor incompatibility with python 3.7 and 3.6

Deprecation

  • Support for tix has been removed

New support

  • Added support for linux

Upcoming Changes

  • Complete Undo Redo functionality
  • Scrollbar helpers
  • Extension widgets
  • Python code generation
  • Mac OS support

v0.1.1-alpha

3 years ago

Patched issues in v0.1.0-alpha

v0.1.0-alpha

4 years ago

Initial pre-release