File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
+ ## Version 1.3.0 - 2020-08-24
4
+
5
+ * Defer comment tags until all data is fetched, use cached metadata when available [ #207 ] ( https://github.com/google/triage-party/pull/207 )
6
+ * Make the Tags a set to avoid issues of DeDup [ #203 ] ( https://github.com/google/triage-party/pull/203 )
7
+ * Use internal mtime tracking to determine in-memory issue validatity [ #205 ] ( https://github.com/google/triage-party/pull/205 )
8
+ * Add svg for future scaling image uses [ #202 ] ( https://github.com/google/triage-party/pull/202 )
9
+ * fix startup panic [ #199 ] ( https://github.com/google/triage-party/pull/199 )
10
+ * cursor: pointer for collapsible [ #198 ] ( https://github.com/google/triage-party/pull/198 )
11
+ * Allow collections to define their own velocity stats [ #191 ] ( https://github.com/google/triage-party/pull/191 )
12
+
13
+ Huge thank you for this release towards our contributors:
14
+
15
+ - Grant Mccloskey
16
+ - Thomas Strömberg
17
+ - balopat
18
+
3
19
## Version 1.2.1 - 2020-07-17
4
20
5
21
* Return stale results if GitHub cannot be queried [ #189 ] ( https://github.com/google/triage-party/pull/189 )
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ import (
40
40
)
41
41
42
42
// VERSION is what version of Triage Party we advertise as.
43
- const VERSION = "v1.2.2-beta .0"
43
+ const VERSION = "v1.3 .0"
44
44
45
45
var (
46
46
nonWordRe = regexp .MustCompile (`\W` )
You can’t perform that action at this time.
0 commit comments