Skip to content

Releases: blurstudio/hab-gui

0.24.0

11 Sep 23:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.23.0...0.24.0

0.23.0

22 Jul 23:55
Compare
Choose a tag to compare

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

31 May 00:51
Compare
Choose a tag to compare

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

14 May 17:51
Compare
Choose a tag to compare

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

14 May 00:19
Compare
Choose a tag to compare

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.

0.12.0

26 Mar 23:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.11.0...0.12.0

0.11.0

19 Feb 18:45
Compare
Choose a tag to compare

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 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: 0.10.0...0.11.0

0.10.0

30 Nov 00:05
Compare
Choose a tag to compare

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

Full Changelog: 0.9.0...0.10.0

0.9.0

14 Nov 03:09
Compare
Choose a tag to compare

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

02 Nov 22:22
Compare
Choose a tag to compare

No meaningful changes, just updates to github actions.

What's Changed

Full Changelog: 0.7.0...0.8.0