Skip to content

Commit aaa32a4

Browse files
committed
Bump firmware version to 12.4.0, update changelog and package.json
1 parent 389834f commit aaa32a4

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to the [UHK Versioning](VERSIONING.md) conventions.
77

8+
## [12.4.0] - 2025-02-26
9+
10+
Device Protocol: 4.14.1 | Module Protocol: 4.3.0 | Dongle Protocol: 1.0.2 | User Config: 8.3.0 | Hardware Config: 1.0.0 | Smart Macros: 3.**2.0**
11+
12+
- Make layers not stuck when locking them via double-tapping and then switching keymap.
13+
- Fix the Agent icon of the UHK 60 LED display.
14+
- Add `set bluetooth.enabled BOOL` macro variable. `SMARTMACROS:MINOR`
15+
- Add `set bluetooth.allowUnsecuredConnections BOOL` macro variable. `SMARTMACROS:MINOR`
16+
817
## [12.3.5] - 2025-02-20
918

1019
Device Protocol: 4.14.1 | Module Protocol: 4.3.0 | Dongle Protocol: 1.0.**2** | User Config: 8.3.0 | Hardware Config: 1.0.0 | Smart Macros: 3.1.0

scripts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"serialport": "^12.0.0",
1919
"shelljs": "^0.8.4"
2020
},
21-
"firmwareVersion": "12.3.5",
21+
"firmwareVersion": "12.4.0",
2222
"deviceProtocolVersion": "4.14.1",
2323
"moduleProtocolVersion": "4.3.0",
2424
"dongleProtocolVersion": "1.0.2",
2525
"userConfigVersion": "8.3.0",
2626
"hardwareConfigVersion": "1.0.0",
27-
"smartMacrosVersion": "3.1.0",
27+
"smartMacrosVersion": "3.2.0",
2828
"devices": [
2929
{
3030
"deviceId": 1,

0 commit comments

Comments
 (0)