Releases: blurstudio/hab-gui
0.24.0
What's Changed
- Strip trailing and leading whitespace from uri by @macevhicz in #22
- Enable hidden coverage artifacts by @MHendricks in #23
New Contributors
- @macevhicz made their first contribution in #22
Full Changelog: 0.23.0...0.24.0
0.23.0
What's Changed
- Add widget allowing dynamic selection of optional distros by @MHendricks in #21
Full Changelog: 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 #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: 0.21.0...0.22.0
0.21.0
What's Changed
- Change logging.warning call to logging.debug as intended by @MHendricks in #19
Full Changelog: 0.20.0...0.21.0
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.
0.12.0
What's Changed
- Improve the error message box display by @MHendricks in #16
Full Changelog: 0.11.0...0.12.0
0.11.0
What's Changed
- Custom Variable editor UI and MenuButton refactor by @MHendricks in #15
hab_gui.widgets.menu_button.MenuButton
is now populated by entry points supporting- Correct
hab_gui_menu_button
entry_point name tohab_gui.uri.menu.widget
. hab_gui.uri.menu.widget
can now be omitted by setting tonull
.- Add QtDesigner .ui file loader function
Full Changelog: 0.10.0...0.11.0
0.10.0
This changes the entry_point names slightly. If you are using the old names, see blurstudio/hab#82 (comment) for how to migrate.
What's Changed
- Convert entry_points to dotted notation by @MHendricks in #14
Full Changelog: 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 #12
Full Changelog: 0.8.0...0.9.0
0.8.0
No meaningful changes, just updates to github actions.
What's Changed
- Generate and upload sdist package by @MHendricks in #10
Full Changelog: 0.7.0...0.8.0