Skip to content

Commit 445e527

Browse files
committed
Bump firmware version to 12.3.0 and update changelog and package.json
1 parent 28bd585 commit 445e527

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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.3.0] - 2025-01-12
9+
10+
Device Protocol: 4.**14.0** | Module Protocol: 4.3.0 | User Config: 8.3.0 | Hardware Config: 1.0.0 | Smart Macros: 3.**1.0**
11+
12+
- Make connection handling more robust.
13+
- Add `switchHost { next | previous | last }` macro command which iterates over host connections. `SMARTMACROS:MINOR`
14+
- Add `switchHost "name"` macro command which can be used to select a specific host connection.
15+
- Implement connection switchover. If host connection's switchover checkbox is checked, then the UHK automatically switches over to this host when its connection is established.
16+
- When a connection is disconnected, switch to the host connection that is currently connected and highest in the host connection list.
17+
- The OLED display now shows host connection's name.
18+
- Multiple dongles can be connected at the same time.
19+
- Support caps/num/scroll lock states in host routing.
20+
- Add `EraseAllSettings` device protocol command. `DEVICEPROTOCOL:MINOR`
21+
822
## [12.2.0] - 2025-01-01
923

1024
Device Protocol: 4.**13.0** | Module Protocol: 4.3.0 | User Config: 8.3.0 | Hardware Config: 1.0.0 | Smart Macros: 3.0.0

scripts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"serialport": "^12.0.0",
1919
"shelljs": "^0.8.4"
2020
},
21-
"firmwareVersion": "12.2.0",
22-
"deviceProtocolVersion": "4.13.0",
21+
"firmwareVersion": "12.3.0",
22+
"deviceProtocolVersion": "4.14.0",
2323
"moduleProtocolVersion": "4.3.0",
2424
"userConfigVersion": "8.3.0",
2525
"hardwareConfigVersion": "1.0.0",
26-
"smartMacrosVersion": "3.0.0",
26+
"smartMacrosVersion": "3.1.0",
2727
"devices": [
2828
{
2929
"deviceId": 1,

0 commit comments

Comments
 (0)