<?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>
</components>
