Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
z3ntu committed Dec 15, 2022
1 parent 776e653 commit 7736c91
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
19 changes: 17 additions & 2 deletions data/xyz.z3ntu.razergenie.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
<launchable type="desktop-id">xyz.z3ntu.razergenie.desktop</launchable>
<translation type="qt">razergenie</translation>
<name>RazerGenie</name>
<summary>Manage your Razer devices</summary>
<summary>Configure and control your Razer devices</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<developer_name>Luca Weiss</developer_name>
<description>
<p>Qt application for configuring your Razer devices under GNU/Linux.</p>
<p>Adjust RGB lighting, brightness, DPI, polling rate and more on all of your Razer devices! Supports keyboards, mice, mousemats, headsets, keypads, mug holders, speakers, various docks, etc.</p>
<p>Create your own custom lighting with per-key editor!</p>
<p>RazerGenie is using OpenRazer for providing control over Razer peripherals.</p>
<p>Requires OpenRazer to be installed outside of flatpak via a distribution package.</p>
</description>
Expand All @@ -19,6 +20,20 @@
<url type="translate">https://github.com/z3ntu/RazerGenie/wiki/Translations</url>

<releases>
<release version="1.0.0" date="2022-12-15">
<description>
<p>Major backend rewrite with vastly improved support for devices.</p>
<ul>
<li>All devices can now open the Custom Editor, even if there's no specific layout available.</li>
<li>Add various specific layouts to the custom editor (incl. Firefly and some mice).</li>
<li>Support all LEDs available on newer devices (side LEDs, etc.)</li>
<li>Support non-standard polling rates</li>
<li>Restore current effect and colors on open</li>
<li>New translations: Dutch and Russian</li>
<li>Various other smaller changes</li>
</ul>
</description>
</release>
<release version="0.9.0" date="2020-09-15">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('razergenie', 'cpp',
version : '0.9.0',
version : '1.0.0',
meson_version : '>=0.49.0',
default_options : ['cpp_std=c++11'])

Expand Down

0 comments on commit 7736c91

Please sign in to comment.