-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRelNotes.json
169 lines (169 loc) · 4.41 KB
/
RelNotes.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
{
"NOTES": {
"k011401": {
"major": "1",
"minor": "14",
"patch": "1",
"description": [
{
"tag": "Toc",
"info": "11.0.7"
}
]
},
"k011400": {
"major": "1",
"minor": "14",
"patch": "0",
"description": [
{
"tag": "Toc",
"info": "11.0.5"
}
]
},
"k011301": {
"major": "1",
"minor": "13",
"patch": "1",
"description": [
{
"tag": "Toc",
"info": "11.0.0, 11.0.2"
}
]
},
"k011200": {
"major": "1",
"minor": "12",
"patch": "0",
"description": [
{
"tag": "Toc",
"info": "10.2.7"
}
]
},
"k010409": {
"major": "1",
"minor": "4",
"patch": "9",
"description": [
{
"tag": "Toc",
"info": "8.3.0"
}
]
},
"k010408": {
"major": "1",
"minor": "4",
"patch": "8",
"description": [
{
"tag": "Toc",
"info": "8.2.5"
}
]
},
"k010407": {
"major": "1",
"minor": "4",
"patch": "7",
"description": [
{
"tag": "Toc",
"info": "8.2.0"
}
]
},
"k010403": {
"major": "1",
"minor": "4",
"patch": "3",
"description": [
{
"tag": "Toc",
"info": "7.3.0"
}
]
},
"k010402": {
"major": "1",
"minor": "4",
"patch": "2",
"description": [
{
"tag": "Toc",
"info": "7.1.0"
},
{
"tag": "Feature",
"info": "Improved armor class recognition"
}
]
},
"k010200": {
"major": "1",
"minor": "2",
"patch": "0",
"description": [
{
"tag": "Feature",
"info": "Considers also item directly pushed in inventory (like Missions rewards)"
}
]
},
"k010101": {
"major": "1",
"minor": "1",
"patch": "1",
"description": [
{
"tag": "Fix",
"info": "Quest rewards are now correctly proposed even if quest has only one choice"
}
]
},
"k010001": {
"major": "1",
"minor": "0",
"patch": "1",
"description": [
{
"tag": "Fix",
"info": "Quest rewards are now correctly grayed out"
}
]
},
"k010000": {
"major": "1",
"minor": "0",
"patch": "0",
"description": [
{
"tag": "Feature",
"info": "Initial release"
}
]
}
},
"PARAGRAPHS": [
"Description"
],
"TITLE": {
"addon": "Jeeves",
"title": "RELNOTES"
},
"PRE": [
"Jeeves assists you in dressing",
"",
"Whenever you acquire a new item suitable to upgrade your current equipment,",
"Jeeves proposes you a quick button to wear it.",
"If you are an enchanter, shift-clicking the button will disenchant the item",
"You can customize button appearance and minimum item quality and level under which items are ignored",
"Jeeves also helps you in choosing quest rewards by preselecting the best selling item and graying out",
"ones not your armor class.",
"Note, I recommend OneChoice to improve you quest reward selection experience"
]
}