<?xml version="1.0" encoding="UTF-8"?>
<components origin="ublue-os/packages" version="0.8">
  <component type="desktop">
    <id>io.github.berarma.Oversteer</id>
    <pkgname>oversteer</pkgname>
    <translation type="gettext">oversteer</translation>
    <name>Oversteer</name>
    <summary>A steering wheel manager</summary>
    <summary xml:lang="ca">Configurador de volants</summary>
    <summary xml:lang="de">Lenkradmanager</summary>
    <summary xml:lang="es">Configurador de volantes</summary>
    <summary xml:lang="fi">Rattimanageri</summary>
    <summary xml:lang="gl">Configurador de Volantes</summary>
    <summary xml:lang="hu">Kormánykerék-kezelő</summary>
    <summary xml:lang="pl">Menadźer Kierownicy</summary>
    <summary xml:lang="ru">Мастер настройки руля</summary>
    <summary xml:lang="tr">Direksiyon Yöneticisi</summary>
    <description><p>Oversteer manages steering wheels on Linux using the features provided by the loaded modules.</p><p>Features:</p><ul><li>Change rotation range.</li><li>Change emulation/working modes.</li><li>Combine accelerator/brakes pedals for games that use just one axis.</li><li>Change autocentering force strength.</li><li>Change force feedback gain.</li><li>Device configuration profiles.</li><li>Overlay window to display/configure range.</li><li>Use wheel buttons to configure range.</li><li>Hardware performance testing.</li><li>Combine accelerator/clutch pedals. Useful for flight simulators. (Not supported with in-kernel modules)</li><li>Change global force feedback gain. (Not supported with in-kernel modules)</li><li>Change each conditional force feedback effect type gain. (Not supported with in-kernel modules)</li><li>FFBmeter to monitor FFB clipping using wheel leds or overlay window. (Not supported with in-kernel modules)</li></ul><p>Note: The udev rules found in the GitHub repository need to be installed for the application to work properly.</p></description>
    <icon type="cached" height="64" width="64">io.github.berarma.Oversteer.png</icon>
    <icon type="cached" height="128" width="128">io.github.berarma.Oversteer.png</icon>
    <categories>
      <category>Game</category>
      <category>Utility</category>
    </categories>
    <keywords>
      <keyword>cars</keyword>
      <keyword>game</keyword>
      <keyword>racing</keyword>
      <keyword>wheels</keyword>
      <keyword xml:lang="ca">carreres</keyword>
      <keyword xml:lang="ca">coches</keyword>
      <keyword xml:lang="ca">jocs</keyword>
      <keyword xml:lang="ca">volants</keyword>
      <keyword xml:lang="de">Autos</keyword>
      <keyword xml:lang="de">Lenkrad</keyword>
      <keyword xml:lang="de">Rennen</keyword>
      <keyword xml:lang="de">Spiele</keyword>
      <keyword xml:lang="es">carreras</keyword>
      <keyword xml:lang="es">coches</keyword>
      <keyword xml:lang="es">juego</keyword>
      <keyword xml:lang="es">volantes</keyword>
      <keyword xml:lang="fi">ajo</keyword>
      <keyword xml:lang="fi">autot</keyword>
      <keyword xml:lang="fi">peli</keyword>
      <keyword xml:lang="fi">ratit</keyword>
      <keyword xml:lang="gl">carreiras</keyword>
      <keyword xml:lang="gl">coches</keyword>
      <keyword xml:lang="gl">volantes</keyword>
      <keyword xml:lang="gl">xogo</keyword>
      <keyword xml:lang="hu">autók</keyword>
      <keyword xml:lang="hu">játék</keyword>
      <keyword xml:lang="hu">kormánykerék</keyword>
      <keyword xml:lang="hu">verseny</keyword>
      <keyword xml:lang="pl">auta</keyword>
      <keyword xml:lang="pl">gra</keyword>
      <keyword xml:lang="pl">kierownice</keyword>
      <keyword xml:lang="pl">wyścigi</keyword>
      <keyword xml:lang="ru">автомобили</keyword>
      <keyword xml:lang="ru">гонки</keyword>
      <keyword xml:lang="ru">игра</keyword>
      <keyword xml:lang="ru">рули</keyword>
      <keyword xml:lang="tr">arabalar</keyword>
      <keyword xml:lang="tr">direksiyonlar</keyword>
      <keyword xml:lang="tr">oyun</keyword>
      <keyword xml:lang="tr">yarış</keyword>
    </keywords>
    <kudos>
      <kudo>HiDpiIcon</kudo>
    </kudos>
    <project_license>GPL-3.0+</project_license>
    <url type="bugtracker">https://github.com/berarma/oversteer/issues</url>
    <url type="homepage">https://github.com/berarma/oversteer</url>
    <screenshots>
      <screenshot type="default">
        <caption>Home page</caption>
        <image type="source">https://raw.githubusercontent.com/berarma/oversteer/master/data/oversteer-readme.png</image>
      </screenshot>
    </screenshots>
    <content_rating type="oars-1.0"/>
    <releases>
      <release timestamp="1723593600" version="0.8.3">
        <description><ul><li>Initial Support for Cammus C5 Wheel</li><li>Removed device_manager.py swap</li><li>Fix(udev): use new driver name</li><li>Add Thrustmaster TS-XW Racing Wheel</li><li>Flatpak port</li><li>Flatpak submission fixes</li><li>Fix thrustmaster udev driver key</li></ul></description>
      </release>
      <release timestamp="1714262400" version="0.8.2">
        <description><p>Fix freeze when changing compatibility mode.</p></description>
      </release>
      <release timestamp="1705881600" version="0.8.1">
        <description><ul><li>Fix device permissions issue when booting with the device already connected. Regression in 0.8.0.</li><li>Add Hungarian translation by KAMI911 in #168.</li><li>Add Thrustmaster TMX Force Feedback by pastaq in #169.</li></ul></description>
      </release>
      <release timestamp="1696809600" version="0.8.0">
        <description><ul><li>Added device: Thrustmaster Ferrari F1 wheel attachment.</li><li>Added device: Thrustmaster Force Feedback.</li><li>Added device: Open FFBoard.</li><li>Added device: Thrustmaster TX Racing Wheel.</li><li>Added device: Thrustmaster T80.</li><li>Added device: Thrustmaster Ferrari 458.</li><li>Added device: Logitech Pro Racing Wheel (XBox/PC).</li><li>Fixed the mapping of pedals for Logitech G923 (XBox/PC).</li><li>Fixed the mapping of controls for the Thustmaster T150.</li><li>Fixed wmclass in desktop file (thanks BlueManCZ).</li><li>Fixed issues when synch'ing settings to the device.</li><li>Fix default installation path to use prefix /usr/local instead of /usr.</li><li>Allowed overriding of profile settings from the command line.</li><li>Added check for available FFB support before trying to use it and thus avoid errors.</li><li>Changed the way devices are detected to avoid issues in some setups.</li><li>Added Polish translation (thanks @mmarusiak).</li><li>Increased number of buttons displayed to 30.</li><li>Improved UDEV rules by making them more specific and simpler (thanks alxwk).</li><li>Updated to Meson 0.56.</li><li>Other smaller fixes.</li></ul></description>
      </release>
      <release timestamp="1663632000" version="0.7.2">
        <description><p>Fix permissions issue for Thrustmaster devices.</p></description>
      </release>
      <release timestamp="1653868800" version="0.7.1">
        <description><ul><li>Fix permission warnings/errors.</li><li>More Fanatec devices added and udev rules cleanup.</li><li>Check FFB capabilities before using them.</li><li>Normalize values to 0-100 in CLI.</li><li>Wait for devices before applying settings.</li><li>Run supplied command when in CLI mode.</li><li>Add Thrustmaster T248 and update udev rules for T300RS.</li><li>Fix pedals in Logitech G920.</li></ul></description>
      </release>
      <release timestamp="1642636800" version="0.7.0">
        <description><ul><li>Added Logitech G923, Thrustmaster T150 and T500RS to the list of supported wheels.</li><li>Added German, Finnish and Turkish translations.</li><li>Install udev rules by default in more sensible locations (check the README in case you need to remove the old files.)</li><li>Bug fixes.</li></ul></description>
      </release>
      <release timestamp="1616716800" version="0.6.0">
        <description><ul><li>New profile manager.</li><li>New feature to run as game/app companion. The game/app launcher needs changes to run Oversteer instead and launch the game. More info in the README.</li><li>New force feedback wheel testing.</li><li>Added more steering wheels: Thrustmaster T300RS, FANATEC CSL Elite, FANATEC ClubSport V2/2.5 and FANATEC Podium DD1. They need drivers that are still under development. See README.</li><li>Added more Logitech wheels: Logitech Wingman FG and Wingman FFG.</li><li>Max wheel range changes to match the wheel's max range.</li><li>The feature to change the wheel range from the wheel now can be toggled by simultaneously pressing several buttons to avoid rendering one wheel button useless.</li><li>Improved compatibility when loading/saving profiles.</li><li>New feature to center the wheel on command.</li><li>Changes to the UI to make it more compact and a more logic layout for some widgets.</li><li>Fixed issues in the detection of some devices and their features.</li><li>Fixed issues launching Oversteer from Steam.</li><li>Fixed issues with modal dialogs positioning.</li><li>Fixed several errors related to handling the settings.</li><li>Fixed reading of pedals in the Logitech Momo wheel.</li></ul></description>
      </release>
      <release timestamp="1609632000" version="0.5.4">
        <description><p>Fix error on startup in some system configurations.</p></description>
      </release>
      <release timestamp="1600300800" version="0.5.5">
        <description><p>Fix saving profile when the ffbmeter isn't supported.</p></description>
      </release>
      <release timestamp="1599350400" version="0.5.3">
        <description><ul><li>Profile fixes when saving/loading. Thanks mitaa.</li><li>Added Russian translation. Thanks @TotalCaesar659</li></ul></description>
      </release>
      <release timestamp="1595808000" version="0.5.2">
        <description><p>Fixes device discovery and --list option.</p></description>
      </release>
      <release timestamp="1595721600" version="0.5.1">
        <description><p>Fix startup on some systems.</p></description>
      </release>
      <release timestamp="1595635200" version="0.5.0">
        <description><ul><li>Fixed swapped pedal axes in the Logitech G920 wheel.</li><li>Removed fake dead zones in the display of the steering wheel and pedals due to errors in some GTK themes.</li><li>Fixed hot-plugging of devices with proper detection of disconnections and connection.</li><li>Fixed warnings in the build/install process by upgrading requirements to Meson 0.50.</li><li>Fixed enabling the screen ffbmeter when loading a profile.</li><li>Added proper desktop environment identification of the app.</li><li>New style for the overlay window with transparency and a title bar to ease relocation.</li><li>The overlay window position will keep its position when in automatic display mode.</li><li>The overlay window position is now saved in profiles.</li><li>Experimental support for the Thrustmaster T300RS wheel.</li><li>And other smaller fixes.</li></ul></description>
      </release>
      <release timestamp="1584403200" version="0.4.1"/>
      <release timestamp="1580947200" version="0.4.0"/>
      <release timestamp="1569542400" version="0.3.1"/>
      <release timestamp="1569542400" version="0.3.0"/>
      <release timestamp="1565481600" version="0.2.3"/>
      <release timestamp="1561852800" version="0.2.2"/>
      <release timestamp="1555027200" version="0.2.1"/>
      <release timestamp="1554854400" version="0.2.0"/>
      <release timestamp="1554249600" version="0.1.4"/>
    </releases>
    <launchable type="desktop-id">io.github.berarma.Oversteer.desktop</launchable>
    <languages>
      <lang percentage="95">ca</lang>
      <lang percentage="98">de</lang>
      <lang percentage="95">es</lang>
      <lang percentage="99">fi</lang>
      <lang percentage="98">gl</lang>
      <lang percentage="100">hu</lang>
      <lang percentage="97">pl</lang>
      <lang percentage="98">ru</lang>
      <lang percentage="98">tr</lang>
    </languages>
    <metadata>
      <value key="VersionControlSystem">git+https://github.com/bazzite-org/oversteer.git#76a8d7021a20465b9ba28e94f3e4203a0dcd66d0:</value>
    </metadata>
  </component>
  <component type="desktop">
    <id>io.github.kolunmi.Bazaar</id>
    <pkgname>bazaar</pkgname>
    <translation type="gettext">bazaar</translation>
    <name>Bazaar</name>
    <name xml:lang="ar">بازار</name>
    <name xml:lang="bg">Базар</name>
    <name xml:lang="fa-IR">بازار</name>
    <name xml:lang="fa_IR">بازار</name>
    <name xml:lang="hu">Bazár</name>
    <name xml:lang="kw">Basar</name>
    <name xml:lang="uk">Базар</name>
    <summary>Discover and manage applications</summary>
    <summary xml:lang="ar">أضِف، أو أزل، أو حدث برمجيات فلاتباك على هذا الحاسوب</summary>
    <summary xml:lang="be">Дадавайце, выдаляйце або абнаўляйце праграмы ў фармаце flatpak на гэтым камп’ютары</summary>
    <summary xml:lang="bg">Добавяйте, премахвайте или обновете flatpak софтуер на този компютър</summary>
    <summary xml:lang="bs">Dodajte, uklonite ili ažurirajte flatpak softver na ovom računaru</summary>
    <summary xml:lang="cs">Objevujte a spravujte aplikace</summary>
    <summary xml:lang="de">Hinzufügen, Entfernen oder Aktualisieren von Apps auf diesem Computer</summary>
    <summary xml:lang="el">Προσθήκη, αφαίρεση ή ενημέρωση λογισμικού flatpak σε αυτόν τον υπολογιστή</summary>
    <summary xml:lang="es">Añade, elimine o actualice programas flatpak en este ordenador</summary>
    <summary xml:lang="fa_IR">افزودن، حذف یا به‌روزرسانی نرم‌افزارهای Flatpak در این رایانه</summary>
    <summary xml:lang="fr">Découvrez et gérez des applications</summary>
    <summary xml:lang="ga">Bogearraí flatpak a chur leis, a bhaint nó a nuashonrú ar an ríomhaire seo</summary>
    <summary xml:lang="hu">Flatpak alkalmazások telepítése, eltávolítása és frissítése</summary>
    <summary xml:lang="id">Temukan dan pasang aplikasi</summary>
    <summary xml:lang="it">Aggiunge, rimuove o aggiorna le applicazioni flatpak su questo computer</summary>
    <summary xml:lang="ja">アプリケーションを検索したり、管理したりする</summary>
    <summary xml:lang="kw">Trovya ha dyghtya appys</summary>
    <summary xml:lang="nl">Voeg flatpak software toe, verwijder deze of update deze op deze computer</summary>
    <summary xml:lang="pl">Odkrywaj i zarządzaj aplikacjami</summary>
    <summary xml:lang="pt_BR">Adicione, remova ou atualize flatpaks neste computador</summary>
    <summary xml:lang="pt_PT">Adicionar, remover ou atualizar software flatpak neste computador</summary>
    <summary xml:lang="ru">Поиск и управление приложениями</summary>
    <summary xml:lang="tr">Bu bilgisayara flatpak yazılımı ekle, kaldır ya da güncelle</summary>
    <summary xml:lang="uk">Встановлюйте, видаляйте та оновлюйте пакунки Flatpak на Ваш компʼютер</summary>
    <summary xml:lang="vi">Thêm, xóa hoặc cập nhật phần mềm Flatpak trên máy tính này</summary>
    <summary xml:lang="zh_CN">添加、卸载和更新此电脑上的 Flatpak 软件</summary>
    <summary xml:lang="zh_TW">新增、移除或更新此電腦上的 Flatpak 軟體</summary>
    <description><p>A fast and modern app store for Linux with a focus on discovering and installing Flatpak apps and addons, particularly from Flathub.</p><ul><li>Queue multiple installs and keep browsing</li><li>Easily view app permissions</li><li>Sign in to Flathub to view and manage your favorites</li><li>Search apps directly from GNOME Shell</li></ul></description>
    <description xml:lang="cs"><p>Rychlý a moderní obchod s aplikacemi pro Linux se zaměřením na objevování a instalaci aplikací a doplňků Flatpaku, zejména z Flathubu.</p><ul><li>Zařaďte více instalací do fronty a pokračujte v prohlížení</li><li>Jednoduše si zobrazte oprávnění aplikací</li><li>Přihlaste se pomocí Flathubu pro zobrazení a správu oblíbených aplikací</li><li>Vyhledávejte aplikace přímo z GNOME Shellu</li></ul></description>
    <description xml:lang="fr"><p>Une logithèque rapide et moderne pour Linux, spécialement conçue pour découvrir et installer des applications et des extensions Flatpak, notamment celles disponibles sur Flathub.</p><ul><li>Gérez plusieurs installations en même temps tout en naviguant</li><li>Consultez facilement les autorisations des applications</li><li>Connectez-vous à Flathub pour consulter et gérer vos favoris</li><li>Recherchez des applications directement depuis le Shell GNOME</li></ul></description>
    <description xml:lang="id"><p>Toko aplikasi Linux yang cepat dan modern, berfokus pada kemudahan menemukan serta memasang aplikasi dan modul tambahan Flatpak, terutama dari Flathub.</p><ul><li>Pasang beberapa aplikasi sekaligus dan lanjut menjelajah</li><li>Dapat melihat izin aplikasi secara mudah</li><li>Masuk dengan Flathub untuk lihat dan kelola aplikasi favoritmu</li><li>Cari aplikasi langsung dari bilah pencarian GNOME</li></ul></description>
    <description xml:lang="ja"><p>Linux 用の高速で新しいアプリストアです。Flatpak のアプリケーションやアドオンを検索、インストールすることに特化していて、主に Flathub を利用します。</p><ul><li>ダウンロードタスクをキューに入れて、ブラウジングを続行しよう</li><li>簡単にアプリの権限を表示して、編集する</li><li>Flathub にログインしてお気に入りを管理、表示する</li><li>GNOME シェルから直接検索する</li></ul></description>
    <description xml:lang="kw"><p>Gwerthji appys nowydh rag Linux gans fog war ow trovya hag ow lea appys hag ystynansow Flatpak, dres oll dhyworth Flathub.</p><ul><li>Lostya meur a leyansow ha pesya ow peuri</li><li>Gweles kummyasow app yn es</li><li>Omgelmi orth Flathub rag gweles ha dyghtya dha drudhyow</li><li>Hwilas appys dhyworth GNOME Shell yn distowgh</li></ul></description>
    <description xml:lang="pl"><p>Nowoczesny, szybki sklep z aplikacjami na Linuxa z naciskiem na odkrywanie oraz instalowanie aplikacji i dodatków z repozytoriów flatpak, głównie z Flathuba</p><ul><li>Ustawiaj w kolejce kilka instalacji i nadal przeglądaj</li><li>Łatwo przeglądaj uprawnienia aplikacji</li><li>Zaloguj się do konta Flathub, aby zarządzać ulubionymi</li><li>Wyszukuj aplikacje prościutko z GNOME Shell</li></ul></description>
    <description xml:lang="ru"><p>Быстрый и современный магазин приложений для Linux с фокусом на поиске, установке приложений и дополнений из Flatpak репозиторий, в частности с Flathub.</p><ul><li>Добавьте несколько установок в очередь и продолжайте просматривать страницы</li><li>Просто просматривайте разрешения приложений</li><li>Войдите в Flathub для просмотра и управления вашими избранными приложениями</li><li>Поиск приложения напрямую с GNOME Shell</li></ul></description>
    <icon type="cached" height="64" width="64">io.github.kolunmi.Bazaar.png</icon>
    <icon type="cached" height="128" width="128">io.github.kolunmi.Bazaar.png</icon>
    <categories>
      <category>Utility</category>
    </categories>
    <keywords>
      <keyword>Discover</keyword>
      <keyword>Flatpak</keyword>
      <keyword>GTK</keyword>
      <keyword>PackageManager</keyword>
      <keyword>Software</keyword>
      <keyword>Store</keyword>
      <keyword>System</keyword>
      <keyword xml:lang="ar">GTK؛ النظام؛ مدير الحزم؛ اكتشاف؛ فلات باك؛ البرامج؛ المتجر؛</keyword>
      <keyword xml:lang="be">Крама</keyword>
      <keyword xml:lang="be">Магазін</keyword>
      <keyword xml:lang="be">ПЗ</keyword>
      <keyword xml:lang="be">ПакетныМенеджар</keyword>
      <keyword xml:lang="be">Пакеты</keyword>
      <keyword xml:lang="be">Праграмы</keyword>
      <keyword xml:lang="be">Сістэма</keyword>
      <keyword xml:lang="be">Флатпак</keyword>
      <keyword xml:lang="bg">мениджър на пакети</keyword>
      <keyword xml:lang="bg">откриване</keyword>
      <keyword xml:lang="bg">програми</keyword>
      <keyword xml:lang="bg">система</keyword>
      <keyword xml:lang="bg">софтуер</keyword>
      <keyword xml:lang="bs">Otkrijte</keyword>
      <keyword xml:lang="bs">Prodavnica</keyword>
      <keyword xml:lang="bs">Sistem</keyword>
      <keyword xml:lang="bs">Softver</keyword>
      <keyword xml:lang="bs">UpraviteljPaketa</keyword>
      <keyword xml:lang="cs">Obchod</keyword>
      <keyword xml:lang="cs">SprávceBalíčků</keyword>
      <keyword xml:lang="cs">Systém</keyword>
      <keyword xml:lang="de">Paketverwaltung</keyword>
      <keyword xml:lang="el">Ανακάλυψη</keyword>
      <keyword xml:lang="el">Διαχειριστής πακέτων</keyword>
      <keyword xml:lang="el">Κατάστημα</keyword>
      <keyword xml:lang="el">Λογισμικό</keyword>
      <keyword xml:lang="el">Σύστημα</keyword>
      <keyword xml:lang="es">GestorDePaquetes</keyword>
      <keyword xml:lang="es">Sistema</keyword>
      <keyword xml:lang="fa_IR">سیستم</keyword>
      <keyword xml:lang="fa_IR">فروشگاه</keyword>
      <keyword xml:lang="fa_IR">مدیر بسته‌ها</keyword>
      <keyword xml:lang="fa_IR">نرم‌افزار</keyword>
      <keyword xml:lang="fa_IR">کردن</keyword>
      <keyword xml:lang="fa_IR">کشف </keyword>
      <keyword xml:lang="fr">Applis</keyword>
      <keyword xml:lang="fr">Découvrir</keyword>
      <keyword xml:lang="fr">Gestionnaire de paquets</keyword>
      <keyword xml:lang="fr">Logiciel</keyword>
      <keyword xml:lang="fr">Logithèque</keyword>
      <keyword xml:lang="fr">Magasin</keyword>
      <keyword xml:lang="fr">Système</keyword>
      <keyword xml:lang="ga">Bainisteoir Pacáistí</keyword>
      <keyword xml:lang="ga">Bogearraí</keyword>
      <keyword xml:lang="ga">Córas</keyword>
      <keyword xml:lang="ga">Faigh Amach</keyword>
      <keyword xml:lang="ga">Stór</keyword>
      <keyword xml:lang="hu">bolt</keyword>
      <keyword xml:lang="hu">csomagkezelő</keyword>
      <keyword xml:lang="hu">felfedezés</keyword>
      <keyword xml:lang="hu">rendszer</keyword>
      <keyword xml:lang="hu">szoftver</keyword>
      <keyword xml:lang="hu">áruház</keyword>
      <keyword xml:lang="id">Aplikasi</keyword>
      <keyword xml:lang="id">ManajerPaket</keyword>
      <keyword xml:lang="id">PerangkatLunak</keyword>
      <keyword xml:lang="id">PusatAplikasi</keyword>
      <keyword xml:lang="id">Sistem</keyword>
      <keyword xml:lang="id">Toko</keyword>
      <keyword xml:lang="kw">DyghtyerFardellow</keyword>
      <keyword xml:lang="kw">Gwerthji</keyword>
      <keyword xml:lang="kw">Medhelweyth</keyword>
      <keyword xml:lang="kw">Trovya</keyword>
      <keyword xml:lang="nl">Ontdekken</keyword>
      <keyword xml:lang="nl">Pakketbeheer</keyword>
      <keyword xml:lang="nl">Systeem</keyword>
      <keyword xml:lang="nl">Winkel</keyword>
      <keyword xml:lang="pl">Apka</keyword>
      <keyword xml:lang="pl">Apki</keyword>
      <keyword xml:lang="pl">Aplikacja</keyword>
      <keyword xml:lang="pl">Aplikacje</keyword>
      <keyword xml:lang="pl">AppStore</keyword>
      <keyword xml:lang="pl">Bazar</keyword>
      <keyword xml:lang="pl">Giełda</keyword>
      <keyword xml:lang="pl">Instalacja</keyword>
      <keyword xml:lang="pl">Instalowanie</keyword>
      <keyword xml:lang="pl">Instaluj</keyword>
      <keyword xml:lang="pl">Marketplace</keyword>
      <keyword xml:lang="pl">Odkryj</keyword>
      <keyword xml:lang="pl">Odkrywaj</keyword>
      <keyword xml:lang="pl">Odkrywca</keyword>
      <keyword xml:lang="pl">Oprogramowanie</keyword>
      <keyword xml:lang="pl">Play</keyword>
      <keyword xml:lang="pl">Pobieranie</keyword>
      <keyword xml:lang="pl">Pobierz</keyword>
      <keyword xml:lang="pl">Program</keyword>
      <keyword xml:lang="pl">Rynek</keyword>
      <keyword xml:lang="pl">Sklep</keyword>
      <keyword xml:lang="pl">Sklepzaplikacjami</keyword>
      <keyword xml:lang="pl">Targ</keyword>
      <keyword xml:lang="pl">ZarządzanieOprogramowaniem</keyword>
      <keyword xml:lang="pt_BR">Aplicativos</keyword>
      <keyword xml:lang="pt_BR">GerenciadorDePacotes</keyword>
      <keyword xml:lang="pt_BR">Loja</keyword>
      <keyword xml:lang="pt_BR">Sistema</keyword>
      <keyword xml:lang="pt_PT">Aplicações</keyword>
      <keyword xml:lang="pt_PT">GestorDePacotes</keyword>
      <keyword xml:lang="pt_PT">Loja</keyword>
      <keyword xml:lang="pt_PT">Sistema</keyword>
      <keyword xml:lang="ru">Магазин</keyword>
      <keyword xml:lang="ru">Приложения</keyword>
      <keyword xml:lang="ru">Система</keyword>
      <keyword xml:lang="ru">УправлениеПакетами</keyword>
      <keyword xml:lang="tr">Keşfet</keyword>
      <keyword xml:lang="tr">Mağaza</keyword>
      <keyword xml:lang="tr">Paket Yöneticisi</keyword>
      <keyword xml:lang="tr">Sistem</keyword>
      <keyword xml:lang="tr">Yazılımlar</keyword>
      <keyword xml:lang="tr">Çarşı</keyword>
      <keyword xml:lang="uk">Крамниця</keyword>
      <keyword xml:lang="uk">Магазин</keyword>
      <keyword xml:lang="uk">Пакунки</keyword>
      <keyword xml:lang="uk">Програми</keyword>
      <keyword xml:lang="uk">Флатпак</keyword>
      <keyword xml:lang="vi"> Cửa hàng</keyword>
      <keyword xml:lang="vi"> Khám phá</keyword>
      <keyword xml:lang="vi"> Phần mềm</keyword>
      <keyword xml:lang="vi">Trình quản lý gói</keyword>
      <keyword xml:lang="zh_TW">商店</keyword>
      <keyword xml:lang="zh_TW">套件管理</keyword>
      <keyword xml:lang="zh_TW">探索</keyword>
      <keyword xml:lang="zh_TW">軟體</keyword>
    </keywords>
    <kudos>
      <kudo>HiDpiIcon</kudo>
      <kudo>HighContrast</kudo>
      <kudo>SearchProvider</kudo>
    </kudos>
    <mimetypes>
      <mimetype>x-scheme-handler/appstream</mimetype>
      <mimetype>x-scheme-handler/flatpak</mimetype>
      <mimetype>x-scheme-handler/flatpak+https</mimetype>
    </mimetypes>
    <project_license>GPL-3.0-or-later</project_license>
    <url type="bugtracker">https://github.com/bazaar-org/bazaar/issues</url>
    <url type="contact">https://github.com/kolunmi</url>
    <url type="contribute">https://github.com/bazaar-org/bazaar</url>
    <url type="donation">https://github.com/sponsors/kolunmi</url>
    <url type="faq">https://github.com/bazaar-org/bazaar/blob/master/README.md</url>
    <url type="help">https://github.com/bazaar-org/bazaar/discussions</url>
    <url type="homepage">https://github.com/bazaar-org/bazaar</url>
    <url type="translate">https://github.com/bazaar-org/bazaar/tree/master/po</url>
    <url type="vcs-browser">https://github.com/bazaar-org/bazaar</url>
    <screenshots>
      <screenshot type="default">
        <caption>The home page displaying Flathub apps</caption>
        <caption xml:lang="ar">الصفحة الرئيسية وهي تعرض تطبيقات فلاتهَب</caption>
        <caption xml:lang="be-Cyrl">Галоўная старонка паказвае праграмы з Flathub</caption>
        <caption xml:lang="cs">Domovská stránka zobrazující aplikace Flathubu</caption>
        <caption xml:lang="de">Die Startseite mit den Flathub-Apps</caption>
        <caption xml:lang="el">Η αρχική σελίδα που εμφανίζει τις εφαρμογές Flathub</caption>
        <caption xml:lang="fr">Page d’accueil affichant les applis de Flathub</caption>
        <caption xml:lang="ga">An leathanach baile a thaispeánann aipeanna Flathub</caption>
        <caption xml:lang="id">Tampilan muka dengan daftar aplikasi dari Flathub</caption>
        <caption xml:lang="it">La schermata iniziale che mostra le app di Flathub</caption>
        <caption xml:lang="ja">Flathub のアプリを表示しているホームページ</caption>
        <caption xml:lang="kw">An folen chi ow displetya appys Flathub</caption>
        <caption xml:lang="nl">Het startscherm dat Flathub apps weergeeft</caption>
        <caption xml:lang="pl">Widok domowy pokazujący aplikacje z Flathuba</caption>
        <caption xml:lang="pt-BR">A página inicial exibindo aplicativos do Flathub</caption>
        <caption xml:lang="ru">Главная страница, отображающая приложения Flathub</caption>
        <caption xml:lang="tr">Flathub uygulamalarını görüntüleyen ana görünüm</caption>
        <caption xml:lang="uk">Домашня сторінка із застосунками з Flathub</caption>
        <caption xml:lang="vi">Trang chủ hiển thị các ứng dụng Flathub</caption>
        <caption xml:lang="zh-Hans-CN">展示 Flathub 应用程序的主页</caption>
        <caption xml:lang="zh-Hant-TW">展示 Flathub 應用程式的首頁</caption>
        <image type="source">https://github.com/user-attachments/assets/b7d749fb-ecc0-4f3e-a965-15b6771c54d3</image>
      </screenshot>
      <screenshot>
        <caption>Category page</caption>
        <caption xml:lang="ar">صفحة التصنيفات</caption>
        <caption xml:lang="be-Cyrl">Старонка катэгорыі</caption>
        <caption xml:lang="cs">Stránka kategorií</caption>
        <caption xml:lang="de">Kategorienseite</caption>
        <caption xml:lang="el">Σελίδα κατηγορίας</caption>
        <caption xml:lang="fr">Page Catégorie</caption>
        <caption xml:lang="ga">Leathanach catagóire</caption>
        <caption xml:lang="id">Tampilan kategori aplikasi</caption>
        <caption xml:lang="it">Pagina delle Categorie</caption>
        <caption xml:lang="ja">カテゴリーページ</caption>
        <caption xml:lang="kw">Folen klassys</caption>
        <caption xml:lang="nl">Categoriepagina</caption>
        <caption xml:lang="pl">Strona kategorii</caption>
        <caption xml:lang="pt-BR">Página de Catergorias</caption>
        <caption xml:lang="pt-PT">Página das categorias</caption>
        <caption xml:lang="ru">Страница категорий</caption>
        <caption xml:lang="tr">Kategori sayfası</caption>
        <caption xml:lang="uk">Сторінка пошуку з категоріями</caption>
        <caption xml:lang="vi">Trang danh mục</caption>
        <caption xml:lang="zh-Hans-CN">分类页</caption>
        <caption xml:lang="zh-Hant-TW">類別頁面</caption>
        <image type="source">https://github.com/user-attachments/assets/fd721125-1842-4cf1-9ab3-a70ef6b9ce10</image>
      </screenshot>
      <screenshot>
        <caption>Exhibit app page</caption>
        <caption xml:lang="ar">صفحة معرض التطبيق</caption>
        <caption xml:lang="be-Cyrl">Дэманстрацыйная старонка праграмы</caption>
        <caption xml:lang="cs">Stránka aplikace Exhibit</caption>
        <caption xml:lang="fr">Page de l’appli Exhibit</caption>
        <caption xml:lang="id">Tampilan halaman detail aplikasi</caption>
        <caption xml:lang="ja">Exhibit のアプリページ</caption>
        <caption xml:lang="kw">Folen app diskwedhyn</caption>
        <caption xml:lang="pl">Strona aplikacji Exhibit</caption>
        <caption xml:lang="pt-BR">Exibir página do app</caption>
        <caption xml:lang="ru">Страница приложения Exhibit</caption>
        <caption xml:lang="tr">Uygulama sergisi sayfası</caption>
        <image type="source">https://github.com/user-attachments/assets/7d306fbe-e1a7-4c74-91b2-f5061aba2c56</image>
      </screenshot>
      <screenshot>
        <caption>Library page</caption>
        <caption xml:lang="ar">صفحة المكتبة</caption>
        <caption xml:lang="be-Cyrl">Старонка бібліятэкі</caption>
        <caption xml:lang="cs">Stránka knihovny</caption>
        <caption xml:lang="fr">Page Bibliothèque</caption>
        <caption xml:lang="id">Halaman pustaka aplikasi</caption>
        <caption xml:lang="ja">ライブラリーページ</caption>
        <caption xml:lang="kw">Folen lyverva</caption>
        <caption xml:lang="pl">Strona biblioteki</caption>
        <caption xml:lang="pt-BR">Página da Biblioteca</caption>
        <caption xml:lang="ru">Страница библиотеки</caption>
        <caption xml:lang="tr">Kitaplık sayfası</caption>
        <image type="source">https://github.com/user-attachments/assets/a25269a3-0560-4d75-9166-a38bc7a7f429</image>
      </screenshot>
      <screenshot>
        <caption>Search page</caption>
        <caption xml:lang="ar">صفحة البحث</caption>
        <caption xml:lang="be-Cyrl">Старонка пошуку</caption>
        <caption xml:lang="cs">Stránka hledání</caption>
        <caption xml:lang="de">Auf Seite suchen</caption>
        <caption xml:lang="el">Σελίδα αναζήτησης</caption>
        <caption xml:lang="fr">Page Recherche</caption>
        <caption xml:lang="ga">Leathanach cuardaigh</caption>
        <caption xml:lang="id">Tampilan pencarian aplikasi</caption>
        <caption xml:lang="it">Pagina di Ricerca</caption>
        <caption xml:lang="ja">検索ページ</caption>
        <caption xml:lang="kw">Folen hwithrans</caption>
        <caption xml:lang="nl">Zoekpagina</caption>
        <caption xml:lang="pl">Strona wyszukiwania</caption>
        <caption xml:lang="pt-BR">Página de Pesquisa</caption>
        <caption xml:lang="ru">Страница поиска</caption>
        <caption xml:lang="tr">Arama sayfası</caption>
        <caption xml:lang="uk">Сторінка пошуку</caption>
        <caption xml:lang="vi">Trang tìm kiếm</caption>
        <caption xml:lang="zh-Hans-CN">搜索页</caption>
        <caption xml:lang="zh-Hant-TW">搜尋頁面</caption>
        <image type="source">https://github.com/user-attachments/assets/733bff33-a206-43b9-bbaf-08df9d1c65f3</image>
      </screenshot>
    </screenshots>
    <content_rating type="oars-1.1"/>
    <releases>
      <release timestamp="1775001600" version="0.7.13">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.7.13</url>
        <description><p>&lt;em&gt;Changes&lt;/em&gt;</p><ul><li>Update to GNOME 50 Runtime</li><li>Force Adwaita icon theme to ensure consistency</li><li>Add support for clickable links in app descriptions</li><li>Add timed lingering cache to async textures, thereby reducing image flickering</li><li>Add ability to sort installed apps by size in library view</li><li>Add BAZAAR_N_DOWNLOAD_WORKERS envvar support</li></ul><p>&lt;em&gt;Bug Fixes&lt;/em&gt;</p><ul><li>Fix double shadow around update cards</li><li>Fix global progress button displaying a focus ring when invisible</li><li>Fix incorrect total size displayed on update tasks</li><li>Fix empty UI when Flathub hasn't finished syncing yet</li></ul><p>Thanks for reading and have a great day!</p></description>
      </release>
      <release timestamp="1772841600" version="0.7.11">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.7.11</url>
        <description><p>This release contains many technical improvements. This changelog reflects roughly 2 weeks of work.</p><p>&lt;em&gt;Changes&lt;/em&gt;</p><ul><li>Respect system parental controls settings</li><li>Reap download workers when all windows are closed, reducing total memory usage</li><li>Add mnemonics to full app view</li><li>Many updates to language translations</li></ul><p>&lt;em&gt;Bug Fixes&lt;/em&gt;</p><ul><li>Fix broken library page when backing installed apps model is empty</li><li>Fix int casting bug that was causing RetroDeck to appear to be 18.4 exabytes</li><li>Make "all apps" category pages respect global filters</li><li>Fix some text wrapping issues</li></ul><p>Thanks for reading and have a great day!</p></description>
      </release>
      <release timestamp="1771718400" version="0.7.10">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.7.10</url>
        <description><p>This release fixes some bugs and greatly improves search functionality.</p><p>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.</p><p>Thanks for reading!</p></description>
      </release>
      <release timestamp="1771632000" version="0.7.9">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.7.9</url>
        <description><p>**New Features**</p><ul><li>Search suggestion pills</li><li>**Cancel installation** transactions</li><li>Skip dialogs by pressing shift</li><li>Runtime size info for app pages</li></ul><p>**Updated**</p><ul><li>Redesigned "What's New" dialog</li><li>Improved search results by utilizing Flathub rankings</li><li>Improved screenshots carousel</li></ul></description>
      </release>
      <release timestamp="1770768000" version="0.7.8">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.7.8</url>
        <description><p>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.</p></description>
      </release>
      <release timestamp="1770595200" version="0.7.7">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.7.7</url>
        <description><p>This release comes with the following improvements:</p><ul><li>Merges the task sidebar and install page into the library page</li><li>Add installed version numbers of each app on the library and app pages</li><li>Add donations dialog</li><li>Fix broken addon and runtime eol detection</li><li>Add `enable-bulk-install` key to curated sections</li><li>Add `override-eol-markings` main config string list</li></ul></description>
      </release>
      <release timestamp="1769558400" version="0.7.6">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.7.6</url>
        <description><p>This release comes with the following improvements:</p><ul><li>Improve context dialogs</li><li>Fix leftover data bar being shown prematurely</li><li>Have a rotation toggle for flags</li><li>Add hard check to prevent removing Bazaar flatpak</li><li>Improve download statistics tooltips</li><li>Add read support for flatpak bundles</li><li>Fix critical output sometimes during transactions</li><li>Fix error popover refusing to spawn in transaction sidebar</li></ul></description>
      </release>
      <release timestamp="1768694400" version="0.7.5">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.7.5</url>
        <description><p>Minor bugfix release</p></description>
      </release>
      <release timestamp="1768694400" version="0.7.4">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.7.4</url>
        <description><p>This release comes with the following improvements:</p><ul><li>Fix issue where installed page is empty on opening second window</li><li>Fix screenshot flickering in search results</li><li>Fix pride flags sometimes not showing on certain locales</li><li>Add "Install all" to favorites page</li></ul></description>
      </release>
      <release timestamp="1768089600" version="0.7.3">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.7.3</url>
        <description><p>This release comes with the following improvements:</p><ul><li>Trash user data instead of deleting</li><li>Tweaks to permissions dialog</li><li>Fix broken EOL filtering</li><li>Add text filter to installed page</li><li>Add optional translations mappings for string properties in YAML configs</li><li>Hide EOL apps by default</li><li>Many other minor bug fixes and improvements</li></ul></description>
      </release>
      <release timestamp="1767398400" version="0.7.2">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.7.2</url>
        <description><p>This small release ensures the new icon is rendered correctly on KDE Plasma.</p></description>
      </release>
      <release timestamp="1767398400" version="0.7.1">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.7.1</url>
        <description><p>This release comes with the following improvements:</p><ul><li>New market stall icon</li><li>Remove Flathub styling</li><li>Add horizontal versions of pride flags</li><li>Text selection in app descriptions can be made across paragraph breaks</li><li>Support YAML anchors and aliases in config parsing</li><li>Drastically reduce disk cache writes over time by skipping unchanged entries</li><li>Show background status in popover</li><li>Add app permission system</li><li>Add back release URLs</li><li>Fix sync-remotes action in shortcut dialog</li><li>Fix visual hiccups in comet animations</li></ul></description>
      </release>
      <release timestamp="1767139200" version="0.7.0">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.7.0</url>
        <description><p>This release comes with the following improvements:</p><ul><li>Flathub account support with the ability to manage bookmarks</li><li>Flathub bookmarks replace star count; you can add or remove bookmarks from app pages</li><li>An "Only Show Verified" option</li><li>Exhaustive category pages for most categories</li><li>An "Adwaita" or "KDE" category shown based on desktop environment</li><li>Updated installed indicator for app tiles</li><li>3 new flag options</li><li>Fixed GNOME search provider to show the app page instead of search</li><li>Fixed issue where flatpakref URIs did not open when the app wasn't running in the background</li><li>Fixed issue where some proprietary apps were marked as "Special License"</li><li>Fixed issue where graphs did not work with touch</li></ul></description>
      </release>
      <release timestamp="1765670400" version="0.6.3">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.6.3</url>
        <description><p>Another quick release to restore alphabetical sorting on the installed page</p></description>
      </release>
      <release timestamp="1765238400" version="0.6.2">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.6.2</url>
        <description><p>Quick release to allow manual refresh if flathub is being flaky</p></description>
      </release>
      <release timestamp="1765238400" version="0.6.1">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.6.1</url>
        <description><p>This release comes with the following improvements:</p><ul><li>Fix frequent disk writes; set refresh frequency to 1 day rather than 1 hour</li><li>Add "Delete User Data" option when uninstalling an application</li><li>Version cache to prevent incompatibility between Bazaar versions</li></ul></description>
      </release>
      <release timestamp="1764806400" version="0.6.0">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.6.0</url>
        <description><p>This release comes with the following improvements:</p><ul><li>Reworked loading to be substantially faster after first start via async loading</li><li>A gaming section on the Flathub page</li><li>Improved UI on mobile, especially on app pages</li><li>Verified badges next to most places where apps are shown</li><li>A popover that explains what verification and non-verification mean</li><li>An "other apps by" page for when a developer has more than 6 apps</li><li>Tags that show other apps with the same tag when pressed</li><li>An age rating dialog</li><li>Changed search filters into global content filters</li><li>5 new pride flags</li></ul></description>
      </release>
      <release timestamp="1762905600" version="0.5.10">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.5.10</url>
        <description><p>This release comes with the following improvements:</p><ul><li>Add "hide-eol" preferences option to prevent Bazaar from showing end-of-life applications or applications which depend on end-of-life runtimes</li><li>Fix global progress bar theme sometimes not syncing with preferences</li><li>Show version next to addon name in the addons dialog</li></ul></description>
      </release>
      <release timestamp="1762560000" version="0.5.9">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.5.9</url>
        <description><p>This release comes with the following improvements:</p><ul><li>Add "On the go" section and mobile cateogry</li><li>Greatly decrease reported memory usage</li><li>Rework search UI</li><li>Rework page stack navigation</li><li>Change screenshot dialog to page</li></ul></description>
      </release>
      <release timestamp="1761696000" version="0.5.8">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.5.8</url>
        <description><p>This release comes with the following improvements:</p><ul><li>Fix slow/inconsistent image loading</li><li>Fix context row in full view</li></ul></description>
      </release>
      <release timestamp="1761523200" version="0.5.7">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.5.7</url>
        <description><p>This release comes with the following improvements:</p><ul><li>Rework full view layout</li><li>Improve progress bar theme selection</li><li>Reduce quantity and improve quality of search results</li><li>Allow the application window to fit on mobile screen sizes</li></ul></description>
      </release>
      <release timestamp="1760486400" version="0.5.6">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.5.6</url>
        <description><p>This release comes with the following improvements:</p><ul><li>Add interactive screenshot dialog</li><li>Fix empty update dialogs</li><li>Greatly improve look of app description rendering</li><li>Add pending state to the global progress bar</li><li>Add featured apps carousel</li></ul></description>
      </release>
      <release timestamp="1759968000" version="0.5.5">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.5.5</url>
        <description><p>More improvements:</p><ul><li>Improve design of transaction dialog</li><li>Update remove button pulse effect and comet size curve</li><li>Reap and reload cached textures after a day</li><li>Eliminate some crashes caused by race conditions</li><li>Change preferences group to context bar in full view</li><li>Switch side panels to sidebars and use flat header bar designs</li><li>Add really useful app size dialog :)</li></ul></description>
      </release>
      <release timestamp="1759536000" version="0.5.4">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.5.4</url>
        <description><p>Some improvements:</p><ul><li>Make the global progress bar customizable with pride flags! Check preferences</li><li>Add a new world map page to the download statistics dialog</li><li>Allow clicking on entries on transaction sidebar to navigate to the original store page</li><li>Add Alexander Vanhee to the developer credits</li></ul></description>
      </release>
      <release timestamp="1759363200" version="0.5.3">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.5.3</url>
        <description><p>Some improvements:</p><ul><li>Overhaul download history graph; make it interactive</li><li>Smarter "back" functionality</li><li>Hide bottom bar more often on small window sizes</li><li>Make "light-banner" and "dark-banner" keys available to curated configs</li></ul></description>
      </release>
      <release timestamp="1759104000" version="0.5.2">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.5.2</url>
        <description><p>This release includes:</p><ul><li>553d041 * chore(po): update Ukrainian translation (#408)</li><li>711732a * Rework Version History (#407)</li><li>d2d3771 * Calculate detailed app tiles text color based on luminance of background accent color (#405)</li><li>3787e6e * Save window size in gsettings</li><li>18ba76c * AsyncTexture: increase HTTP timeout to 5 seconds</li><li>980f752 * SearchWidget: prevent invalid item selection</li><li>ab95593 * Add installed icons to app tiles (#404)</li><li>203754b * (UI) Improve visiblility of add-on feature (#403)</li><li>069ce61 * fix installed page list outline ring (#402)</li><li>da9f7b8 * (UX) Refine the Flathub views to be denser and have less partial lines (#401)</li><li>a6939ba * fix(po): fix Ukrainian translation (#400)</li><li>35c9611 * decrease app-tile description width reqs</li><li>6098be7 * chore(po): update Polish translation (#397)</li><li>2944d1e * change per section limit to 12 from 9 (#396)</li><li>0b04284 * Update Japanese Translation (#394)</li><li>fa60f4f * Move to brand new shiny Adw.ShortcutsDialog (#395)</li></ul></description>
      </release>
      <release timestamp="1758931200" version="0.5.1">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.5.1</url>
      </release>
      <release timestamp="1758844800" version="0.5.0">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.5.0</url>
      </release>
      <release timestamp="1757894400" version="0.4.11">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.4.11</url>
      </release>
      <release timestamp="1757635200" version="0.4.10">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.4.10</url>
      </release>
      <release timestamp="1757548800" version="0.4.9">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.4.9</url>
      </release>
      <release timestamp="1757289600" version="0.4.8">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.4.8</url>
      </release>
      <release timestamp="1757203200" version="0.4.7">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.4.7</url>
      </release>
      <release timestamp="1757030400" version="0.4.6">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.4.6</url>
      </release>
      <release timestamp="1756684800" version="0.4.5">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.4.5</url>
      </release>
      <release timestamp="1756512000" version="0.4.4">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.4.4</url>
      </release>
      <release timestamp="1756166400" version="0.4.3">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.4.3</url>
      </release>
      <release timestamp="1756166400" version="0.4.2">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.4.2</url>
      </release>
      <release timestamp="1755993600" version="0.4.1">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.4.1</url>
      </release>
      <release timestamp="1755734400" version="0.4.0">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.4.0</url>
      </release>
      <release timestamp="1755388800" version="0.3.2">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.3.2</url>
      </release>
      <release timestamp="1755302400" version="0.3.1">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.3.1</url>
      </release>
      <release timestamp="1754870400" version="0.3.0">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.3.0</url>
      </release>
      <release timestamp="1752451200" version="0.2.3">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.2.3</url>
      </release>
      <release timestamp="1752019200" version="0.2.2">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.2.2</url>
      </release>
      <release timestamp="1751846400" version="0.2.1">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.2.1</url>
      </release>
      <release timestamp="1751846400" version="0.2.0">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.2.0</url>
      </release>
      <release timestamp="1750723200" version="0.1.0">
        <url type="details">https://github.com/bazaar-org/bazaar/releases/tag/v0.1.0</url>
      </release>
    </releases>
    <provides>
      <dbus type="session">io.github.kolunmi.Bazaar</dbus>
    </provides>
    <launchable type="desktop-id">io.github.kolunmi.Bazaar.desktop</launchable>
    <languages>
      <lang percentage="91">ar</lang>
      <lang percentage="96">be</lang>
      <lang percentage="34">bg</lang>
      <lang percentage="99">cs</lang>
      <lang percentage="54">de</lang>
      <lang percentage="65">el</lang>
      <lang percentage="43">es</lang>
      <lang percentage="99">fr</lang>
      <lang percentage="85">ga</lang>
      <lang percentage="41">hu</lang>
      <lang percentage="99">id</lang>
      <lang percentage="45">it</lang>
      <lang percentage="100">ja</lang>
      <lang percentage="99">kw</lang>
      <lang percentage="85">nl</lang>
      <lang percentage="99">pl</lang>
      <lang percentage="91">pt_BR</lang>
      <lang percentage="67">pt_PT</lang>
      <lang percentage="99">ru</lang>
      <lang percentage="97">tr</lang>
      <lang percentage="66">uk</lang>
      <lang percentage="60">vi</lang>
      <lang percentage="92">zh_CN</lang>
      <lang percentage="85">zh_TW</lang>
    </languages>
  </component>
</components>
