Skip to content

Releases: icedpygui/IcedPyGui-Python-Examples

v0.4.0

08 May 16:39
c45f5b4

Choose a tag to compare

  • many internal optimizations
  • new table widget using polars dataframe
  • new canvas draw widget
  • new divider widget for resizing containers
  • more examples ~50 now

v0.3.1

30 Oct 17:13
210a985

Choose a tag to compare

Same as v0.3.0 except needed to update the readme for pypi

v0.3.0

29 Oct 17:50

Choose a tag to compare

Changes

  • upgraded to iced 0.13.1, many changes due to the upgrade
  • added stack see example
  • tables changed but additional changes upcoming in the next release or so
  • add canvas, canvas widgets can be added but dynamic drawing next release or so
  • add ability to move a widget, container moving later
  • add solitaire game to demonstates moving a widget around.

v0.2.0

12 Aug 19:28

Choose a tag to compare

updated to iced rev="07f94d6"
all widgets and containers now have styling
significant changes to the table.
refactored a number of areas to improve consistency.

v0.1.0

26 May 17:21

Choose a tag to compare

Updated all widgets to reflect change that occurred in Icedpygui and iced.
See IcedPyGui changes at https://github.com/icedpygui/IcedPyGui.

v0.1.1-alpha

10 May 00:48
817b167

Choose a tag to compare

Added

  • Added SVG
  • Add mousearea
  • Improved callback error message on all widgets

0.1.0-alpha

06 May 15:12

Choose a tag to compare

0.1.0-alpha Pre-release
Pre-release

Added

  • First release!