Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Releases: icedpygui/IcedPyGui-Python-Examples

v0.4.0

Choose a tag to compare

@icedpygui icedpygui released this 08 May 16:39
c45f5b4
  • 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

Choose a tag to compare

@icedpygui icedpygui released this 30 Oct 17:13
210a985

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

v0.3.0

Choose a tag to compare

@icedpygui icedpygui released this 29 Oct 17:50

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

Choose a tag to compare

@icedpygui icedpygui released this 12 Aug 19:28

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

Choose a tag to compare

@icedpygui icedpygui released this 26 May 17:21

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

Choose a tag to compare

@icedpygui icedpygui released this 10 May 00:48
817b167

Added

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

0.1.0-alpha

0.1.0-alpha Pre-release
Pre-release

Choose a tag to compare

@icedpygui icedpygui released this 06 May 15:12

Added

  • First release!