Skip to content

Commit

Permalink
v4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Sep 14, 2022
1 parent 038db6f commit 51a821d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
18 changes: 11 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ SteelSeries Aerox 3 Wireless:

+--------------------------------------------------------------+-----------+
| SteelSeries Aerox 3 Wireless (wired mode) | 1038:183a |
+--------------------------------------------------------------+-----------+

SteelSeries Aerox 3 Wireless:

+--------------------------------------------------------------+-----------+
| SteelSeries Aerox 3 Wireless (2.4 GHz wireless mode) | 1038:1838 |
+--------------------------------------------------------------+-----------+
Expand All @@ -67,11 +63,15 @@ SteelSeries Aerox 5 Wireless:
+--------------------------------------------------------------+-----------+
| SteelSeries Aerox 5 Wireless (wired mode) | 1038:1854 |
+--------------------------------------------------------------+-----------+
| SteelSeries Aerox 5 Wireless (2.4 GHz wireless mode) | 1038:1852 |
+--------------------------------------------------------------+-----------+

SteelSeries Aerox 5 Wireless:
SteelSeries Aerox 9 Wireless:

+--------------------------------------------------------------+-----------+
| SteelSeries Aerox 5 Wireless (2.4 GHz wireless mode) | 1038:1852 |
| SteelSeries Aerox 9 Wireless (wired mode) | 1038:185a |
+--------------------------------------------------------------+-----------+
| SteelSeries Aerox 9 Wireless (2.4 GHz wireless mode) | 1038:1858 |
+--------------------------------------------------------------+-----------+

SteelSeries Kana v2:
Expand Down Expand Up @@ -264,11 +264,15 @@ SteelSeries Sensei TEN:
Changelog
---------

* **Rivalcfg NEXT:** [4.7.0]
* **Rivalcfg NEXT:** [4.8.0]

Features that are implemented on ``master`` and that will be released in the
next Rivalcfg version:

* Nothing yet :)

* **4.7.0:**

* Add initial Aerox 9 Wireless support (#188)
* Add Aerox 5 Wireless support (#184)
* Fix inverted firmware version minor and major digits
Expand Down
2 changes: 1 addition & 1 deletion rivalcfg/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "4.6.0"
VERSION = "4.7.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name="rivalcfg",
version="4.6.0",
version="4.7.0",
description="Configure SteelSeries gaming mice",
url="https://github.com/flozz/rivalcfg",
license="WTFPL",
Expand Down

0 comments on commit 51a821d

Please sign in to comment.