Skip to content

Commit

Permalink
Bump firmware version to 8.4.1, update changelog, package.json, versi…
Browse files Browse the repository at this point in the history
…ons.h
  • Loading branch information
mondalaci committed Jul 31, 2018
1 parent 6153d54 commit baee0b5
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.4.1] - 2018-07-31

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

- Make some improvements to the sleep/wake code.

## [8.4.0] - 2018-07-24

Device Protocol: 4.**4.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 28 files
+25 −0 CHANGELOG.md
+197 −355 package-lock.json
+4 −4 package.json
+13 −0 packages/uhk-agent/src/services/device.service.ts
+1 −0 packages/uhk-common/src/util/ipcEvents.ts
+13 −1 packages/uhk-usb/src/constants.ts
+7 −1 packages/uhk-usb/src/uhk-hid-device.ts
+124 −22 packages/uhk-web/package-lock.json
+3 −2 packages/uhk-web/package.json
+14 −0 packages/uhk-web/src/app/app.component.ts
+1 −1 packages/uhk-web/src/app/components/device/led-brightness/led-brightness.component.html
+0 −1 packages/uhk-web/src/app/components/device/led-brightness/led-brightness.component.scss
+1 −1 packages/uhk-web/src/app/components/popover/tab/keypress/keypress-tab.component.html
+6 −1 packages/uhk-web/src/app/components/popover/tab/keypress/keypress-tab.component.ts
+2 −1 packages/uhk-web/src/app/components/popover/tab/layer/layer-tab.component.ts
+1 −1 packages/uhk-web/src/app/components/popover/tab/macro/macro-tab.component.html
+2 −1 packages/uhk-web/src/app/components/popover/tab/macro/macro-tab.component.ts
+2 −1 packages/uhk-web/src/app/components/popover/tab/mouse/mouse-tab.component.ts
+2 −1 packages/uhk-web/src/app/components/popover/tab/none/none-tab.component.ts
+2 −2 packages/uhk-web/src/app/components/side-menu/side-menu.component.html
+1 −1 packages/uhk-web/src/app/components/slider-wrapper/slider-wrapper.component.html
+4 −0 packages/uhk-web/src/app/services/device-renderer.service.ts
+7 −1 packages/uhk-web/src/app/store/actions/device.ts
+5 −0 packages/uhk-web/src/app/store/effects/device.ts
+4 −0 packages/uhk-web/src/styles.scss
+12 −7 packages/usb/get-variable.js
+10 −5 packages/usb/set-variable.js
+6 −6 packages/usb/uhk.js
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.4.0",
"firmwareVersion": "8.4.1",
"deviceProtocolVersion": "4.4.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 4
#define FIRMWARE_PATCH_VERSION 0
#define FIRMWARE_PATCH_VERSION 1

#define DEVICE_PROTOCOL_MAJOR_VERSION 4
#define DEVICE_PROTOCOL_MINOR_VERSION 4
Expand Down

0 comments on commit baee0b5

Please sign in to comment.