Skip to content

Commit

Permalink
Bump version to 12.0.1. Update changelog and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mondalaci committed Dec 18, 2024
1 parent 53bcea1 commit 0e04e28
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to the [UHK Versioning](VERSIONING.md) conventions.

## [12.0.1] - 2024-12-18

Device Protocol: 4.11.0 | Module Protocol: 4.3.0 | User Config: 8.3.0 | Hardware Config: 1.0.0 | Smart Macros: 3.0.0

- Fix left half dissapearing in Agent.
- Fix spurious loads of default module mappings.
- Fix touchpad gestures.

## [12.0.0] - 2024-12-15

Device Protocol: 4.**11.0** | Module Protocol: 4.3.0 | User Config: **8.3.0** | Hardware Config: 1.0.0 | Smart Macros: **3.0.0**
Expand All @@ -14,6 +22,7 @@ Device Protocol: 4.**11.0** | Module Protocol: 4.3.0 | User Config: **8.3.0** |
- The key ids have been changed to be more consistent with the UHK 80 and future keyboards. This means that old numeric key ids need to be migrated, ideally to key id abbreviations. Otherwise, for instance, `ifGesture 21 holdKey a` will be triggered by `h`, where formerly it used to be triggered by `j`. `SMARTMACROS:MAJOR`
- Key id abbreviations for UHK 80 have been added. Previous key id abbreviations remain the same and are universal for both the UHK 80 and UHK 60 v1/v2. `SMARTMACROS:MINOR`
- New `powerMode` macro command and battery-related `leds.*` fade timeout variables. `SMARTMACROS:MINOR`
- Implement high resolution scrolling for the UHK 60 v1 and UHK 60 v2.

## [11.2.0] - 2024-10-06

Expand Down
2 changes: 1 addition & 1 deletion lib/agent
Submodule agent updated 58 files
+1 −1 .github/workflows/ci.yml
+1 −1 .nvmrc
+2 −2 .vscode/launch.json
+53 −204 package-lock.json
+5 −8 package.json
+17 −15 packages/kboot/package-lock.json
+1 −1 packages/kboot/package.json
+14 −6 packages/mcumgr/package-lock.json
+1 −1 packages/mcumgr/package.json
+25 −25 packages/uhk-agent/package-lock.json
+2 −2 packages/uhk-agent/package.json
+0 −20 packages/uhk-agent/src/dev-extension.ts
+1 −3 packages/uhk-agent/src/electron-main.ts
+22 −6 packages/uhk-agent/src/services/device.service.ts
+8 −2 packages/uhk-agent/src/services/logger.service.ts
+7 −1 packages/uhk-agent/src/util/command-line.ts
+8 −7 packages/uhk-common/package-lock.json
+1 −1 packages/uhk-common/package.json
+10 −0 packages/uhk-common/src/log/get-log-options.ts
+0 −1 packages/uhk-common/src/log/log-reg-exps.ts
+8 −0 packages/uhk-common/src/log/logger.service.ts
+5 −0 packages/uhk-common/src/models/command-line-args.ts
+7 −0 packages/uhk-common/src/models/log-options.ts
+3 −3 packages/uhk-common/src/models/uhk-products.ts
+15 −16 packages/uhk-usb/src/uhk-hid-device.ts
+30 −29 packages/uhk-usb/src/uhk-operations.ts
+11 −0 packages/uhk-usb/src/utils/find-device-config-in-firmware-json.ts
+3 −0 packages/uhk-usb/src/utils/generate-device-serial-number.ts
+3 −5 packages/uhk-usb/src/utils/get-device-user-config-path.ts
+2 −0 packages/uhk-usb/src/utils/index.ts
+2,979 −3,109 packages/uhk-web/package-lock.json
+19 −19 packages/uhk-web/package.json
+8 −0 packages/uhk-web/src/renderer/services/electron-log.service.ts
+0 −21 packages/usb/blink-led-pwm-brightness.ts
+0 −20 packages/usb/blink-test-leds.ts
+0 −34 packages/usb/bootloader-reset-timeout-test.ts
+0 −3 packages/usb/eeprom-stress-test-wrapper.sh
+0 −27 packages/usb/eeprom-stress-test.sh
+74 −0 packages/usb/factory-update-uhk60.ts
+23 −15 packages/usb/factory-update-uhk80.ts
+0 −99 packages/usb/factory-update.ts
+0 −24 packages/usb/get-adc-value.ts
+0 −22 packages/usb/hidapi-async-stress-test.ts
+0 −1 packages/usb/invalid-config.bin
+0 −84 packages/usb/send-command-80.js
+0 −20 packages/usb/set-led-pwm-brightness.ts
+44 −30 packages/usb/set-variable.ts
+10 −2 packages/usb/src/command-line.ts
+0 −32 packages/usb/src/parse-logging-options.ts
+2 −4 packages/usb/src/uhk.ts
+0 −25 packages/usb/src/util/get-device-id-from-arg.ts
+57 −0 packages/usb/src/util/get-uhk-device-product-from-arg.ts
+1 −1 packages/usb/src/util/index.ts
+14 −6 packages/usb/update-firmwares-and-configs.ts
+0 −12 packages/usb/update-loop-getkey.sh
+4 −8 packages/usb/wait-for-device.ts
+9 −3 packages/usb/write-hardware-config.ts
+1 −3 scripts/release.js
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"serialport": "^12.0.0",
"shelljs": "^0.8.4"
},
"firmwareVersion": "12.0.0",
"firmwareVersion": "12.0.1",
"deviceProtocolVersion": "4.11.0",
"moduleProtocolVersion": "4.3.0",
"userConfigVersion": "8.3.0",
Expand Down

0 comments on commit 0e04e28

Please sign in to comment.