1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2013 Richard Hughes <richard@hughsie.com> -->
<component type="desktop">
<id>com.hughski.ColorHug.FlashLoader.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<_name>ColorHug Firmware Updater</_name>
<_summary>Update the firmware on the ColorHug colorimeter</_summary>
<description>
<_p>
The ColorHug flash update tool automatically downloads new versions of
the firmware on to your Hughski ColorHug display colorimeter.
Firmware releases will add features, fix bugs and improve accuracy.
</_p>
<_p>
Using command line arguments, this tool can also flash custom flash files
to the device.
</_p>
</description>
<url type="bugtracker">https://github.com/hughski/colorhug-client/issues</url>
<releases>
<release version="0.2.8" timestamp="1453206094">
<description>
<p>This stable release adds the following features:</p>
<ul>
<li>Add modalias strings for autoinstallation support</li>
</ul>
</description>
</release>
<release version="0.2.7" timestamp="1429438376"/>
<release version="0.2.6" timestamp="1426014599">
<description>
<p>This stable release adds the following features:</p>
<ul>
<li>Add support for the ColorHug ALS device</li>
</ul>
<p>This release also fixes the following bug:</p>
<ul>
<li>Do not reset the device when flashing firmware if already in bootloader mode</li>
<li>Make the firmware updater adhere to the GNOME 3 guidelines</li>
</ul>
</description>
</release>
<release version="0.2.5" timestamp="1418860800">
<description>
<p>This release fixes the following bugs:</p>
<ul>
<li>Add keywords to the various desktop files</li>
</ul>
</description>
</release>
<release version="0.2.4" timestamp="1417651200">
<description>
<p>This is the first release with experimental Windows support.</p>
<p>This release fixes the following bugs:</p>
<ul>
<li>Do not use deprecated libgusb API</li>
</ul>
</description>
</release>
<release version="0.2.3" timestamp="1384041600"/>
<release version="0.2.2" timestamp="1410476400">
<description>
<p>This release fixes the following bugs:</p>
<ul>
<li>Use ch_device_check_firmware() to verify the firmware</li>
</ul>
</description>
</release>
<release version="0.2.1" timestamp="1384128000"/>
<release version="0.2.0" timestamp="1367362800">
<description>
<p>This release adds the following features:</p>
<ul>
<li>Add help buttons to the UI</li>
</ul>
</description>
</release>
</releases>
<kudos>
<kudo>AppMenu</kudo>
<kudo>HiDpiIcon</kudo>
<kudo>ModernToolkit</kudo>
</kudos>
<provides>
<modalias>usb:v04D8pF8DAd*</modalias> <!-- CH1, legacy -->
<modalias>usb:v273Fp1001d*</modalias> <!-- CH1, new -->
<modalias>usb:v273Fp1004d*</modalias> <!-- CH2 -->
<modalias>usb:v273Fp1007d*</modalias> <!-- ALS, legacy -->
<modalias>usb:v273Fp1008d*</modalias> <!-- ALS, SensorHid -->
</provides>
<developer_name>Hughski Limited</developer_name>
<update_contact>richard_at_hughsie.com</update_contact>
</component>
|