Skip to content

design2apps v2.2.0

Latest

Choose a tag to compare

@Mordekai66 Mordekai66 released this 13 Apr 07:54

design2apps v2.2.0

Added

  • Framework selection system (Tkinter, Kivy, PyQt5, Swing, C++) with checkbox control.

Improved

  • Modular validation moved to utils.py like output path, Figma fields, and token validation.
  • Cleaner separation between data parsing and UI logic.
  • More explicit success messages per framework.
  • UI layout expanded and reorganized for clarity.

Changed

  • The generation process is now conditional based on selected frameworks instead of generating all outputs.
  • Default behavior shifted to selective multi-threaded generation.

Fixed

  • Removed hardcoded entry references entry_1 and entry_2 causing incorrect data binding.
  • Prevented execution without selecting all frameworks by default.