Skip to content

chore(deps): update dependency bazaar-org/bazaar to v0.7.15#1220

Open
ubot-7274[bot] wants to merge 1 commit intomainfrom
renovate/bazaar-org-bazaar-0.x
Open

chore(deps): update dependency bazaar-org/bazaar to v0.7.15#1220
ubot-7274[bot] wants to merge 1 commit intomainfrom
renovate/bazaar-org-bazaar-0.x

Conversation

@ubot-7274
Copy link
Copy Markdown
Contributor

@ubot-7274 ubot-7274 Bot commented Apr 10, 2026

This PR contains the following updates:

Package Update Change
bazaar-org/bazaar patch 0.7.130.7.15

Release Notes

bazaar-org/bazaar (bazaar-org/bazaar)

v0.7.15: 0.7.15

Compare Source

Hello Bazaar enthusiasts! This quick release brings a few features and many fixes.

IMPORTANT: Bazaar now reads a new environment variable BAZAAR_DESKTOP_SEARCH_PROVIDER_ICON_SIZE, which may be read as an unsigned integer from 1 to 256 to specify the square pixel size of icons sent to the desktop search provider. This should be configured to be a higher value than its default value of 24x24 when on KDE, as krunner paints result icons as much larger than gnome-shell does. This way, the images will not appear blurry as they have historically on KDE.

IMPORTANT: Bazaar now supports a new command line option --preview-metainfo that opens two file selection dialogs, allowing a user to choose a metainfo file and optionally an icon file. It then displays a mock app page, including a banner with a button that leads to a basic page showcasing widgets elements that have the branding. This should be helpful for app developers who would like to see what their app looks like in Bazaar before submitting to Flathub.

Thanks for reading!

What's Changed

New Contributors

Full Changelog: bazaar-org/bazaar@v0.7.14...v0.7.15

cta

v0.7.14: 0.7.14

Compare Source

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: bazaar-org/bazaar@v0.7.13...v0.7.14

this-is-me-slime-rancher


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@ubot-7274 ubot-7274 Bot requested review from m2Giles and p5 as code owners April 10, 2026 07:41
@codacy-production
Copy link
Copy Markdown

codacy-production Bot commented Apr 10, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes. Give us feedback

@ubot-7274 ubot-7274 Bot force-pushed the renovate/bazaar-org-bazaar-0.x branch 2 times, most recently from c6236cf to dbda53a Compare April 12, 2026 09:50
@ubot-7274 ubot-7274 Bot changed the title chore(deps): update dependency bazaar-org/bazaar to v0.7.14 chore(deps): update dependency bazaar-org/bazaar to v0.7.15 Apr 17, 2026
@ubot-7274 ubot-7274 Bot force-pushed the renovate/bazaar-org-bazaar-0.x branch 2 times, most recently from 07bf24c to 9541534 Compare April 18, 2026 06:02
@ubot-7274 ubot-7274 Bot force-pushed the renovate/bazaar-org-bazaar-0.x branch from 9541534 to 7813ef1 Compare April 21, 2026 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants