Releases: ObaraEmmanuel/Formation
Releases · ObaraEmmanuel/Formation
v0.2.2 - Formation Studio
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 behighlightcolor
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 forText
andSpinbox
- 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 nowgrid
LinearLayout
is nowpack
FrameLayout
is nowplace
- 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
Bug fixes
- Fix issues preventing startup (special thanks to @bubthegreat)
v0.2.0 - Formation first stable release
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
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
Patched issues in v0.1.0-alpha
first alpha pre-release
Initial pre-release