Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

37 lines (26 loc) · 1.22 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Current Main

None

[0.3.0] - 2024-10-29

  • 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. This is not a game using a canvas but containers only. A canvas version will follow later.

[0.2.0] - 2024-08-12

  • 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.

[0.1.0] - 2024-05-27

  • Added svg widget
  • Added mouse area widget
  • Improved callback error message on all widgets
  • Refactor table and added ability to added the widgets button, checkbox, selectable text, image, and svg.
  • Updated to Iced rev=b30d34f

[0.1.0-alpha] - 2024-05-02

  • First release!