Skip to content

Commit b25edfc

Browse files
committed
1.1.1
1 parent 9c36801 commit b25edfc

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [1.1.1](https://github.com/Ephigenia/mite-cli/compare/v1.1.0...v1.1.1) (2019-07-29)
2+
3+
4+
### Bug Fixes
5+
6+
* **mie-list:** duration coloring with existing yellow instead of orange ([2acfcef](https://github.com/Ephigenia/mite-cli/commit/2acfcef))
7+
* **mite-list:** 0-value columns are not filtered in grouped reports ([b8c1922](https://github.com/Ephigenia/mite-cli/commit/b8c1922))
8+
* **mite-list:** apply min/max-duration also to grouped reports ([4e1a7db](https://github.com/Ephigenia/mite-cli/commit/4e1a7db))
9+
* **mite-list:** different default columns when groupBy is used ([66afe00](https://github.com/Ephigenia/mite-cli/commit/66afe00))
10+
* **mite-list:** fix json output ansi color stripping ([e0c4385](https://github.com/Ephigenia/mite-cli/commit/e0c4385))
11+
* **mite-list:** no colored undefined revenue anymore ([31d46d9](https://github.com/Ephigenia/mite-cli/commit/31d46d9))
12+
* **mite-list:** removes additional line-break when using TSV format ([e3511f8](https://github.com/Ephigenia/mite-cli/commit/e3511f8))
13+
* **mite-list:** using dataformater for grouped output too ([c532dcc](https://github.com/Ephigenia/mite-cli/commit/c532dcc))
14+
* **mite-new:** auto-completion escape space service or customer ([913f3a2](https://github.com/Ephigenia/mite-cli/commit/913f3a2))
15+
16+
17+
118
# [1.1.0](https://github.com/Ephigenia/mite-cli/compare/v1.0.1...v1.1.0) (2019-07-12)
219

320

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.1.0",
4+
"version": "1.1.1",
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)