Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Jun 18, 2018
1 parent 268f570 commit 94c3331
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 2 deletions.
52 changes: 52 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,52 @@
<a name="0.6.0"></a>
# [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))



<a name="0.5.0"></a>
# [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))



<a name="0.4.0"></a>
# [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))



2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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 <popstas@gmail.com>",
"private": true,
Expand Down

0 comments on commit 94c3331

Please sign in to comment.