Skip to content

Releases: ObaraEmmanuel/Formation

v0.2.2 - Formation Studio

23 May 21:20
9eec343
Compare
Choose a tag to compare

New Features

  • Grid row and columns can now be configured
  • You can now double-click a widget to start editing text
  • Added missing proxy options for paned window widget
  • You can now paste directly to the design pad
  • Added built-in update checker and installer
  • Partial Mac OS support thanks to @SatyenderSinghRana-in
  • Relative image paths are now supported
  • You can now specify what to use between descriptive names or original attribute names as label in the style pane. Descriptive names are something like active border color which would be highlightcolor in tk original naming.

UI changes

  • New and improved color picker
  • Main menu has been redesigned to use check buttons where possible
  • The drag handle is now visible when resizing paned tool windows
  • The style pane search mechanics has been improved
  • The sizes and positions of docked tool windows are saved across restarts

Bug fixes

  • Fixed an issue with the save prompt causing unexpected exits
  • Fixed inconsistencies in the wrap option for Text and Spinbox
  • Fixed validator issue preventing entering zero as a value in certain editors
  • Fix issue preventing xml generation of empty cascade menu items
  • Force exit now uses more aggressive means

Deprecation and Removals

  • The names for the common layouts have been changed for ease of use
    • GridLayout is now grid
    • LinearLayout is now pack
    • FrameLayout is now place
  • Some networking and animation library artifact code has been removed
  • Pywin32 is no longer a dependency making installation easier

Upcoming Changes

  • canvas editor
  • Treeview editor
  • Scrollbar helpers
  • Extension widgets
  • Python code generation
  • Full Mac OS support
  • ttk theme support
  • In-app notification tray
  • Breadcrumbs

v0.2.1 Fixed packaging

07 Mar 08:25
045dc7f
Compare
Choose a tag to compare

Bug fixes

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

v0.2.0 - Formation first stable release

06 Mar 11:07
4b5b4fb
Compare
Choose a tag to compare

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

Formation Studio 0.2.0 Beta 1

02 Feb 22:30
b93014b
Compare
Choose a tag to compare
Pre-release

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

First patch

03 Jul 18:10
Compare
Choose a tag to compare
First patch Pre-release
Pre-release

Patched issues in v0.1.0-alpha

first alpha pre-release

14 Jun 16:08
Compare
Choose a tag to compare
Pre-release

Initial pre-release