This repository has been archived by the owner on May 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathCHANGELOG.json
104 lines (104 loc) · 2.24 KB
/
CHANGELOG.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
[
{
"when": "2021-01-20",
"pr": 149,
"what": "Add the ability to export log entries out as file.",
"type": "feature"
},
{
"when": "2020-07-24",
"pr": 141,
"what": "Fix older result returns the same result problem",
"type": "bug"
},
{
"when": "2020-06-10",
"pr": 135,
"what": "Fix broken exception links.",
"type": "bug"
},
{
"when": "2020-05-27",
"pr": 131,
"what": "Remove links from values, replace with hover context buttons.",
"type": "enhancement"
},
{
"when": "2020-05-27",
"pr": 129,
"what": "Fix mismatching TZ in histogram.",
"type": "bug"
},
{
"when": "2020-05-27",
"pr": 128,
"what": "Fix broken histogram on immediate search.",
"type": "bug"
},
{
"when": "2020-05-27",
"pr": 127,
"what": "Ability to switch between UTC and local time in the settings.",
"type": "enhancement"
},
{
"when": "2020-05-27",
"pr": 126,
"what": "Copy to clipboard values should not have escaped html entities.",
"type": "bug"
},
{
"when": "2020-03-26",
"pr": 124,
"what": "Added a collapsed transformer to display field only if the previous value is different.",
"type": "enhancement"
},
{
"when": "2020-03-19",
"pr": 121,
"what": "Styling and layout fixes for histogram and scrollbars.",
"type": "enhancement"
},
{
"when": "2020-03-12",
"pr": 118,
"what": "Allow default terms per data source.",
"type": "enhancement"
},
{
"when": "2020-02-25",
"pr": 115,
"what": "Display a changelog on the welcome screen.",
"type": "enhancement"
},
{
"when": "2020-02-24",
"pr": 114,
"what": "Histogram fixes.",
"type": "bug"
},
{
"when": "2020-02-24",
"pr": 108,
"what": "Context links should remove other terms from query.",
"type": "bug"
},
{
"when": "2020-02-24",
"pr": 113,
"what": "Numbers show as curly brackets.",
"type": "bug"
},
{
"when": "2020-02-24",
"pr": 112,
"what": "Always show context icon for \"clear\" context action.",
"type": "bug"
},
{
"when": "2020-02-24",
"pr": 111,
"what": "Contexts must explicitly use /slashes/ to use regexp.",
"type": "enhancement"
}
]