Skip to content

Releases: bazaar-org/bazaar

0.7.12

07 Mar 23:16
ce5f9c4

Choose a tag to compare

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

0.7.11

07 Mar 07:41

Choose a tag to compare

0.7.11

NOTE: Bazaar now requires a new dependency malcontent. See the readme's dependency table for more info

This release contains many technical improvements. This changelog reflects roughly 2 weeks of work.

Changes

  • Respect system parental controls settings
  • Reap download workers when all windows are closed, reducing total memory usage
  • Add mnemonics to full app view
  • Many updates to language translations

Bug Fixes

  • Fix broken library page when backing installed apps model is empty
  • Fix int casting bug that was causing RetroDeck to appear to be 18.4 exabytes
  • Make "all apps" category pages respect global filters
  • Fix some text wrapping issues

Thanks for reading and have a great day!

java-duke

What's Changed (github generated)

New Contributors

Full Changelog: v0.7.10...v0.7.11

0.7.10

22 Feb 20:29

Choose a tag to compare

0.7.10

This release fixes some bugs and greatly improves search functionality.

In addition to this, the view-app hook was added. See the docs for more info.

If you missed the previous release, in 0.7.9 we also added the ability to
cancel transactions in the library view, a brand new screenshots carousel,
search suggestion buttons, and app runtime size information. You can also now
skip confirmation dialogs by holding shift as you start a transaction.

Thanks for reading!

(PS: 0.7.9 and onwards requires libproxy as a dependency. See the readme for details)

What's Changed (gh generated)

Full Changelog: v0.7.9...v0.7.10

0.7.9

21 Feb 19:59

Choose a tag to compare

0.7.9

New Features

  • Search suggestion pills
  • Ability to cancel transactions
  • Skip confirmation dialogs by pressing shift
  • Runtime size info for app pages

Updated

  • Redesigned "What's New" dialog
  • Improved search results by utilizing Flathub rankings
  • Improved screenshots carousel

What's Changed (gh generated)

New Contributors

Full Changelog: v0.7.8...v0.7.9

0.7.8

11 Feb 18:40

Choose a tag to compare

0.7.8

This release lets you view and remove user-scoped installed apps from the library page in the Flatpak version of the app. Installing from user remotes is not supported yet.

What's Changed

Full Changelog: v0.7.7...v0.7.8

0.7.7

10 Feb 04:49

Choose a tag to compare

0.7.7

Important: until now, Bazaar's EOL runtime detection was severely broken, which means that starting with this release, apps like Lutris and OBS will accurately be marked as EOL. If you are a distributor and would like to prevent apps from having the scary EOL warning on it, please see https://github.com/kolunmi/bazaar/blob/main/docs/overview.md#eol-overrides

This release features the introduction of the Library Page, a centralized area for managing transactions and viewing your installed apps. The transactions sidebar is goneee

Distributors now have a new key to add to curated categories: setting enable-bulk-install: true will enable an "install all" button on a curated category section. See the docs for a full example.

What's Changed

Full Changelog: v0.7.6...v0.7.7

0.7.6

29 Jan 01:49

Choose a tag to compare

0.7.6

main changes:

  • Improve context dialogs
  • Fix leftover data bar being shown prematurely
  • Have a rotation toggle for flags
  • Add hard check to prevent removing Bazaar flatpak
  • Improve download statistics tooltips
  • Add read support for flatpak bundles
  • Fix critical output sometimes during transactions
  • Fix error popover refusing to spawn in transaction sidebar

What's Changed (GH generated)

New Contributors

Full Changelog: v0.7.5...v0.7.6


imagesss

0.7.5

18 Jan 20:09

Choose a tag to compare

What's Changed

Full Changelog: v0.7.4...v0.7.5

0.7.4

18 Jan 19:12

Choose a tag to compare

0.7.4

Main Changes:

  • Fix issue where installed page is empty on opening second window
  • Fix screenshot flickering in search results
  • Fix pride flags sometimes not showing on certain locales
  • Add "Install all" to favorites page

What's Changed (GH Generated)

New Contributors

Full Changelog: v0.7.3...v0.7.4

0.7.3

11 Jan 21:41

Choose a tag to compare

0.7.3

ATTENTION

For any string scalar property in YAML configs parsed by bazaar, you can now optionally provide a map of language code ids -> translated strings. This is for strings only, thus it doesn't apply to scalars which are explicitly parsed as numbers, etc.

For instance, this is valid:

# ...
      category:
        title: "My Favorite Apps"
        subtitle: "These are really good and you should download them!"
# ...

This is also valid:

# ...
      category:
        title:
          en: "My Favorite Apps"
          es: "Mis Aplicaciones Favoritas"
          ko: "내가 가장 좋아하는 앱들"
        subtitle:
          en: "These are really good and you should download them!"
          es: "¡Son realmente buenos y deberías descargarlos!"
          ko: "이것들은 정말 좋으니 꼭 다운로드하세요!"
# ...

(I just used google translate for these, sorry if they are bad)


Some improvements:

  • Trash user data instead of deleting
  • Tweaks to permissions dialog
  • Fix broken EOL filtering
  • Add text filter to installed page
  • Add optional translations mappings for string properties in YAML configs
  • Hide EOL apps by default
  • Many other minor bug fixes and improvements

What's Changed

New Contributors

Full Changelog: v0.7.2...v0.7.3