Skip to content

Commit b6beba2

Browse files
jontsaiJonathan Tsai
authored andcommitted
updates CHANGELOG between v2.1.2 - v3.0.1
1 parent 0763843 commit b6beba2

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

CHANGELOG.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,61 @@
11
# CHANGELOG
22

3+
## v3.0.1 (2021-04-06)
4+
-Include all open Maniphest statuses for upcoming tasks due report
5+
- awaitingbusiness
6+
- inprogress
7+
- open
8+
- stalled
9+
10+
## v3.0.0 (2020-12-22)
11+
- added Explore page and blueprint
12+
- adds mechanism to retrieve a list of Customers (special Project tag)
13+
- adds the ability to filter task metrics by Customer
14+
- styling for applied filters string
15+
- formatting for task metrics
16+
- adds custom segments (including nested segments) for projects on explore page
17+
- filter by bulk project names
18+
- add hyperlinks with quarter interval to explore
19+
- slightly improved interval calculation
20+
- improved section headings indicating interval
21+
- adds aggregated metrics, normalized metrics and rate metrics
22+
- tasks by project_phids query use AND, so need to make multiple queries
23+
- display 2 decimal points
24+
- adds AggregatedTaskMetricsStats as companion to TaskMetricsStats
25+
- segment tasks by customer, users, and service
26+
- move/refactor utils.py and constants.py into module with submodules
27+
- add checks for null projects
28+
29+
## v2.7.0 (2020-11-19)
30+
- adds statistical analysis
31+
32+
## v2.6.0 (2020-11-19)
33+
- Version bump only
34+
35+
## v2.5.0 (2020-11-18)
36+
- adds Stories, Features, Tasks in addition to Bugs as metric types
37+
38+
## v2.4.0 (2020-11-18)
39+
- adds filters to web metrics
40+
- adds the ability to select interval: week/month
41+
- adds the ability to set custom start and end period
42+
43+
## v2.3.0 (2020-11-18)
44+
- Adds breadcrumbs to website
45+
46+
## v2.2.1 (2020-11-04)
47+
- Adds report setting: non_group_reviewer_acceptance_threshold
48+
- Allows requiring a minimum number of acceptances by non-group reviewers for GroupReviewStatusReport
49+
50+
## v2.2.0 (2020-10-27)
51+
- Adds GroupReviewStatusReport
52+
- adds web link for RevisionStatusReport and GroupsReviewStatusReport
53+
- convert REPORTS config from dict to list
54+
55+
## v2.1.2 (2020-10-21)
56+
- update Maniphest open, closed statuses
57+
- fix BugMetric namedtuple name
58+
359
## v2.1.1 (2020-08-25)
460

561
- Use accordion component to show/collapse bugs

0 commit comments

Comments
 (0)