From 94c3331b5f2fc2647caab3755a16c29a24c4e105 Mon Sep 17 00:00:00 2001 From: Stanislav Popov Date: Mon, 18 Jun 2018 22:03:14 +0500 Subject: [PATCH] 0.6.0 --- CHANGELOG.md | 52 +++++++++++++++++++++++++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 54 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f5a7eda --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,52 @@ + +# [0.6.0](https://github.com/viasite/planfix-toggl-client/compare/0.5.0...0.6.0) (2018-06-18) + + +### Features + +* release and deploy with npm ([268f570](https://github.com/viasite/planfix-toggl-client/commit/268f570)) +* сортировка списков, новое вверху ([11e65da](https://github.com/viasite/planfix-toggl-client/commit/11e65da)) + + + + +# [0.5.0](https://github.com/viasite/planfix-toggl-client/compare/0.4.1...0.5.0) (2018-03-11) + + +### Bug Fixes + +* async get planfixAccount from store ([6b0d763](https://github.com/viasite/planfix-toggl-client/commit/6b0d763)) +* change /api/toggl/entries to /api/v1/toggl/entries ([cf8c056](https://github.com/viasite/planfix-toggl-client/commit/cf8c056)) +* extract apiUrl variable ([957057b](https://github.com/viasite/planfix-toggl-client/commit/957057b)) +* get apiUrl to store, http://localhost:8096 -> https://localhost:8097 ([d09cebb](https://github.com/viasite/planfix-toggl-client/commit/d09cebb)) +* nuxt dev public listen 0.0.0.0 ([11fee77](https://github.com/viasite/planfix-toggl-client/commit/11fee77)) +* planfixAccount to Vuex store ([f12d5b8](https://github.com/viasite/planfix-toggl-client/commit/f12d5b8)) +* spa build ([6913bc9](https://github.com/viasite/planfix-toggl-client/commit/6913bc9)) +* working tabIndex store ([fcc928b](https://github.com/viasite/planfix-toggl-client/commit/fcc928b)) +* правильное сохранение настроек через 2 сек ([02802e1](https://github.com/viasite/planfix-toggl-client/commit/02802e1)) +* проброс значения из нижележащего компонента ([426bdab](https://github.com/viasite/planfix-toggl-client/commit/426bdab)) +* разделения запятыми подзадач одной сгруппированной записи ([7a06dcb](https://github.com/viasite/planfix-toggl-client/commit/7a06dcb)) +* сохранение настроек на сервере по таймауту в 2 сек после последнего изменения ([83aa3e8](https://github.com/viasite/planfix-toggl-client/commit/83aa3e8)) + + +### Features + +* EantriesPage, main toolbar, подготовка к выводу вкладками ([14f6ca7](https://github.com/viasite/planfix-toggl-client/commit/14f6ca7)) +* onsenui элементы появились ([170ed75](https://github.com/viasite/planfix-toggl-client/commit/170ed75)) +* **ui:** вкладки для разных списков ([5f40a1d](https://github.com/viasite/planfix-toggl-client/commit/5f40a1d)) +* валидация настроек Toggl и Планфикса ([91eb5b5](https://github.com/viasite/planfix-toggl-client/commit/91eb5b5)), closes [viasite/planfix-toggl-server#7](https://github.com/viasite/planfix-toggl-server/issues/7) +* страница настроек SettingsPage, ConfigEntry, сохранение конфига ([91ab3f2](https://github.com/viasite/planfix-toggl-client/commit/91ab3f2)), closes [viasite/planfix-toggl-server#7](https://github.com/viasite/planfix-toggl-server/issues/7) +* цветные сообщения о валидации ([4a21603](https://github.com/viasite/planfix-toggl-client/commit/4a21603)) + + + + +# [0.4.0](https://github.com/viasite/planfix-toggl-client/compare/6465acf...0.4.0) (2018-02-10) + + +### Features + +* nuxt app for frontend ([6465acf](https://github.com/viasite/planfix-toggl-client/commit/6465acf)) + + + diff --git a/package-lock.json b/package-lock.json index 24b2e78..9a0ec06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "planfix-toggl", - "version": "1.0.0", + "version": "0.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 404edcd..ca2ba9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "planfix-toggl-client", - "version": "0.5.0", + "version": "0.6.0", "description": "Send metrics from Toggl to Planfix", "author": "Stanislav Popov ", "private": true,