Skip to content

Commit 569e54c

Browse files
Update to 2.0.1
This Still has bugs. the cpp plugin crashes and the example sketches wont open
1 parent d5c1452 commit 569e54c

File tree

2 files changed

+45
-2
lines changed

2 files changed

+45
-2
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

+44-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,50 @@
3737
</p>
3838
</description>
3939
<releases>
40-
<release version="2.0.1" date="2022-10-27"/>
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>
4184
<release version="2.0.0" date="2022-09-14">
4285
<description>
4386
<ul>

0 commit comments

Comments
 (0)