github bazaar-org/bazaar v0.7.14
0.7.14

5 hours ago

Thank you to everyone who donated to me last release!! I really really appreciate you, you have no idea how much it helped! <3

IMPORTANT: hooks have a new, optional field check-appid-regex. This gives you the opportunity to add a basic regex check on an incoming appid before incurring the overhead of spawning a subprocess. This improves performance and reduces script boilerplate for long lists of hooks that execute on specific appids.

Here is the updated example from the docs:

hooks:
  - id: handle-jetbrains
    when: before-transaction

    # new field; if this doesn't match, then the entire hook is skipped
    check-appid-regex: ^com\.jetbrains\..*$

    dialogs:
      - id: jetbrains-warning
        title: >-
          JetBrains IDEs are not supported in this format
        body-use-markup: true
        body: >-
          This is a <a href="https://www.jetbrains.com/">JetBrains</a>
          application and is not officially supported on Flatpak. We
          recommend using the Toolbox app to manage JetBrains IDEs.
        default-response-id: cancel
        options:
          - id: cancel
            string: "Cancel"
          - id: goto-web
            string: "Download JetBrains Toolbox"
            style: suggested
    shell: exec /absolute/path/to/bazaar-jetbrains-hook.bash

Main Release Notes from Metainfo:

New Features

  • Rework the add-ons dialog
  • Add a gradient under the download timeline
  • Add a filter button to the search page
  • Add a button to show the EULA for some proprietary apps
  • Make the names of verified developers clickable links

Fixes

  • Fix the colours of the update card
  • Make the update banner follow the accent colour

Github Changelog

New Contributors

Full Changelog: v0.7.13...v0.7.14

this-is-me-slime-rancher

Don't miss a new bazaar release

NewReleases is sending notifications on new releases.