Skip to content

Commit

Permalink
Merge pull request #515 from overcurrent/0.4.8_for_code_signing
Browse files Browse the repository at this point in the history
0.4.8 signed release
  • Loading branch information
1kc authored Dec 17, 2021
2 parents 1a664c2 + 51ddc5d commit 5f95bd6
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Mice:
- Razer DeathAdder Elite
- Razer DeathAdder Essential
- Razer DeathAdder Essential White Edition
- Razer DeathAdder Essential New
- Razer DeathAdder Essential (2021)
- Razer DeathAdder V2
- Razer DeathAdder V2 Pro (wired and wireless)
- Razer Razer Lancehead Wireless
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razer-macos",
"version": "0.4.7",
"version": "0.4.8",
"description": "Open source color effects manager for Razer peripherals on macOS",
"license": "GPL-2.0-only",
"main": "src/main/index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/devices/abyssus.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/devices/blade_2018_mercury.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "Razer DeathAdder Essential",
"name": "Razer DeathAdder Essential (2021)",
"productId": "0x0098",
"mainType": "mouse",
"image": "https://assets.razerzone.com/eeimages/support/products/1385/1385_deathadderessential.png",
"features": null,
"featuresMisssing":["waveSimple","oldMouseEffects"],
"featuresConfig": [
{
"mouseBrightness": {
Expand Down
4 changes: 2 additions & 2 deletions src/devices/kraken_kitty_edition.json

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions src/devices/mamba_wireless.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,18 @@
"mainType": "mouse",
"image": "https://assets.razerzone.com/eeimages/support/products/1404/1404_mamba_wireless.png",
"features": null,
"featuresMissing": ["mouseBrightness"],
"featuresConfig": [
{
"mouseBrightness": {
"enabledMatrix": false,
"enabledLeft": false,
"enabledRight": false
}
},
{
"dpi": {
"max": 16000
}
}
]
}
}
2 changes: 1 addition & 1 deletion src/devices/mamba_wireless_wired.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
}
}
]
}
}

0 comments on commit 5f95bd6

Please sign in to comment.