Arduino 歷史舊版本 Page44

最新版本 Megacubo 17.4.5 (64-bit)

Arduino 歷史版本列表

開放源代碼 Arduino 軟件(IDE)可以輕鬆編寫代碼並將其上傳到開發板。它運行在 Windows,Mac OS X 和 Linux 上。環境是用 Java 編寫的,基於 Processing 和其他開源軟件。這個軟件可以與任何 Arduino 板一起使用。最有趣的功能是:等待新的 arduino-builder這是一個純粹的命令行工具,它負責修改代碼,解決庫依賴和設置編譯單元。它也可以作為一... Arduino 軟體介紹


J. River Media Center 24.0.041 (64-bit) 查看版本資訊

更新時間:2018-07-04
更新細節:

What's new in this version:

Changed:
- Red October updated to LAV Filters 0.72, for improvements in HD Audio Bitstreaming
- Improved APL importing so that it will look at the image file for some of the metadata and the APL file for some of the other metadata
- TV Recording Manager will update recording actions cache in a worker thread so it will not cause GUI to be sluggish

New:
- The WDM driver is now certified by Microsoft for full Windows 10 compatibility

Fixed:
- The 'c:program files' directory was getting included in the default automatic import so lots of image files like icons and small bitmaps were getting imported

J. River Media Center 24.0.040 (64-bit) 查看版本資訊

更新時間:2018-07-02
更新細節:

J. River Media Center 24.0.038 (64-bit) 查看版本資訊

更新時間:2018-06-27
更新細節:

What's new in this version:

- Changed: Updated Italian translation (thanks matteo e massimo)
- Changed: The Streaming page button is always visible regardless of the selected zone. Web stream buttons are only visible when the 'Player' zone is selected. The Radio Paradise button is visible except when the browser is selected as the zone
- New: Added JRiver streaming stations to the Streaming page
- New: Added the audio quality option "uncompressed WAV."
- New: More file information for music can be shown by clicking on the cover art image. This does not work on screens that are too small because of size limitations

J. River Media Center 24.0.034 (64-bit) 查看版本資訊

更新時間:2018-06-14
更新細節:

What's new in this version:

Fixed:
- Panel - The disable forced conversion option was breaking video playback
- Wrong info could be reported in "TV Logs" when there was a critical error on the TV engine
- Sorting on complicated expressions could crash
- Cover Art images were missing in OpenGL Theater View Line Up views
- Dr Who playlist downloading wasn't working
- Uploaded playlists created on Mac weren't playable on Windows

Changed:
- Delete button is no longer available in Theater view when selected TV shows are currently recording or being served to clients
- The size status of a recorded TV show that is being served to clients is changed from "Currently recording" to "Currently serving clients"
- For the list of "Recordings" in Standard TV view, "Configure Recording" and "Cancel Recording" buttons are no longer available for TV shows that are being served to clients as those actions do not make sense
- Remove uncompressed file types (wav, aif) from 'Upload to Cloud' qualifying list
- Added some logging when stopping transport stream TV recording
- TV does a better job of cleaning up when a critical error is encountered
- TV does a better job purging clients that have stopped interacting with the server

J. River Media Center 24.0.030 (64-bit) 查看版本資訊

更新時間:2018-05-30
更新細節:

What's new in this version:

- New: APE files can load their information from online files now

Arduino 1.8.5 查看版本資訊

更新時間:2017-10-02
更新細節:

What's new in this version:

- Added workaround for menu visualization bug in MacOSX 10.13 beta
- Fixed bug for negative-font-size
- New/Rename tabs now allows names starting with a number

Arduino 1.8.4 查看版本資訊

更新時間:2017-08-22
更新細節:

What's new in this version:

IDE:
- IDE Toolbar can now go full width on 4K display
- Environment variable LIBRARY_INDEX_URL is now correctly parsed (LIBRARY_INDEX_URL_GZ can also be optinally specified)
- Added per-board generic option in config file boards.txt for disabling control of dtr+rts
- CLI: fixed missing "runtime.platform.path" when running without the `--board` option
- Linux: fixed desktop icon not launching the IDE in certain Window Managers
- Allow setting low values for console size (correctly applies console.lines=x in preferences.txt)
- Make Preference window fit 600px height displays
- Fix error when renaming an unsaved, newly added file
- Added the ability to increase/decrease font size via keyboard + mouse shortcuts (Ctrl + MouseWheel)
- Sketch names starting with a digit are now allowed
- Serial monitor is opened on a default position if the multi-monitor setup change (this should fix cases when the serial monitor is opened outside of the visibile space)
- Fixed wrong folder name for "Adafruit Circuit Playground" library, now it can be updated cleanly
- Fixed wrong include for "RobotIRRemote", now it should not interfere anymore with the real IRRemote

Arduino 1.8.3 查看版本資訊

更新時間:2017-06-05
更新細節:

What's new in this version:

IDE:
- Fixed RESOURCE_NAME in install.sh script
- Serial Monitor: added "Clear output" button. Thanks @MichaelSy
- added options in preferences.txt for: custom title, comment/uncomment shortcut, always show file extensions. Thanks @MichaelSy
- added options in preferences.txt to enable/disable typing assistance (auto close brace, auto indent)
- Enabling "Use external editor" option now requires to save all sketches.

CORE:
- AVR: added availableForWrite() method in generic Stream class. Thanks @eric-wieser
- AVR: moved flush() method up in the class hierarchy from Stream to Print class. Thanks @matthijskooijman

OTHER:
- Update Wifi101 Firmware Updater plugin

Arduino 1.8.2 查看版本資訊

更新時間:2017-03-27
更新細節:

What's new in this version:

IDE:
- Fix command line: works again with relative paths (regression)
- Fix command line: "--save-prefs" works again (regression)
- AVR toolchain has been updated with a tentative fix for the ld-returned-5-exit-status bug
- Update arduino-builder to 1.3.25
- avoid name clashing for libraries
- cache core archives to speedup compilation consistently
- Allow BoardManager to fetch FreeBSD tools (thanks @kevans91)
- Serial monitor: the input string box is automatically focused when window is selected
- Serial monitor: now can not be opened during upload
- Serial monitor: now properly decodes UTF8 characters (thanks @aknrdureegaesr)
- Serial monitor: added 500k, 1M and 2M baudrates (thanks @dsstutts)
- Updated RSyntaxTextArea to 2.6.1 (textarea component)
- Updated jmdsn (mDNS discovery)
- Allow plugins to attach a listener to compile progress (thanks @tomneutens)

CORE:
- Add Atmel-ICE and JTAGICE3 programmers for AVR chips (thanks @matthijskooijman)
- AVR: Set unused bits of extended fuse to 1, should remove some avrdude warning during burn bootloader (thanks @descampsa)
- AVR: USB: send ZLP when needed (allows full 64 bytes packets)
- AVR: USB: use IAD descriptors instead than Generic (thanks @cuitoldfish)

OTHER:
- SAM platform source code has been moved to its own repository (https://github.com/arduino/ArduinoCore-sam) - all PRs and issues have been moved as well
- Update Wifi101 Firmware Updater plugin

Arduino 1.8.1 查看版本資訊

更新時間:2017-01-10
更新細節:

What's new in this version:

IDE:
- Fixed font rendering not anti-aliased on Windows (regression)
- Increased number of colors on serial plotter to 8

LIBRARIES:
- Fixed regression in SD library