Merge branch 'master' of github.com:UltimateHackingKeyboard/agent
This commit is contained in:
22
.travis.yml
22
.travis.yml
@@ -1,4 +1,4 @@
|
||||
language: c
|
||||
language: cpp
|
||||
sudo: false
|
||||
dist: trusty
|
||||
|
||||
@@ -18,13 +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
|
||||
- libudev-dev
|
||||
chrome: stable
|
||||
|
||||
install:
|
||||
|
||||
10
CHANGELOG.md
10
CHANGELOG.md
@@ -2,6 +2,16 @@
|
||||
|
||||
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.
|
||||
|
||||
<a name="1.3.3"></a>
|
||||
## [1.3.3](https://github.com/UltimateHackingKeyboard/agent/compare/v1.3.2...v1.3.3) (2017-11-05)
|
||||
|
||||
|
||||
|
||||
<a name="1.3.2"></a>
|
||||
## [1.3.2](https://github.com/UltimateHackingKeyboard/agent/compare/v1.3.1...v1.3.2) (2017-11-04)
|
||||
|
||||
|
||||
|
||||
<a name="1.3.1"></a>
|
||||
## [1.3.1](https://github.com/UltimateHackingKeyboard/agent/compare/v1.3.0...v1.3.1) (2017-11-04)
|
||||
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "uhk-agent",
|
||||
"version": "1.3.1",
|
||||
"version": "1.3.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"private": true,
|
||||
"author": "Ultimate Gadget Laboratories",
|
||||
"main": "electron/dist/electron-main.js",
|
||||
"version": "1.3.1",
|
||||
"version": "1.3.3",
|
||||
"description": "Agent is the configuration application of the Ultimate Hacking Keyboard.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user