Skip to content

Commit

Permalink
Release version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
z3ntu committed Oct 13, 2023
1 parent bf6f915 commit 7e868f3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleName</key>
<string>RazerGenie</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>1.1.0</string>
<key>CFBundleIdentifier</key>
<string>xyz.z3ntu.razergenie</string>
<key>CFBundleIconFile</key>
Expand Down
15 changes: 15 additions & 0 deletions data/xyz.z3ntu.razergenie.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,21 @@
<url type="translate">https://github.com/z3ntu/RazerGenie/wiki/Translations</url>

<releases>
<release version="1.1.0" date="2023-10-13">
<description>
<ul>
<li>Redesign preferences window</li>
<li>Add option to not ask to auto-start daemon on startup</li>
<li>Add support for Breathing Mono effect</li>
<li>Add Georgian translation</li>
<li>Don't call applyEffect with bogus parameter for Custom Effect</li>
<li>Add Nordic layout for razerdefault18</li>
<li>Add French layout for razerdefault18</li>
<li>Add custom editor layout for keypads</li>
<li>Add custom editor layout for Razer Firefly V2</li>
</ul>
</description>
</release>
<release version="1.0.0" date="2022-12-15">
<description>
<p>Major backend rewrite with vastly improved support for devices.</p>
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 : '1.0.0',
version : '1.1.0',
meson_version : '>=0.49.0',
default_options : ['cpp_std=c++11'])

Expand Down

0 comments on commit 7e868f3

Please sign in to comment.