From e3abbedd8794c4902e5e898d30701511495bccea Mon Sep 17 00:00:00 2001 From: nioc Date: Sun, 26 Apr 2020 14:38:00 +0200 Subject: [PATCH] Version 0.2.0 --- README.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75f3633..202c35c 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ Vue-dom is a web front end for the home automation software [Jeedom](https://www ## Key features - display objects with summary, - display object with logical equipments, +- display logical equipments by tags, +- display info statistics (min, average and max) and history chart, +- display and start scenarios, - user authentication with login and password (not stored in application) - communicate with your Jeedom through JSON-RPC API and [websocket](https://github.com/nioc/jeedom-websocket), authorized with user API key, - reduce data traffic, @@ -60,6 +63,9 @@ This project is powered by the following components: - [normalizr](https://github.com/paularmstrong/normalizr) (MIT) - [Chart.js](https://www.chartjs.org/) (MIT) - [vue-chartjs](https://vue-chartjs.org/) (MIT) +- [vuex-persist](https://github.com/championswimmer/vuex-persist) (MIT) +- [Moment.js](https://momentjs.com/) (MIT) +- [vue-moment](https://github.com/brockpetrie/vue-moment) (MIT) ## License diff --git a/package-lock.json b/package-lock.json index 63f58ea..215316a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue-dom", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6f3e0f9..eae8b35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-dom", - "version": "0.1.0", + "version": "0.2.0", "description": "Vue-dom is a VueJS front end for the home automation software Jeedom", "keywords": [ "Jeedom",