Skip to content

Commit 0167316

Browse files
Update arduino-ide_2.0.0_Linux_64bit.zip to 2.0.1
Merge pull request #24 from flathub/update-51e7034
2 parents 96101c8 + 569e54c commit 0167316

File tree

3 files changed

+48
-4
lines changed

3 files changed

+48
-4
lines changed

arduino-ide.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ fi
77

88
# I cracked zypak's secrets
99
export ZYPAK_SPAWN_LATEST_ON_REEXEC=0
10-
env TMPDIR=$XDG_CACHE_HOME zypak-wrapper /app/arduino-ide/arduino-ide /app/arduino-ide/resources/app/scripts/arduino-ide-electron-main.js $CUSTOM_IDE_FLAGS "$@"
10+
env TMPDIR=$XDG_CACHE_HOME zypak-wrapper /app/arduino-ide/arduino-ide --app-project-path /app/arduino-ide/resources/app/ $CUSTOM_IDE_FLAGS "$@"

cc.arduino.IDE2.appdata.xml

+45-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,50 @@
3737
</p>
3838
</description>
3939
<releases>
40+
<release version="2.0.1" date="2022-10-27">
41+
<description>
42+
<ul>
43+
<li>Added: Make links to Boards Manager and Library Manager clickable inside the sketch (#1442)</li>
44+
<li>Added: Message history in Serial Monitor (#1404)</li>
45+
<li>Added: Create a custom sketch template for new sketches (#1559)</li>
46+
<li>Added: Add a project contributor guide (#1419)</li>
47+
<li>Changed: Can send message to the monitor with Enter (#572)</li>
48+
<li>Changed: Show user fields dialog again if upload fails (#1386)</li>
49+
<li>Changed: Update translation files (#1462)</li>
50+
<li>Changed: Put Arduino libs on top of the Library Manager (#1541)</li>
51+
<li>Changed: Changed the daemon output from json to text (#1544)</li>
52+
<li>Changed: Make the "INSTALL" button always visible in Boards Manager and Library Manager (#1568)</li>
53+
<li>Fixed: Occasional "Unable to watch for file changes in this large workspace" warnings (#39)</li>
54+
<li>Fixed: Label of unidentified port missing in "Board Selector" after opening new window (#1383)</li>
55+
<li>Fixed: Bring existing Serial Plotter window to foreground when selected from IDE UI (#1346)</li>
56+
<li>Fixed: UI unresponsive when sketch has a very long line (#1343)</li>
57+
<li>Fixed: Align the primary button in all dialogs in IDE (#1368)</li>
58+
<li>Fixed: Serial Monitor autoscroll only makes bottom line partially visible (#972)</li>
59+
<li>Fixed: Dialogs UI scalability - Unexpected dialog layouts (#1350)</li>
60+
<li>Fixed: Color contrast in the Firmware Updater dialog with the dark theme (#1441)</li>
61+
<li>Fixed: Sketchbook folder not created on startup (#1445)</li>
62+
<li>Fixed: 3rd party URLs dialog should not wrap text (#1470)</li>
63+
<li>Fixed: Keyboard bindings do not work properly after change to different keyboard layouts (#989)</li>
64+
<li>Fixed: Add missing translations (#1431)</li>
65+
<li>Fixed: Spurious IDE update notifications when using snapshot or nightly builds (#1440)</li>
66+
<li>Fixed: "Check for Arduino IDE Updates" operation fails when automatic update checks are disabled (#1437)</li>
67+
<li>Fixed: Avoid intellisense widgets being covered by the bottom panel (#1479)</li>
68+
<li>Fixed: When opening a dialog, set the focus inside it (#1373)</li>
69+
<li>Fixed: Attempt to open deleted sketch from Sketchbook or Examples menus fails silently (#53)</li>
70+
<li>Fixed: Serial Plotter requires \r\n line endings (#1360)</li>
71+
<li>Fixed: IDE is non-functional if package index can't be loaded (#1084)</li>
72+
<li>Fixed: Only package indexes should updated after changing the "Additional Boards Manager URL" preference. (#1156)</li>
73+
<li>Fixed: Application allows setting interface scaling interface past limits (#1384)</li>
74+
<li>Fixed: Parts of the UI disappear when window is to small (#662 #1515)</li>
75+
<li>Fixed: Incorrect spacing of the horizontal rules in the editor hover (#1503)</li>
76+
<li>Fixed: Sort Board selection menus like as described in the platform's boards.txt configuration file (#802)</li>
77+
<li>Fixed: Intermittent failure to recognize ports (#573)</li>
78+
<li>Fixed: The style of the buttons in the library installation dialog break when the labels are too long (#1314)</li>
79+
<li>Fixed: Uploading disabled without port selection (#702 #770)</li>
80+
<li>Fixed: Opening invalid sketch via file association/command line fails silently (#964)</li>
81+
</ul>
82+
</description>
83+
</release>
4084
<release version="2.0.0" date="2022-09-14">
4185
<description>
4286
<ul>
@@ -58,5 +102,5 @@
58102
<url type="bugtracker">https://github.com/arduino/arduino-ide/issues</url>
59103
<url type="translate">https://www.transifex.com/arduino-1/ide2/</url>
60104
<url type="donation">https://www.arduino.cc/en/donate/</url>
61-
<content_rating type="oars-1.0" />
105+
<content_rating type="oars-1.0"/>
62106
</component>

cc.arduino.IDE2.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@
138138
"only-arches": [
139139
"x86_64"
140140
],
141-
"url": "https://github.com/arduino/arduino-ide/releases/download/2.0.0/arduino-ide_2.0.0_Linux_64bit.zip",
142-
"sha256": "85f889f4447987edd0e2402175e8d46bbfd6e199a12063819dc8e993bb1b7bf3",
141+
"url": "https://github.com/arduino/arduino-ide/releases/download/2.0.1/arduino-ide_2.0.1_Linux_64bit.zip",
142+
"sha256": "16a1eba39a9795ddf3e65d2c84d6a7c452866efbda4ca43329c8a037c85525b4",
143143
"x-checker-data": {
144144
"type": "json",
145145
"url": "https://api.github.com/repos/arduino/arduino-ide/releases/latest",

0 commit comments

Comments
 (0)