Skip to content

Commit

Permalink
Bump version to 8.5.3, update package.json, changelog, versions.h and…
Browse files Browse the repository at this point in the history
… reference the latest Agent.
  • Loading branch information
mondalaci committed Oct 19, 2018
1 parent ceb2f3d commit a59b43b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.

## [8.5.3] - 2018-10-20

Device Protocol: 4.5.0 | Module Protocol: 4.0.0 | User Config: 4.1.0 | Hardware Config: 1.0.0

- Re-enable the I2C watchdog of the left keyboard half which was accidentally disabled starting from firmware 8.4.3. This should fix the freezes of the left keyboard half.

## [8.5.2] - 2018-10-06

Device Protocol: 4.5.0 | Module Protocol: 4.0.0 | User Config: 4.1.0 | Hardware Config: 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion lib/agent
Submodule agent updated 36 files
+2,609 −1,912 package-lock.json
+7 −7 package.json
+50 −50 packages/uhk-agent/package-lock.json
+1 −1 packages/uhk-agent/package.json
+2 −1 packages/uhk-agent/src/electron-main.ts
+37 −0 packages/uhk-agent/src/electron-menu.ts
+1 −1 packages/uhk-agent/src/package.json
+45 −24 packages/uhk-common/src/config-serializer/config-items/scancodes.json
+6 −1 packages/uhk-common/src/config-serializer/config-items/user-configuration.ts
+91 −59 packages/uhk-usb/package-lock.json
+1 −1 packages/uhk-usb/package.json
+9 −2 packages/uhk-web/src/app/app.component.ts
+0 −1 packages/uhk-web/src/app/components/keymap/edit/keymap-edit.component.scss
+13 −39 packages/uhk-web/src/app/components/popover/popover.component.html
+5 −1 packages/uhk-web/src/app/components/popover/popover.component.scss
+68 −10 packages/uhk-web/src/app/components/popover/popover.component.ts
+1 −1 packages/uhk-web/src/app/components/popover/tab/layer/layer-tab.component.ts
+11 −1 packages/uhk-web/src/app/components/popover/widgets/capture-keystroke/capture-keystroke-button.component.ts
+3 −1 packages/uhk-web/src/app/components/privilege-checker/privilege-checker.component.ts
+3 −2 packages/uhk-web/src/app/components/svg/keys/svg-icon-text-key/svg-icon-text-key.component.html
+113 −8 packages/uhk-web/src/app/components/svg/keys/svg-icon-text-key/svg-icon-text-key.component.ts
+4 −1 packages/uhk-web/src/app/components/svg/keys/svg-keyboard-key/svg-keyboard-key.component.ts
+1 −1 packages/uhk-web/src/app/components/svg/keys/svg-single-icon-key/svg-single-icon-key.component.html
+3 −1 packages/uhk-web/src/app/components/svg/keys/svg-single-icon-key/svg-single-icon-key.component.ts
+4 −1 packages/uhk-web/src/app/components/undoable-notifier/undoable-notifier.component.html
+14 −15 packages/uhk-web/src/app/components/undoable-notifier/undoable-notifier.component.ts
+6 −5 packages/uhk-web/src/app/services/mapper.service.ts
+13 −1 packages/uhk-web/src/app/store/actions/app.ts
+1 −0 packages/uhk-web/src/app/store/index.ts
+17 −1 packages/uhk-web/src/app/store/reducers/app.reducer.ts
+1 −1 packages/uhk-web/src/assets/compiled_sprite.svg
+0 −6 packages/uhk-web/src/svgs/keyboard/icons/kbd__fn--browser.svg
+0 −6 packages/uhk-web/src/svgs/keyboard/icons/kbd__media--web-browser.svg
+49 −49 packages/usb/package-lock.json
+1 −1 packages/usb/package.json
+3 −1 rules/50-uhk60.rules
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"commander": "^2.11.0",
"shelljs": "^0.7.8"
},
"firmwareVersion": "8.5.2",
"firmwareVersion": "8.5.3",
"deviceProtocolVersion": "4.5.0",
"moduleProtocolVersion": "4.0.0",
"userConfigVersion": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion shared/versions.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#define FIRMWARE_MAJOR_VERSION 8
#define FIRMWARE_MINOR_VERSION 5
#define FIRMWARE_PATCH_VERSION 2
#define FIRMWARE_PATCH_VERSION 3

#define DEVICE_PROTOCOL_MAJOR_VERSION 4
#define DEVICE_PROTOCOL_MINOR_VERSION 5
Expand Down

0 comments on commit a59b43b

Please sign in to comment.