Hab-gui

Latest version: v0.21.0

Safety actively analyzes 630523 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.21.0

What's Changed
* Change logging.warning call to logging.debug as intended by MHendricks in https://github.com/blurstudio/hab-gui/pull/19


**Full Changelog**: https://github.com/blurstudio/hab-gui/compare/0.20.0...0.21.0

0.20.0

What's Changed
* Add a menu for controlling verbosity by MHendricks in https://github.com/blurstudio/hab-gui/pull/17
* Include the URI in AliasLaunchWindow's window title by MHendricks in https://github.com/blurstudio/hab-gui/pull/18


**Full Changelog**: https://github.com/blurstudio/hab-gui/compare/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.

0.12.0

What's Changed
* Improve the error message box display by MHendricks in https://github.com/blurstudio/hab-gui/pull/16


**Full Changelog**: https://github.com/blurstudio/hab-gui/compare/0.11.0...0.12.0

0.11.0

What's Changed
* Custom Variable editor UI and MenuButton refactor by MHendricks in https://github.com/blurstudio/hab-gui/pull/15
* `hab_gui.widgets.menu_button.MenuButton` is now populated by entry points supporting
* Correct `hab_gui_menu_button` entry_point name to `hab_gui.uri.menu.widget`.
* `hab_gui.uri.menu.widget` can now be omitted by setting to `null`.
* Add QtDesigner .ui file loader function

**Full Changelog**: https://github.com/blurstudio/hab-gui/compare/0.10.0...0.11.0

0.10.0

This changes the entry_point names slightly. If you are using the old names, see https://github.com/blurstudio/hab/pull/82#issuecomment-1828902341 for how to migrate.

What's Changed
* Convert entry_points to dotted notation by MHendricks in https://github.com/blurstudio/hab-gui/pull/14


**Full Changelog**: https://github.com/blurstudio/hab-gui/compare/0.9.0...0.10.0

0.9.0

What's Changed
* Add hab refresh features for long running hab-gui instances by MHendricks in https://github.com/blurstudio/hab-gui/pull/12


**Full Changelog**: https://github.com/blurstudio/hab-gui/compare/0.8.0...0.9.0

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.