Skip to content

Releases: bazaar-org/bazaar

0.9.1

Choose a tag to compare

@kolunmi kolunmi released this 08 Jul 15:53
85ae777

0.9.1

Bugfixes and new "similar apps" section on the main app view :D

doggy

What's Changed

Full Changelog: v0.9.0...v0.9.1

0.9.0: We have a mascot!!

Choose a tag to compare

@kolunmi kolunmi released this 03 Jul 09:28
b6e9a65

0.9.0

Hello everyone! Hope you all are doing well!

This release of Bazaar features quite a few improvements to performance and a reworked curated section. It now supports markdown with support for tables, images, app tiles, and remote markdown articles as well! These enhancements were mostly driven by Alexander, so please do donate to him if you can! https://ko-fi.com/alexandervanhee

Please note that the reworked curated section breaks compatibility with all configs made for previous Bazaar versions. Take a look at the new example. (The links were found on google images; we love racoons)

Also, friend of the project Melody has created a mascot for Bazaar!!

image

She's a hedgehog! Isn't she cute? She doesn't have a name yet 👀

Melody is a very talented vector artist. She has a ko-fi here! https://ko-fi.com/melodyofdelphi

And finally, as always, if you'd like to donate to me, I'd be very appreciative! Every little bit helps: https://ko-fi.com/kolunmi

I hope you enjoy using bazaar as much as I enjoy making it!

Thanks for reading, and have a great day!

What's Changed

Read more

0.8.3

Choose a tag to compare

@kolunmi kolunmi released this 08 Jun 08:21

(metainfo hotfix for 0.8.2: 99fee28 )

Maintenance Release

  • Add mobile search filter
  • Fix infinite fetching of user data folder size
  • Add Network subcategories
  • Remove tag list SEO-ism
  • Rework some UI components

support me: https://ko-fi.com/kolunmi
support Alexander: https://ko-fi.com/alexandervanhee

Thanks for reading, and have a great day!

What's Changed

New Contributors

Full Changelog: v0.8.1...v0.8.3

0.8.2

Choose a tag to compare

@kolunmi kolunmi released this 08 Jun 05:08

Maintenance Release

  • Add mobile search filter
  • Fix infinite fetching of user data folder size
  • Add Network subcategories
  • Remove tag list SEO-ism
  • Rework some UI components

support me: https://ko-fi.com/kolunmi
support Alexander: https://ko-fi.com/alexandervanhee

Thanks for reading, and have a great day!

What's Changed

New Contributors

Full Changelog: v0.8.1...v0.8.2

0.8.1

Choose a tag to compare

@kolunmi kolunmi released this 22 May 21:40

0.8.1

Hot fix for an issue where updates would not show.

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.8.1

0.8.0

Choose a tag to compare

@kolunmi kolunmi released this 16 May 19:58
e20d8c7

0.8.0

new dep: gtksourceview5, see readme

New Features

  • Add support for installing (.flatpak) bundles
  • New progress indicators
  • The ability to view and delete app caches

Fixes

  • Fix the download context tile not displaying a label for non-Flathub apps
  • Reduce RAM usage when no windows are open
  • Fix an issue where a window could open at the wrong size while a transaction was running
  • Many other bug fixes

Support Alexander, a prominent contributor to Bazaar (And the creator of gradia! (check out gradia capture!)): https://ko-fi.com/alexandervanhee

Support Melody, a very talented vector artist (she made my pfp!! :D): https://ko-fi.com/melodyofdelphi

What's Changed (GH Generated)

New Contributors

Full Changelog: v0.7.15...v0.8.0

caption (compressed)

0.7.15

Choose a tag to compare

@kolunmi kolunmi released this 17 Apr 20:13

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: v0.7.14...v0.7.15

cta

0.7.14

Choose a tag to compare

@kolunmi kolunmi released this 10 Apr 07:35
cf24df0

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

0.7.13

Choose a tag to compare

@kolunmi kolunmi released this 01 Apr 07:21
e832f85

Thanks for using Bazaar. If you would like to support me, I would be very grateful. I'm having a bad time https://ko-fi.com/kolunmi

What's Changed

New Contributors

  • @fossdd made their first contribution in #1243
  • @github-actions[bot] made their first contribution in #1291

Full Changelog: v0.7.12...v0.7.13

0.7.12

Choose a tag to compare

@kolunmi kolunmi released this 07 Mar 23:16
ce5f9c4

Bugfix Release 0.7.12

0.7.11 introduces a bug where if system parental control settings cannot be read, Bazaar defaults to restricting you to early childhood rated applications 🐤

This release fixes Bazaar to default to no restrictions

image

What's Changed

Full Changelog: v0.7.11...v0.7.12