Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
izumin5210 committed Jan 15, 2017
1 parent 288e2fd commit 829a96c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<a name="0.3.0"></a>
# [0.3.0](https://github.com/izumin5210/tomatone/compare/v0.2.0...v0.3.0) (2017-01-15)


### Bug Fixes

* **CategoryTree:** Fix child category extraction ([ebd5ea3](https://github.com/izumin5210/tomatone/commit/ebd5ea3))
* **main:** Enable cut, copy, paste, undo and redo ([5a6f82c](https://github.com/izumin5210/tomatone/commit/5a6f82c))
* **Reducer:** Fix order of loading entities from DB ([4e5b15d](https://github.com/izumin5210/tomatone/commit/4e5b15d))
* **TaskComposer:** Use izumin5210/react-autocomplete.git#build-pull201 to fix bugs in input in japanese ([51850e1](https://github.com/izumin5210/tomatone/commit/51850e1))


### Features

* **CategoryTree:** Hide item count and disable category link when a category has no items ([134d8a6](https://github.com/izumin5210/tomatone/commit/134d8a6))
* **CategoryTree:** Show incompleted task counts ([a63f627](https://github.com/izumin5210/tomatone/commit/a63f627))
* **HistoryView:** Show history that is included in the selected category or its child categories ([bfc3dc0](https://github.com/izumin5210/tomatone/commit/bfc3dc0))
* **IterationList:** Show category-path above the task's title ([70107b2](https://github.com/izumin5210/tomatone/commit/70107b2))
* **TaskList:** Show category-path above each task items ([320afa1](https://github.com/izumin5210/tomatone/commit/320afa1))
* **TaskList:** Tweak styles for selected items of TaskList ([c893604](https://github.com/izumin5210/tomatone/commit/c893604))
* **TasksView:** Show tasks that is included in the selected category or its child categories ([8da13e2](https://github.com/izumin5210/tomatone/commit/8da13e2))


### Performance Improvements

* **package:** Reduce package size ([4ec4593](https://github.com/izumin5210/tomatone/commit/4ec4593))
* **webpack:** Enable tree-shaking ([f164a62](https://github.com/izumin5210/tomatone/commit/f164a62))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tomatone",
"description": "Pluggable pomodoro timer",
"version": "0.2.0",
"version": "0.3.0",
"author": {
"name": "Masayuki IZUMI",
"email": "masayuki@izumin.info",
Expand Down

0 comments on commit 829a96c

Please sign in to comment.