Skip to content

Commit

Permalink
Release version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
z3ntu committed Nov 10, 2024
1 parent 66976b9 commit 25636ec
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 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.1.0</string>
<string>1.2.0</string>
<key>CFBundleIdentifier</key>
<string>xyz.z3ntu.razergenie</string>
<key>CFBundleIconFile</key>
Expand Down
17 changes: 17 additions & 0 deletions data/xyz.z3ntu.razergenie.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,23 @@
<url type="translate">https://github.com/z3ntu/RazerGenie/wiki/Translations</url>

<releases>
<release version="1.2.0" date="2024-11-10">
<description>
<ul>
<li>Introduce tab layout for different device settings</li>
<li>Add support for the 'wheel' effect</li>
<li>Add display/controls for battery percent, charging status, idle time and low battery threshold</li>
<li>Add percentage display to brightness slider</li>
<li>Implement UI for DPI stages</li>
<li>Set minimum value for DPI slider &amp; spinbox</li>
<li>Hide DPI Y elements when Lock X/Y is enabled</li>
<li>Snap the DPI Y value to the current X value if the box was checked</li>
<li>Invert 'auto-start daemon on startup' setting</li>
<li>Add Bulgarian and Esperanto translation</li>
<li>Support translations for strings from libopenrazer</li>
</ul>
</description>
</release>
<release version="1.1.0" date="2023-10-13">
<description>
<ul>
Expand Down
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('razergenie', 'cpp',
version : '1.1.0',
version : '1.2.0',
meson_version : '>=0.49.0',
default_options : ['cpp_std=c++11'])

Expand All @@ -9,7 +9,7 @@ add_project_arguments('-DQT_DISABLE_DEPRECATED_BEFORE=0x050F00', language : 'cpp
qt = import('qt5')
qt_dep = dependency('qt5', modules: ['Core', 'DBus', 'Gui', 'Network', 'Widgets'])

libopenrazer_dep = dependency('libopenrazer', version : '>=0.2.0', fallback : ['libopenrazer', 'libopenrazer_dep'])
libopenrazer_dep = dependency('libopenrazer', version : '>=0.3.0', fallback : ['libopenrazer', 'libopenrazer_dep'])

if build_machine.system() == 'darwin'
razergenie_data_dir = 'Contents/Resources'
Expand Down

0 comments on commit 25636ec

Please sign in to comment.