Skip to content

Releases: lawsie/guizero

0.6.2

05 Apr 06:26
4946a28
Compare
Choose a tag to compare

0.6.1

08 Mar 07:12
51e93cc
Compare
Choose a tag to compare

0.6.0

08 Feb 07:40
26f3975
Compare
Choose a tag to compare

0.5.4

16 Oct 06:27
6bd7863
Compare
Choose a tag to compare

0.5.3

02 Sep 03:07
6e16a50
Compare
Choose a tag to compare
  • Various bug fixes
  • wrapping multiline TextBox data
  • ButtonGroup, ComboBox now allow 0 options at init
  • Minimum pillow version is now 4.3.0
  • update method added to Add and Window

https://lawsie.github.io/guizero/changelog/#053-2018-07-18

0.5.1

16 May 15:50
6a0c43b
Compare
Choose a tag to compare

ListBox, cascading properties and a few bits and bobs

0.5.0

12 Apr 11:10
7b92403
Compare
Choose a tag to compare

Bug fixes

07 Jun 08:05
Compare
Choose a tag to compare
Bug fixes Pre-release
Pre-release
  • Fixes bugs in TextBox and PushButton to do with failed imports from tkinter
  • Fixes a bug in Text where there were still references to string_var which didn't exist

v0.3.2 Waffle

12 Apr 09:46
Compare
Choose a tag to compare
v0.3.2 Waffle Pre-release
Pre-release
  • Add Waffle class
  • Update all docs to new import style
  • Add check for Python 3 in setup.py
  • Fixes broken add_option in Combo

v0.2.1

07 Jan 14:04
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release
  • Add enable/disable/toggle for PushButton - thanks jezdean
  • Add App on_close() method and document destroy method from tkinter - thanks jezdean
  • Change orient parameter in Slider/ButtonGroup to horizontal (boolean) - thanks bennuttall
  • Add documentation .md files in docs-src/docs for contributors
  • Add background colour and bgcolor() method to App
  • Add installation instructions for Mac to docs
  • Fixed a bug with error formatting in Picture