Skip to content

Commit

Permalink
Release version 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
z3ntu committed Oct 21, 2018
1 parent 44c678e commit 2666d24
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -pedantic -Wextra")

set(version 0.7)
set(version 0.8)
set(datadir ${CMAKE_INSTALL_PREFIX}/share/razergenie)

find_package(ECM REQUIRED NO_MODULE)
Expand Down
24 changes: 24 additions & 0 deletions data/xyz.z3ntu.razergenie.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,30 @@
<url type="translate">https://github.com/z3ntu/RazerGenie/wiki/Translations</url>

<releases>
<release version="0.8" date="2018-10-21">
<description>
<p>RazerGenie:</p>
<ul>
<li>Implement backlight effects for Razer Naga Epic Chroma</li>
<li>Fix missing options on Razer Nostromo</li>
<li>Implement preferences to control downloading of device images</li>
<li>Fix alt-key mapping in razerblade25</li>
<li>Add en_US layout for Razer Blade Stealth (Late 2017)</li>
<li>Add fr_FR layout for Razer Blade Stealth (Late 2017)</li>
<li>razerdefault22: Add en_US keymap</li>
<li>razerdefault22: fill empty spots on numpad</li>
<li>Fix memory leaks</li>
</ul>
<p>libopenrazer:</p>
<ul>
<li>Finish rename of namespace to libopenrazer</li>
<li>Implement backlight methods used by Razer Naga Epic Chroma</li>
<li>QColor where possible, rebrand LightingLocation</li>
<li>Document libopenrazer, can be built with qdoc</li>
<li>Fix memory leaks</li>
</ul>
</description>
</release>
<release version="0.7" date="2018-04-02">
<description>
<p>RazerGenie:</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project('razergenie', 'cpp',
default_options : ['cpp_std=c++11'])

razergenie_version = '0.7'
razergenie_version = '0.8'
libopenrazer_version = '0.0.1'

qt5 = import('qt5')
Expand Down

0 comments on commit 2666d24

Please sign in to comment.