Skip to content

0.20.0

Compare
Choose a tag to compare
@MHendricks MHendricks released this 14 May 00:19
· 7 commits to main since this release

What's Changed

Full Changelog: 0.12.0...0.20.0

Potentially breaking change

Who does it affect: This is only a breaking change if you have written your own custom widgets that expect the old kwargs structure.

This re-works the kwarg's that most gui widgets use by replacing the resolver, hab_widget and verbosity arguments with a shared Settings instance. The Settings instance is a QObject allowing it to have Qt signals that widgets can connect to and respond to changes. It will also ensure that this kind of breaking change won't need to happen again as we can add new properties without the need to change the kwargs of many widgets.