Skip to content

Commit 98e6a94

Browse files
committed
1.2.0
1 parent 76b18e9 commit 98e6a94

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# [1.2.0](https://github.com/Ephigenia/mite-cli/compare/v1.1.2...v1.2.0) (2019-08-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **mite-list:** adds thousand seperators to numbers ([b65c03e](https://github.com/Ephigenia/mite-cli/commit/b65c03e))
7+
* **mite-list:** adds thousand seperators to revenue values ([c9f0a34](https://github.com/Ephigenia/mite-cli/commit/c9f0a34))
8+
* **mite-list:** changes note highlight regexp for highlighting durations ([949cd47](https://github.com/Ephigenia/mite-cli/commit/949cd47))
9+
* **mite-list:** coloring of minutes & hours ([807095a](https://github.com/Ephigenia/mite-cli/commit/807095a))
10+
* **mite-list:** defaults to today fixed ([addcc7b](https://github.com/Ephigenia/mite-cli/commit/addcc7b))
11+
* **mite-list:** show all entries when no period is set ([52779ff](https://github.com/Ephigenia/mite-cli/commit/52779ff))
12+
13+
14+
### Features
15+
16+
* **mite-list:** adds hours column which shows industry hours ([68a9d26](https://github.com/Ephigenia/mite-cli/commit/68a9d26))
17+
* **project-list:** adds revenue column for showing total revenue per project ([4cfb9d6](https://github.com/Ephigenia/mite-cli/commit/4cfb9d6))
18+
* **project-list:** budget chart and percentage orange or red ([4e80e3e](https://github.com/Ephigenia/mite-cli/commit/4e80e3e))
19+
* **project-list:** last month actively used monthly budget shown ([fa31eef](https://github.com/Ephigenia/mite-cli/commit/fa31eef))
20+
* **project-list:** optional display of budget used as chart or value(s) ([a2b0977](https://github.com/Ephigenia/mite-cli/commit/a2b0977))
21+
22+
23+
124
## [1.1.2](https://github.com/Ephigenia/mite-cli/compare/v1.1.1...v1.1.2) (2019-07-29)
225

326

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