File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is loosely based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to the [ UHK Versioning] ( VERSIONING.md ) conventions.
7
7
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
+
8
17
## [ 12.3.5] - 2025-02-20
9
18
10
19
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
Original file line number Diff line number Diff line change 18
18
"serialport" : " ^12.0.0" ,
19
19
"shelljs" : " ^0.8.4"
20
20
},
21
- "firmwareVersion" : " 12.3.5 " ,
21
+ "firmwareVersion" : " 12.4.0 " ,
22
22
"deviceProtocolVersion" : " 4.14.1" ,
23
23
"moduleProtocolVersion" : " 4.3.0" ,
24
24
"dongleProtocolVersion" : " 1.0.2" ,
25
25
"userConfigVersion" : " 8.3.0" ,
26
26
"hardwareConfigVersion" : " 1.0.0" ,
27
- "smartMacrosVersion" : " 3.1 .0" ,
27
+ "smartMacrosVersion" : " 3.2 .0" ,
28
28
"devices" : [
29
29
{
30
30
"deviceId" : 1 ,
You can’t perform that action at this time.
0 commit comments