1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

MacOSX: appbundler is now the upstream one, not our fork

This commit is contained in:
Federico Fissore
2015-03-24 16:44:39 +01:00
parent c25dc61bd6
commit 41d5cad91e
5 changed files with 8 additions and 6 deletions

View File

@ -6,6 +6,7 @@ ARDUINO 1.6.2
* Windows and MacOSX JVM Xmx halved to 512M
* Introduced starting splashscreen with progress status: will be used for notifying user of long running startup tasks
* Available ports list is now generated in background: hence "tools" menu is much faster
* MacOSX: appbundler merged our contribution, switching to upstream version https://bitbucket.org/infinitekind/appbundler/
[libraries]
* EEPROM: Replaced existing library with more complete implementation @Chris--A