Skip to content
Humberto A Sanchez II edited this page Sep 15, 2020 · 27 revisions

Welcome to the albow-python-3 wiki!

Version 2.80

  • Some small fixes to to newest Pygame
  • Fix TextEditor 63
  • Update to Python 3.8.5 61

Version 2.7.9

Our CI build is here: Travis CI

Version 2.7.7

Version 2.7.2

There were some print statements in various classes that were messing up debug output in StarTrekPy; To make matters worse the print are just blank lines. Patch fix for this

Version 2.7.1

  • Update TextBox with last inserted always visible enhancement
  • Fixed TextBox sizing bug

Version 2.7

This was a much needed internal stability and refactoring release. External API users won't see much of a functionality increase. The issue #s fixed are:

Version 2.6

  • Includes new read-only text box widget
  • Enhanced the Button L & F to give it 3D look
  • Provides mechanism to allow API consumer to receive their own user events
  • time_base was not being properly initialized
  • Pygame events were not being properly augmented
  • Albow is now running on and using 3.7 features

Version 2.5.6

 Point release to fix packaging bugs and how ThemeLoader retrieves its resources

Version 2.5

  • Updated documentation release 20 May 2019
  • Introduced a more complete default theme
  • Made themes externally loadable
  • Fixed Label to resize when text changes
  • Fixed ImageButton(now has demo)
  • Demonstrated how to _theme~ ListBox
  • Improves to documentation