Skip to content

Commit 6cba4c6

Browse files
committed
1.1.0
1 parent b681f71 commit 6cba4c6

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [1.1.0](https://github.com/Ephigenia/mite-cli/compare/v1.0.1...v1.1.0) (2019-07-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **list:** adds missing limit and locked to autocompletion ([d8222e6](https://github.com/Ephigenia/mite-cli/commit/d8222e6))
7+
* **list:** autocompletion works again ([a2ec467](https://github.com/Ephigenia/mite-cli/commit/a2ec467))
8+
* **mite-list:** error handling upon errs in getTimeEntries call ([b681f71](https://github.com/Ephigenia/mite-cli/commit/b681f71))
9+
10+
11+
### Features
12+
13+
* **list:** adds max-duration and min-duration ([932e4cb](https://github.com/Ephigenia/mite-cli/commit/932e4cb))
14+
* **list:** highlight durations above 8 (orange) or 12 hours (red) ([18241a6](https://github.com/Ephigenia/mite-cli/commit/18241a6))
15+
* **mite-amend:** set/add/remove minutes of time-entry ([10864f4](https://github.com/Ephigenia/mite-cli/commit/10864f4))
16+
17+
18+
119
## [1.0.1](https://github.com/Ephigenia/mite-cli/compare/v1.0.0...v1.0.1) (2019-06-27)
220

321

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Ephigenia M. Eichner",
33
"name": "mite-cli",
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"description": "command line tool for time tracking service mite.yo.lk",
66
"preferGlobal": true,
77
"homepage": "https://github.com/Ephigenia/mite-cli/",

0 commit comments

Comments
 (0)