<?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#7f6b3ad8ebedb23b8d5c3d32e63ae653f4d02480:</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 install applications</summary>
    <summary xml:lang="ar">استكشف ونصِّب التطبيقات</summary>
    <summary xml:lang="be">Дадавайце, выдаляйце або абнаўляйце праграмы ў фармаце flatpak на гэтым камп’ютары</summary>
    <summary xml:lang="be-Cyrl">Знаходзьце і ўсталёўвайце праграмы</summary>
    <summary xml:lang="bg">Открийте и инсталирайте програми</summary>
    <summary xml:lang="bs">Dodajte, uklonite ili ažurirajte flatpak softver na ovom računaru</summary>
    <summary xml:lang="cs">Objevit a nainstalovat aplikace</summary>
    <summary xml:lang="de">Apps entdecken und installieren</summary>
    <summary xml:lang="el">Ανακαλύψτε και εγκαταστήστε εφαρμογές</summary>
    <summary xml:lang="es">Descubrir e instalar aplicaciones</summary>
    <summary xml:lang="fa_IR">افزودن، حذف یا به‌روزرسانی نرم‌افزارهای Flatpak در این رایانه</summary>
    <summary xml:lang="fr">Découvrez et installez de nouvelles applications</summary>
    <summary xml:lang="ga">Aipeanna a aimsiú agus a shuiteáil</summary>
    <summary xml:lang="hu">Alkalmazások felfedezése és telepítése</summary>
    <summary xml:lang="id">Temukan dan pasang aplikasi</summary>
    <summary xml:lang="it">Scopri e installa applicazioni</summary>
    <summary xml:lang="ja">アプリケーションを検索して、インストールする</summary>
    <summary xml:lang="kw">Trovya ha lea appys</summary>
    <summary xml:lang="nl">Ontdek en installeer applicaties</summary>
    <summary xml:lang="pl">Odkrywaj i instaluj aplikacje</summary>
    <summary xml:lang="pt-BR">Descobrir e instalar aplicativos</summary>
    <summary xml:lang="pt-PT">Descobrir e instalar aplicações</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">Uygulamaları keşfet ve kur</summary>
    <summary xml:lang="uk">Знаходьте та встановлюйте застосунки</summary>
    <summary xml:lang="vi">Khám phá và cài đặt ứng dụng</summary>
    <summary xml:lang="zh-Hans-CN">发现和安装应用</summary>
    <summary xml:lang="zh-Hant-TW">探索與安裝應用程式</summary>
    <summary xml:lang="zh_CN">添加、卸载和更新此电脑上的 Flatpak 软件</summary>
    <summary xml:lang="zh_TW">新增、移除或更新此電腦上的 Flatpak 軟體</summary>
    <description><p>A new app store for Linux with a focus on discovering and installing applications and addons from Flatpak remotes, particularly Flathub.</p><p>It emphasizes supporting the developers who make the Linux desktop possible. Bazaar features a "curated" tab that can be configured by distributors to allow for a more localized experience.</p></description>
    <description xml:lang="ar"><p>متجر تطبيقات جديد للينوكس يركز على استكشاف وتنصيب التطبيقات والإضافات من فلاتباك، وبالأخص مستودع فلاتهَب.</p><p>يُشدِّد «بازار» على دعم المطورين الواقفين وراء إتاحة سطح مكتب لينكس، ويضم لسانًا للمحتوى المنتقى يمكن للموزِّعين إعداده لتوفير تجربة استخدام أكثر مواءمة.</p></description>
    <description xml:lang="be-Cyrl"><p>Новая крама праграм для Linux з фокусам на тым, каб адкрываць і ўсталёўваць праграмы і дадаткі з аддаленых сервераў Flatpak (у прыватнасці — Flathub).</p><p>Яна робіць акцэнт на падтрымцы распрацоўшчыкаў, якія робяць магчымым Linux для настольных камп’ютараў. Bazaar вылучае ўкладку "падабраныя" праграмы, якую могуць канфігураваць пастаўшчыкі для больш цэласнага вопыту карыстання дыстрыбутывам.</p></description>
    <description xml:lang="bg"><p>Той взема под внимание подкрепата на разработчиците, които правят Луникс за настолни компютри възможен. Bazaar разполага с раздел „подбрани“, който може да бъде настроен от дистрибуторите, за да позволи по-специализирано потребителско изживяване.</p></description>
    <description xml:lang="cs"><p>Nový obchod s aplikacemi pro Linux se zaměřením na objevování a instalaci aplikací a doplňků z repozitářů Flatpaku, zejména Flathubu.</p><p>Klade důraz na podporu vývojářů, kteří umožňují existenci Linuxu na počítačích. Bazaar obsahuje kartu „vybrané“, která může být nastavena distribucemi pro více přizpůsobený zážitek.</p></description>
    <description xml:lang="de"><p>Ein neuer App Store für GNOME mit Schwerpunkt auf der Suche und Installation von Apps und Erweiterungen aus Flatpak-Remotes, insbesondere Flathub.</p><p>Es legt Wert darauf, die Entwickler zu unterstützen, die den Linux-Desktop möglich machen. Bazaar verfügt über ein „vorgestellt”-Unterfenster, der von Distributoren eingerichtet werden kann, um eine lokalisiertere Erfahrung zu ermöglichen.</p></description>
    <description xml:lang="el"><p>Δίνει έμφαση στην υποστήριξη των προγραμματιστών που καθιστούν δυνατή τη λειτουργία του Linux desktop. Το Bazaar διαθέτει μια καρτέλα "curated" που μπορεί να διαμορφωθεί από τους διανομείς ώστε να προσφέρει μια πιο τοπική εμπειρία.</p></description>
    <description xml:lang="es"><p>Enfatiza el apoyar a los desarrolladores que hacen que Linux en el escritorio sea posible. Bazaar contiene una lista de aplicaciones "Elegidas" que puede ser configurada por distribuidores para ofrecer una experiencia más centrada a sus usuarios.</p></description>
    <description xml:lang="fr"><p>Une nouvelle logithèque pour Linux, focalisée sur la découverte et l’installation d’applications et d’extensions à partir de dépôts Flatpak distants, en particulier Flathub.</p><p>Bazaar encourage activement à soutenir les développeurs qui rendent l’environnement de bureau Linux possible. Bazaar est doté d’un onglet « Sélection » qui peut être configuré par les distributeurs, pour une expérience personnalisée.</p></description>
    <description xml:lang="ga"><p>Siopa aipeanna nua do Linux le fócas ar fheidhmchláir agus breiseáin a aimsiú agus a shuiteáil ó chianrialtáin Flatpak, go háirithe Flathub.</p><p>Leagann sé béim ar thacaíocht a thabhairt do na forbróirí a chuireann ar chumas an deasc Linux a bheith indéanta. Tá cluaisín "coimeádta" ar fáil i Bazaar ar féidir le dáileoirí é a chumrú chun eispéireas níos logánta a cheadú.</p></description>
    <description xml:lang="hu"><p>Hangsúlyozza a Linuxos asztali rendszereket létrehozó fejlesztők támogatását. A Bazár egy „válogatott” füllel is rendelkezik, amelyet a disztrók konfigurálhatnak, hogy lokalizáltabb élményt nyújtsanak.</p></description>
    <description xml:lang="id"><p>Toko aplikasi baru untuk Linux yang menawarkan kemudahan menemukan dan memasang aplikasi serta modul tambahan dari server-server Flatpak, terutama Flathub.</p><p>Bazaar menekankan pentingnya mendukung para pengembang yang telah memajukan desktop Linux. Bazaar juga memberi ruang distributor untuk melakukan kurasi aplikasi "pilihan" untuk pengguna.</p></description>
    <description xml:lang="it"><p>Sottolinea l'importanza di supportare gli sviluppatori che rendono possibile il desktop Linux. Bazaar presenta una scheda “Consigliate” che può essere configurata dai distributori per consentire un'esperienza più personalizzata.</p></description>
    <description xml:lang="ja"><p>Flatpak のアプリケーションやアドオンをリモートリポジトリ (特に Flathub) から検索、インストールすることに特化した、Linux 用の新しいアプリストアです。</p><p>Linux のデスクトップを開発している開発者たちを支援することは重要です。Bazaar ではディストリビューターが管理できる「特選アプリ」タブによってユーザーの体験を最適化することを可能にします。</p></description>
    <description xml:lang="kw"><p>Gwerthji appys nowydh rag Linux gans fog war ow trovya hag ow lea appys hag ystynansow dhyworth gwerthjiow Flatpak, dres oll Flathub.</p><p>Yth posleva ow skoodhya an awtours neb a gul an ekokevreyth Linux. Basar omdhiskwedhes an tabb "dyghtys" dre konfigurys gans lesrenyadesow dhe alowa rag eksperyans leel.</p></description>
    <description xml:lang="nl"><p>Een nieuwe appstore voor GNOME, gericht op het ontdekken en installeren van applicaties en add-ons van Flatpak bronnen, vooral Flathub.</p><p>Het legt de nadruk op het ondersteunen van de ontwikkelaars die de Linux desktop mogelijk maken. Bazaar heeft een "gecureerde" tab die door distributeurs kan worden aangepast voor een meer gelokaliseerde ervaring.</p></description>
    <description xml:lang="pl"><p>Nowy sklep z aplikacjami z naciskiem na odkrywanie i instalowanie aplikacji i dodatków z repozytoriów flatpak, głównie z Flathuba</p><p>Podkreśla też potrzebę wspierania twórców aplikacji na Linuxa. Bazaar posiada stronę "polecane", która może być konfigurowana przez dystrybutorów pozwalając na bardziej lokalne doświadczenia.</p></description>
    <description xml:lang="pt-BR"><p>Uma nova loja de aplicativos para Linux, focada em descobrir e instalar aplicativos e complementos de repositórios de Flatpak, particularmente o Flathub.</p><p>Isso enfatiza o apoio aos desenvolvedores que tornam o desktop Linux possível. Bazaar provê uma seção de "recomendados" que pode ser configurada por distribuidores para entregar uma experiência mais localizada.</p></description>
    <description xml:lang="ru"><p>Новый магазин приложений для Linux с фокусом на поиске, установке приложений и дополнений из Flatpak репозиторий, в частности с Flathub.</p><p>Оно подчёркивает поддержку разработчиков, которые делают настольный Linux возможным. Bazaar внедряет вкладку "Курируемое", которая настраивается дистрибьюторами для обеспечения более ориентированного опыта.</p></description>
    <description xml:lang="tr"><p>Flatpak uzaklarından, özellikle Flathubʼdan uygulama ve eklentileri keşfetmeye ve kurmaya odaklanan yeni uygulama mağazası.</p><p>Linux masaüstünü mümkün kılan geliştiricileri desteklemeyi vurgular. Bazaar, daha yerelleştirilmiş deneyim sunmak için dağıtıcılarca yapılandırılabilen bir "Özelleştirilmiş" sekmeye sahiptir.</p></description>
    <description xml:lang="uk"><p>Нова крамниця застосунків для Linux, зосереджена на знаходженні та встановленні застосунків і розширень з віддалених сховищ Flatpak, зокрема Flathub.</p><p>Базар наголошує на підтримці розробників, що роблять можливим Linux на стільничних компʼютерах. Він має вкладку "підібраних" застосунків, котра може бути налаштована дистрибутивами, аби створити цілісніший досвід.</p></description>
    <description xml:lang="vi"><p>Nó nhấn mạnh việc hỗ trợ các nhà phát triển làm nên môi trường desktop Linux. Bazaar có tab "chọn lọc" có thể được nhà phân phối cấu hình để mang lại trải nghiệm địa phương hóa tốt hơn.</p></description>
    <description xml:lang="zh-Hans-CN"><p>一款专为 Linux 设计的新应用商店，致力于从 Flatpak 远程仓库（特别是 Flathub）中发现并安装应用程序及插件。</p><p>其强调支持那些使 Linux 桌面成为可能的开发者。Bazaar 设有一个"精选"标签，可由发行商配置，以提供更本地化的体验。</p></description>
    <description xml:lang="zh-Hant-TW"><p>為 Linux 打造的新應用程式商店，著重探索與安裝來自 Flatpak 遠端（特別是 Flathub）的應用程式與附加元件。</p><p>著重支援讓 Linux 桌面成真的開發者。Bazaar 提供「精選」分頁，發行商可設定以提供更在地化的體驗。</p></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/kolunmi/bazaar/issues</url>
    <url type="contact">https://github.com/kolunmi</url>
    <url type="contribute">https://github.com/kolunmi/bazaar</url>
    <url type="donation">https://github.com/sponsors/kolunmi</url>
    <url type="faq">https://github.com/kolunmi/bazaar/blob/master/README.md</url>
    <url type="help">https://github.com/kolunmi/bazaar/discussions</url>
    <url type="homepage">https://github.com/kolunmi/bazaar</url>
    <url type="translate">https://github.com/kolunmi/bazaar/tree/master/po</url>
    <url type="vcs-browser">https://github.com/kolunmi/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/cf0914b7-f256-436e-bbd5-6822cf3d0786</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="1772841600" version="0.7.11">
        <url type="details">https://github.com/kolunmi/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/kolunmi/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/kolunmi/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/kolunmi/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/kolunmi/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/kolunmi/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/kolunmi/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/kolunmi/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/kolunmi/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/kolunmi/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/kolunmi/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/kolunmi/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/kolunmi/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/kolunmi/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/kolunmi/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/kolunmi/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/kolunmi/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/kolunmi/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/kolunmi/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/kolunmi/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/kolunmi/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/kolunmi/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/kolunmi/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/kolunmi/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/kolunmi/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/kolunmi/bazaar/releases/tag/v0.5.1</url>
      </release>
      <release timestamp="1758844800" version="0.5.0">
        <url type="details">https://github.com/kolunmi/bazaar/releases/tag/v0.5.0</url>
      </release>
      <release timestamp="1757894400" version="0.4.11">
        <url type="details">https://github.com/kolunmi/bazaar/releases/tag/v0.4.11</url>
      </release>
      <release timestamp="1757635200" version="0.4.10">
        <url type="details">https://github.com/kolunmi/bazaar/releases/tag/v0.4.10</url>
      </release>
      <release timestamp="1757548800" version="0.4.9">
        <url type="details">https://github.com/kolunmi/bazaar/releases/tag/v0.4.9</url>
      </release>
      <release timestamp="1757289600" version="0.4.8">
        <url type="details">https://github.com/kolunmi/bazaar/releases/tag/v0.4.8</url>
      </release>
      <release timestamp="1757203200" version="0.4.7">
        <url type="details">https://github.com/kolunmi/bazaar/releases/tag/v0.4.7</url>
      </release>
      <release timestamp="1757030400" version="0.4.6">
        <url type="details">https://github.com/kolunmi/bazaar/releases/tag/v0.4.6</url>
      </release>
      <release timestamp="1756684800" version="0.4.5">
        <url type="details">https://github.com/kolunmi/bazaar/releases/tag/v0.4.5</url>
      </release>
      <release timestamp="1756512000" version="0.4.4">
        <url type="details">https://github.com/kolunmi/bazaar/releases/tag/v0.4.4</url>
      </release>
      <release timestamp="1756166400" version="0.4.3">
        <url type="details">https://github.com/kolunmi/bazaar/releases/tag/v0.4.3</url>
      </release>
      <release timestamp="1756166400" version="0.4.2">
        <url type="details">https://github.com/kolunmi/bazaar/releases/tag/v0.4.2</url>
      </release>
      <release timestamp="1755993600" version="0.4.1">
        <url type="details">https://github.com/kolunmi/bazaar/releases/tag/v0.4.1</url>
      </release>
      <release timestamp="1755734400" version="0.4.0">
        <url type="details">https://github.com/kolunmi/bazaar/releases/tag/v0.4.0</url>
      </release>
      <release timestamp="1755388800" version="0.3.2">
        <url type="details">https://github.com/kolunmi/bazaar/releases/tag/v0.3.2</url>
      </release>
      <release timestamp="1755302400" version="0.3.1">
        <url type="details">https://github.com/kolunmi/bazaar/releases/tag/v0.3.1</url>
      </release>
      <release timestamp="1754870400" version="0.3.0">
        <url type="details">https://github.com/kolunmi/bazaar/releases/tag/v0.3.0</url>
      </release>
      <release timestamp="1752451200" version="0.2.3">
        <url type="details">https://github.com/kolunmi/bazaar/releases/tag/v0.2.3</url>
      </release>
      <release timestamp="1752019200" version="0.2.2">
        <url type="details">https://github.com/kolunmi/bazaar/releases/tag/v0.2.2</url>
      </release>
      <release timestamp="1751846400" version="0.2.1">
        <url type="details">https://github.com/kolunmi/bazaar/releases/tag/v0.2.1</url>
      </release>
      <release timestamp="1751846400" version="0.2.0">
        <url type="details">https://github.com/kolunmi/bazaar/releases/tag/v0.2.0</url>
      </release>
      <release timestamp="1750723200" version="0.1.0">
        <url type="details">https://github.com/kolunmi/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="93">ar</lang>
      <lang percentage="98">be</lang>
      <lang percentage="34">bg</lang>
      <lang percentage="100">cs</lang>
      <lang percentage="55">de</lang>
      <lang percentage="67">el</lang>
      <lang percentage="43">es</lang>
      <lang percentage="100">fr</lang>
      <lang percentage="87">ga</lang>
      <lang percentage="41">hu</lang>
      <lang percentage="97">id</lang>
      <lang percentage="46">it</lang>
      <lang percentage="100">ja</lang>
      <lang percentage="99">kw</lang>
      <lang percentage="86">nl</lang>
      <lang percentage="99">pl</lang>
      <lang percentage="93">pt_BR</lang>
      <lang percentage="68">pt_PT</lang>
      <lang percentage="99">ru</lang>
      <lang percentage="98">tr</lang>
      <lang percentage="67">uk</lang>
      <lang percentage="61">vi</lang>
      <lang percentage="94">zh_CN</lang>
      <lang percentage="87">zh_TW</lang>
    </languages>
  </component>
</components>
