-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathreleases_log_v2.json
226 lines (226 loc) · 6.43 KB
/
releases_log_v2.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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
{
"currentVersion": "2.4.0",
"currentBuild": 19,
"releaseDate": "2025-03-10",
"earlyAccess": {
"version": "2.4.0",
"build": 19,
"releaseDate": "2025-02-24"
},
"changeLog": [
{
"build": 19,
"version": "2.4.0",
"changes": [
{
"title": "✨ New Features",
"items": [
{
"label": "Added ARM64 architecture",
"subitems": [
{
"label": "Windows, macOS"
}
]
},
{
"label": "Added Portable app",
"subitems": [
{
"label": "Windows, Linux"
}
]
},
{
"label": "Added option for dynamic title/taskbar name based on AI or page"
},
{
"label": "Added option to open app at last position/size or maximized"
},
{
"label": "Added ability to enable/disable AI interface extensions"
},
{
"label": "Added option to configure AI update check frequency"
},
{
"label": "Check for update on new card locate/install"
}
]
},
{
"title": " ⚡ Improvements",
"items": [
{
"label": "Improve terminal process killing on terminate/close"
},
{
"label": "Update dashboard and audio generation icons"
},
{
"label": "Update Styles:",
"subitems": [
{
"label": "Update AI installation and Settings clear popconfirm design"
},
{
"label": "Update uninstall modal design"
},
{
"label": "Update update details modal design"
}
]
}
]
},
{
"title": "\uD83E\uDEB2 Bug Fixes",
"items": [
{
"label": "Resolve AI interface extension installation issues"
},
{
"label": "Correctly handle dots in repository names"
},
{
"label": "Fix error on closing app when an AI interface is running"
}
]
},
{
"title": "\uD83D\uDCCC Minor Changes",
"items": [
{
"label": "Portable changes:",
"subitems": [
{
"label": "Use relative path for app config storage path"
},
{
"label": "Add executable path retrieval on multiple platforms"
},
{
"label": "Remove Restart button on Linux portable AppImage and show exit instead of restart"
}
]
},
{
"label": "In modules page auto switch to download tab if no modules installed"
},
{
"label": "Change button cursor to pointer in specific situations"
},
{
"label": "Reorder settings content and navigation buttons"
},
{
"label": "Update module changelog close button style"
},
{
"label": "Update initializer style"
},
{
"label": "Lower Patreon login card border opacity"
},
{
"label": "Disable google sync data checkbox"
}
]
}
]
},
{
"build": 18,
"version": "2.3.1",
"changes": [
{
"title": " ⚡ Improvements",
"items": [
{
"label": "Repositioned \"Close\" and \"Terminate AI\" confirmation pop-up."
},
{
"label": "Improved module update checking behavior and performance."
},
{
"label": "Added stash and drop functionality to card repository menu."
},
{
"label": "Added animation to command items upon addition."
},
{
"label": "Removed markdown viewer background."
},
{
"label": "Removed modals footer background; close button is now minimal."
}
]
},
{
"title": "\uD83E\uDEB2 Bug Fixes",
"items": [
{
"label": "Refresh modules list after installing or uninstalling a module."
},
{
"label": "Resolve AI interface extension installation issues"
}
]
},
{
"title": "\uD83D\uDCCC Minor Changes",
"items": [
{
"label": "Added security notice for extensions and modules installation."
},
{
"label": "Extensions Page:",
"subitems": [
{
"label": "Added skeleton loading, updated panel colors, and changed selected item indicator."
},
{
"label": "Modified tab appearance and improved empty search result text, and updated styles."
}
]
},
{
"label": "Modules Page:",
"subitems": [
{
"label": "Added changelog viewer, displays unloaded state, updated \"Update All\" button, and improved list item design."
},
{
"label": "Smaller tabs, button icons, homepage link, and fixed update checking with no modules."
}
]
},
{
"label": "Use custom array for app release log."
},
{
"label": "Updated design of update details and notification."
},
{
"label": "Close menu on \"Open Folder\" or \"Open Homepage\"."
}
]
}
]
},
{
"build": 17,
"version": "2.2.1",
"changes": [
{
"title": "\uD83E\uDEB2 Bug Fixes",
"items": [
{
"label": "Prevent modal overlay persistence when closing modals with tabs"
}
]
}
]
}
]
}