0.20.0
What's Changed
- Add a menu for controlling verbosity by @MHendricks in #17
- Include the URI in AliasLaunchWindow's window title by @MHendricks in #18
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.