From 8e0ab4f71c2616ac7d96e4a03e724ce9a4246910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3bert=20Kiss?= Date: Sat, 4 Nov 2017 23:38:28 +0100 Subject: [PATCH 1/4] ci: Add g++-multilib to travis (#491) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 37fc765f..c399740d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ addons: - libudev-dev - build-essential - libusb-1.0-0-dev + - g++-multilib chrome: stable install: From e7d69139847f09921d39a0c525ae21f27765b1c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ro=CC=81bert=20Kiss?= Date: Sat, 4 Nov 2017 23:42:41 +0100 Subject: [PATCH 2/4] chore(release): 1.3.2 --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78df4eff..4d253626 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [1.3.2](https://github.com/UltimateHackingKeyboard/agent/compare/v1.3.1...v1.3.2) (2017-11-04) + + + ## [1.3.1](https://github.com/UltimateHackingKeyboard/agent/compare/v1.3.0...v1.3.1) (2017-11-04) diff --git a/package-lock.json b/package-lock.json index 8a4d70de..029141e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uhk-agent", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4acd9cd6..b4ce5ee9 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "author": "Ultimate Gadget Laboratories", "main": "electron/dist/electron-main.js", - "version": "1.3.1", + "version": "1.3.2", "description": "Agent is the configuration application of the Ultimate Hacking Keyboard.", "repository": { "type": "git", From e8f755af704cb5a94ed48cc8460d7db0aff4b753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3bert=20Kiss?= Date: Sun, 5 Nov 2017 12:52:35 +0100 Subject: [PATCH 3/4] ci: use the same build dependencies than node-hid (#492) --- .travis.yml | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index c399740d..9d8a4a67 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -language: c +language: cpp sudo: false dist: trusty @@ -18,14 +18,29 @@ matrix: addons: apt: + sources: + - ubuntu-toolchain-r-test packages: - libgnome-keyring-dev - libsecret-1-dev - icnsutils - - libudev-dev - - build-essential + - g++-4.8 + - g++-4.8-multilib + - gcc-multilib + - libgtk2.0-0 + - libxtst6 + - libnotify4 + - libgconf2-4 + - libgtk2.0-0:i386 + - libxtst6:i386 + - libnotify4:i386 + - libgconf2-4:i386 + - libnss3:i386 + - libasound2:i386 + - libxss1:i386 + - socat - libusb-1.0-0-dev - - g++-multilib + - libudev-dev chrome: stable install: From b7cca0a082de8219969630553fcf0d11935b7e76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ro=CC=81bert=20Kiss?= Date: Sun, 5 Nov 2017 13:35:42 +0100 Subject: [PATCH 4/4] chore(release): 1.3.3 --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d253626..cea238c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [1.3.3](https://github.com/UltimateHackingKeyboard/agent/compare/v1.3.2...v1.3.3) (2017-11-05) + + + ## [1.3.2](https://github.com/UltimateHackingKeyboard/agent/compare/v1.3.1...v1.3.2) (2017-11-04) diff --git a/package-lock.json b/package-lock.json index 029141e6..069417cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uhk-agent", - "version": "1.3.2", + "version": "1.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b4ce5ee9..2660e566 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "author": "Ultimate Gadget Laboratories", "main": "electron/dist/electron-main.js", - "version": "1.3.2", + "version": "1.3.3", "description": "Agent is the configuration application of the Ultimate Hacking Keyboard.", "repository": { "type": "git",