Hab-gui

Latest version: v0.24.0

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

Scan your dependencies

Page 1 of 3

0.24.0

What's Changed
* Strip trailing and leading whitespace from uri by macevhicz in https://github.com/blurstudio/hab-gui/pull/22
* Enable hidden coverage artifacts by MHendricks in https://github.com/blurstudio/hab-gui/pull/23

New Contributors
* macevhicz made their first contribution in https://github.com/blurstudio/hab-gui/pull/22

**Full Changelog**: https://github.com/blurstudio/hab-gui/compare/0.23.0...0.24.0

0.23.0

What's Changed
* Add widget allowing dynamic selection of optional distros by MHendricks in https://github.com/blurstudio/hab-gui/pull/21


**Full Changelog**: https://github.com/blurstudio/hab-gui/compare/0.22.0...0.23.0

0.22.0

What's Changed
* Add a URI Picker dialog to pick uris when launching a generic shortcut by MHendricks in https://github.com/blurstudio/hab-gui/pull/20

Extends `hab gui launch` to directly launch an alias using a gui to handle choosing the URI when required like if the user_pref has expired.

When using `hab gui launch`, if you provide an AIAS instead of showing the Hab Launcher it will directly launch the requested alias without showing a UI. All trailing ARGS are passed to the launched alias. However, if the dash URI is passed it will use the URI stored in user preferences. If that URI has expired it will show the URI Picker allowing the user to choose the URI. If the shift key is pressed it will always show the URI Picker.

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

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

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.