-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcc.arduino.IDE2.appdata.xml
248 lines (243 loc) · 10 KB
/
cc.arduino.IDE2.appdata.xml
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
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>cc.arduino.IDE2</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>AGPL-3.0</project_license>
<name>Arduino IDE v2</name>
<summary>Open-source electronics prototyping platform</summary>
<developer_name>Arduino SA</developer_name>
<developer id="cc.arduino">
<name>Arduino SA</name>
</developer>
<launchable type="desktop-id">cc.arduino.IDE2.desktop</launchable>
<description>
<p>
NOTE: This wrapper is not verified by, affiliated with, or supported by Arduino.
Arduino do not offer official support for the Flatpak wrapper, and so to offer the best
support and experience for the Flatpak wrapper please report ALL issues at the Flathub
issue tracker (linked by the issue button/link on this page).
This allows with issues to be dealt with correctly. For more info press the issues
button/link on this page.
</p>
<p>
If you would like to limit the app's filesystem access and avoid cluttered configuration
files, please see limit-filesystem-access.md in the Flathub repo.
</p>
<p>
Arduino is an open-source electronics prototyping platform based
on flexible, easy-to-use hardware and software. It's intended for
artists, designers, hobbyists, and anyone interested in creating
interactive objects or environments.
</p>
<p>
Included is an integrated development environment that can be used
to develop and upload code to compatible microcontrollers.
</p>
<p>
The new major release of the Arduino IDE is faster and even more powerful!
In addition to a more modern editor and a more responsive interface it features
autocompletion, code navigation, and even a live debugger.
</p>
<p>
The Flatpak build of Arduino IDE 2.x requires the user to have USB permissions to upload
a sketch, see our readme for instructions (https://github.com/flathub/cc.arduino.IDE2/blob/master/README.md).
</p>
</description>
<releases>
<release version="2.3.6" date="2025-04-09">
<description>
<p>Fixed</p>
<ul>
<li>Auto-update doesn't trigger (#2697)</li>
<li>Extra blank window when IDE started via sketch file association (#2693)</li>
<li>Duplicate sketch opened from file and terminal on second instance of IDE (#2686)</li>
<li>IDE window steals focus when new content added to Output view (#2681)</li>
<li>Add missing Linux dependencies for create-changelog job (#2677)</li>
</ul>
<p>Changed</p>
<ul>
<li>Update translation files (#2692)</li>
</ul>
</description>
</release>
<release version="2.3.5" date="2025-04-02">
<description>
<p>Changed</p>
<ul>
<li>Bump Arduino CLI to v1.2.0 (#2645)</li>
<li>Bump Theia IDE to v1.57.0 (#2654)</li>
<li>Bump Electron version and upgrade yarn dependencies (#2654)</li>
<li>Bump built-in example sketches version to 1.10.2 (#2646)</li>
<li>Updated translation files (#2597)</li>
</ul>
<p>Fixed</p>
<ul>
<li>Sanitize message in notification component (#2664)</li>
<li>Decouple state update from the LS (#2643)</li>
<li>Safer electron version parsing for electron-builder command (#2673)</li>
<li>Multiple CI workflows fixes (#2647 #2675 #2672 #2676)</li>
</ul>
</description>
</release>
<release version="2.3.4" date="2024-12-03">
<description>
<p>
Important Compatibility Notice [Ubuntu 18.04]
</p>
<p>This will be the final release supporting Ubuntu 18.04. Unfortunately due to
changes in our Continuous Integration workflows we are no longer able to produce
IDE 2.x builds compatible with older versions of Ubuntu (context, related
change). We have manually built Arduino IDE 2.3.4 to allow support for one final
version, subsequent releases will not be compatible.</p>
<p>Added</p>
<ul>
<li>Can skip verify before upload (#2397)</li>
<li>Implement menu action to reload current board data (#2553)</li>
<li>Add donate footer to updater dialog (71b11ed, #2581)</li>
<li>Add dialog to introduce to new version (4788bfb, #2581)</li>
</ul>
<p>Changed</p>
<ul>
<li>Use Arduino CLI v1.1.1 (#2576)</li>
<li>Use Ubuntu 18.10 in Linux build container (#2307)</li>
</ul>
<p>Fixed</p>
<ul>
<li>Retry compilation if grpc client needs to be reinitialized (#2548)</li>
<li>Fix memory leak when scanning sketchbooks with large files (#2555)</li>
<li>Disable local windows signing for forks PR (#2554)</li>
<li>Align viewsWelcome behavior to VS Code (#2543)</li>
<li>Fix CLI error parsing (#2518)</li>
</ul>
</description>
</release>
<release version="2.3.3" date="2024-09-25">
<description>
<p>Added</p>
<ul>
<li>Allow view and edit of Arduino Cloud Shared Space Sketches (#2486)</li>
<li>Cancelable Verify and Upload (#1199)</li>
</ul>
<p>Changed</p>
<ul>
<li>Bump CLI to 1.0.4 (#2457)</li>
<li>Use upload with programmer as default when required (#2500)</li>
<li>Update Windows Signing Certificate (#2452)</li>
<li>Update Github Actions runners (#2508, #2513)</li>
</ul>
<p>Fixed</p>
<ul>
<li>Can unset network#proxy in the CLI config (#2184)</li>
<li>Invalid custom board option handling in FQBN (#1588)</li>
<li>Add missing installed version to the platform (#2378)</li>
<li>Copy example with .pde main sketch file (#2377)</li>
</ul>
</description>
</release>
<release version="2.3.2" date="2024-02-20"/>
<release version="2.3.1" date="2024-02-15">
<description>
<p>Fixed</p>
<ul>
<li>Debug view blank on first debugging session of a sketch (#2354)</li>
</ul>
<p>Security</p>
<ul>
<li>Update msgpackr to resolve CVE-2023-52079 (#2360)</li>
<li>Update axios to resolve CVE-2023-45857 (#2360)</li>
<li>Update follow-redirects to resolve CVE-2023-26159 (#2360)</li>
</ul>
</description>
</release>
<release version="2.3.0" date="2024-02-07">
<description>
<p>Added</p>
<ul>
<li>Identify boards from manually installed platforms in "Select Other Board and
Port" dialog tooltip (#2270)</li>
<li>Support .cc and .cxx extensions for sketch files (#2265)</li>
<li>Intellisense and validation for custom_debug.json (#2281)</li>
<li>Support direct modification of debugger's launch.json configuration file
(#2281)</li>
<li>Show progress information in the status bar when Arduino CLI is running
debug --info --programmer command (#2281)</li>
<li>Support selecting debug probe via "Tools > Programmer" menu (#2281)</li>
<li>Disable debug widget if unsupported by board (#14)</li>
<li>Advanced preference to limit thread count of Arduino Language Server (#2350)</li>
</ul>
<p>Changed</p>
<ul>
<li>Use new debug -I -P CLI output (#2281)</li>
<li>New debug_custom.json schema (#2281)</li>
<li>Update built-in example sketches to 1.10.1 (#2322)</li>
<li>Update translation files (#2216)</li>
<li>Update Node.js dependency to 18 (#2199)</li>
<li>Update electron dependency to 27.0.3 (#2199, #2252, 0f83a48)</li>
<li>Update Theia dependency to 1.41.0 (#2211)</li>
<li>Update Arduino Language Server dependency to 0.7.6 (a0bd5d0, #2350)</li>
<li>Update Arduino CLI dependency to 0.35.2 (73b6dc4, b8dd39c, #2350)</li>
<li>Update vscode-arduino-tools dependency to 0.1.1 (73b6dc4)</li>
</ul>
<p>Fixed</p>
<ul>
<li>Forward backend logging to electron (#2236)</li>
<li>Arduino state data not available to extensions after IDE startup (#2233)</li>
<li>"Configure and Upload" dialog not presented for uploads dependent on "user
provided fields" after IDE startup (#2230)</li>
<li>Custom board option selection made in one window affects other windows as
well (#2240)</li>
<li>"Start Debugging" button incorrectly disabled if board was pre-selected on
IDE startup (#2237)</li>
<li>Board-dependent menus not populated if board was pre-selected on IDE startup
(#2239)</li>
<li>Saving sketch fails silently when files are read-only (#1501)</li>
<li>IDE window doesn't open when started via sketch file association (#2209)</li>
<li>Subfolder structure of sketch lost after "Save As" operation (#2077)</li>
<li>Naming collision during "Save As" causes overwrite of secondary sketch file
(#827)</li>
<li>Previous selection remains in "Firmware Updater" and "Certificate Uploader"
menu after no longer available (#2222)</li>
<li>Bundle native Arduino Firmware Uploader with Apple Silicon build (#2338)</li>
</ul>
<p>Security</p>
<ul>
<li>Update electron to resolve CVE-2023-4863 and CVE-2023-39956 (#2252)</li>
<li>Replace usage of shelljs package with fs and console (#2252)</li>
<li>Replace usage of uuid package with @phosphor/coreutils (#2252)</li>
<li>Update @babel/traverse to resolve CVE-2023-45133 (#2273)</li>
<li>Update auth0-js to resolve CVE-2023-46233 (#2273)</li>
</ul>
</description>
</release>
<release version="2.2.1" date="2023-08-31">
<description>
<p>
Changed:
</p>
<ul>
<li>Bump Arduino Firmware Uploader dependency to 2.4.1 (#2206)</li>
</ul>
<p>
Fixed:
</p>
<ul>
<li>Fix missing translations for русский and Türkçe (#2201)</li>
</ul>
</description>
</release>
</releases>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/arduino/arduino-ide/main/static/screenshot.png</image>
<caption>Image of Arduino IDE v2</caption>
</screenshot>
</screenshots>
<url type="homepage">https://www.arduino.cc/</url>
<url type="help">https://docs.arduino.cc/software/ide-v2</url>
<url type="bugtracker">https://github.com/flathub/cc.arduino.IDE2/issues/35</url>
<url type="translate">https://www.transifex.com/arduino-1/ide2/</url>
<url type="donation">https://www.arduino.cc/en/donate/</url>
<content_rating type="oars-1.1">
<content_attribute id="social-info">mild</content_attribute>
</content_rating>
</component>