diff --git a/arduino-ide.sh b/arduino-ide.sh index f640ee4..1925dc1 100644 --- a/arduino-ide.sh +++ b/arduino-ide.sh @@ -7,4 +7,4 @@ fi # I cracked zypak's secrets export ZYPAK_SPAWN_LATEST_ON_REEXEC=0 -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 "$@" +env TMPDIR=$XDG_CACHE_HOME zypak-wrapper /app/arduino-ide/arduino-ide --app-project-path /app/arduino-ide/resources/app/ $CUSTOM_IDE_FLAGS "$@" diff --git a/cc.arduino.IDE2.appdata.xml b/cc.arduino.IDE2.appdata.xml index 6e9c107..b85b7a7 100644 --- a/cc.arduino.IDE2.appdata.xml +++ b/cc.arduino.IDE2.appdata.xml @@ -37,6 +37,50 @@

+ + +
    +
  • Added: Make links to Boards Manager and Library Manager clickable inside the sketch (#1442)
  • +
  • Added: Message history in Serial Monitor (#1404)
  • +
  • Added: Create a custom sketch template for new sketches (#1559)
  • +
  • Added: Add a project contributor guide (#1419)
  • +
  • Changed: Can send message to the monitor with Enter (#572)
  • +
  • Changed: Show user fields dialog again if upload fails (#1386)
  • +
  • Changed: Update translation files (#1462)
  • +
  • Changed: Put Arduino libs on top of the Library Manager (#1541)
  • +
  • Changed: Changed the daemon output from json to text (#1544)
  • +
  • Changed: Make the "INSTALL" button always visible in Boards Manager and Library Manager (#1568)
  • +
  • Fixed: Occasional "Unable to watch for file changes in this large workspace" warnings (#39)
  • +
  • Fixed: Label of unidentified port missing in "Board Selector" after opening new window (#1383)
  • +
  • Fixed: Bring existing Serial Plotter window to foreground when selected from IDE UI (#1346)
  • +
  • Fixed: UI unresponsive when sketch has a very long line (#1343)
  • +
  • Fixed: Align the primary button in all dialogs in IDE (#1368)
  • +
  • Fixed: Serial Monitor autoscroll only makes bottom line partially visible (#972)
  • +
  • Fixed: Dialogs UI scalability - Unexpected dialog layouts (#1350)
  • +
  • Fixed: Color contrast in the Firmware Updater dialog with the dark theme (#1441)
  • +
  • Fixed: Sketchbook folder not created on startup (#1445)
  • +
  • Fixed: 3rd party URLs dialog should not wrap text (#1470)
  • +
  • Fixed: Keyboard bindings do not work properly after change to different keyboard layouts (#989)
  • +
  • Fixed: Add missing translations (#1431)
  • +
  • Fixed: Spurious IDE update notifications when using snapshot or nightly builds (#1440)
  • +
  • Fixed: "Check for Arduino IDE Updates" operation fails when automatic update checks are disabled (#1437)
  • +
  • Fixed: Avoid intellisense widgets being covered by the bottom panel (#1479)
  • +
  • Fixed: When opening a dialog, set the focus inside it (#1373)
  • +
  • Fixed: Attempt to open deleted sketch from Sketchbook or Examples menus fails silently (#53)
  • +
  • Fixed: Serial Plotter requires \r\n line endings (#1360)
  • +
  • Fixed: IDE is non-functional if package index can't be loaded (#1084)
  • +
  • Fixed: Only package indexes should updated after changing the "Additional Boards Manager URL" preference. (#1156)
  • +
  • Fixed: Application allows setting interface scaling interface past limits (#1384)
  • +
  • Fixed: Parts of the UI disappear when window is to small (#662 #1515)
  • +
  • Fixed: Incorrect spacing of the horizontal rules in the editor hover (#1503)
  • +
  • Fixed: Sort Board selection menus like as described in the platform's boards.txt configuration file (#802)
  • +
  • Fixed: Intermittent failure to recognize ports (#573)
  • +
  • Fixed: The style of the buttons in the library installation dialog break when the labels are too long (#1314)
  • +
  • Fixed: Uploading disabled without port selection (#702 #770)
  • +
  • Fixed: Opening invalid sketch via file association/command line fails silently (#964)
  • +
+
+
    @@ -58,5 +102,5 @@ https://github.com/arduino/arduino-ide/issues https://www.transifex.com/arduino-1/ide2/ https://www.arduino.cc/en/donate/ - + diff --git a/cc.arduino.IDE2.json b/cc.arduino.IDE2.json index 9429a12..6b5a1c0 100644 --- a/cc.arduino.IDE2.json +++ b/cc.arduino.IDE2.json @@ -138,8 +138,8 @@ "only-arches": [ "x86_64" ], - "url": "https://github.com/arduino/arduino-ide/releases/download/2.0.0/arduino-ide_2.0.0_Linux_64bit.zip", - "sha256": "85f889f4447987edd0e2402175e8d46bbfd6e199a12063819dc8e993bb1b7bf3", + "url": "https://github.com/arduino/arduino-ide/releases/download/2.0.1/arduino-ide_2.0.1_Linux_64bit.zip", + "sha256": "16a1eba39a9795ddf3e65d2c84d6a7c452866efbda4ca43329c8a037c85525b4", "x-checker-data": { "type": "json", "url": "https://api.github.com/repos/arduino/arduino-ide/releases/latest",