Skip to content

Commit 4a68116

Browse files
committed
Bump Agent version to 5.0.2 and firmware version to 12.2.0. Update package.json and changelog.
1 parent 688291e commit 4a68116

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1
66

77
Every Agent version includes the most recent firmware version. See the [firmware changelog](https://github.com/UltimateHackingKeyboard/firmware/blob/master/CHANGELOG.md).
88

9+
## [5.0.2] - 2025-01-05
10+
11+
Firmware: 12.2.0 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v12.2.0)] | Device Protocol: 4.11.0 | User Config: 8.3.0 | Hardware Config: 1.0.0
12+
13+
- Fix select2 and keymap preview in the key action popover.
14+
- Fix context menus on Mac, including the one responsible for unbricking modules.
15+
- Fix key action swapping via drag-and-drop.
16+
917
## [5.0.1] - 2024-12-23
1018

1119
Firmware: 12.1.0 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v12.1.0)] | Device Protocol: 4.11.0 | User Config: 8.3.0 | Hardware Config: 1.0.0

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"private": true,
44
"author": "Ultimate Gadget Laboratories",
55
"main": "electron/dist/electron-main.js",
6-
"version": "5.0.1",
7-
"firmwareVersion": "12.1.0",
6+
"version": "5.0.2",
7+
"firmwareVersion": "12.2.0",
88
"deviceProtocolVersion": "4.11.0",
99
"userConfigVersion": "8.3.0",
1010
"hardwareConfigVersion": "1.0.0",

0 commit comments

Comments
 (0)