Skip to content

Commit 6c01409

Browse files
committed
Update CHANGELOG and bump versions
1 parent faf211d commit 6c01409

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ All notable changes to this project will be documented in this file.
66
The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
77
and this project adheres to the [UHK Versioning](VERSIONING.md) conventions.
88

9+
## [17.2.0] - 2026-06-23
10+
11+
Device Protocol: 4.18.1 | Module Protocol: 4.3.0 | Dongle Protocol: 1.0.2 | User Config: 14.0.0 | Hardware Config: 1.0.0 | Smart Macros: 3.15.0
12+
13+
- Update SDKs.
14+
- Don't blink leds in sfjl mode when keys are continually pressed.
15+
- Show ' unavailable' when giving up connection attempt to a host.
16+
- Make the test suite work on uhk60.
17+
- Finish basic uhk60 logging support.
18+
- Adjust bluetooth advertising behavior towards aggressive hosts.
19+
- Make bluetooth reconnection delay configurable via `set bluetooth.minAdvertisingDelay 500`. `SMARTMACROS:MINOR`
20+
- Fix: resolve hogp not working after dongle pairing.
21+
- Fix: resolve bluetooth schedule clashes with multiple dongles.
22+
- Fix: macro scheduler bug that would make uhk lock up on macros of a certain length. `SMARTMACROS:PATCH`
23+
- Fix: make ifPlaytime return true when the value exactly equals. `SMARTMACROS:PATCH`
24+
925
## [17.1.3] - 2026-06-16
1026

1127
Device Protocol: 4.18.1 | Module Protocol: 4.3.0 | Dongle Protocol: 1.0.2 | User Config: 14.0.0 | Hardware Config: 1.0.0 | Smart Macros: 3.14.0

scripts/package.json

Lines changed: 2 additions & 2 deletions
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": "17.1.3",
21+
"firmwareVersion": "17.2.0",
2222
"deviceProtocolVersion": "4.18.1",
2323
"moduleProtocolVersion": "4.3.0",
2424
"dongleProtocolVersion": "1.0.2",
2525
"userConfigVersion": "14.0.0",
2626
"hardwareConfigVersion": "1.0.0",
27-
"smartMacrosVersion": "3.14.0",
27+
"smartMacrosVersion": "3.15.0",
2828
"devices": [
2929
{
3030
"deviceId": 1,

0 commit comments

Comments
 (0)