Arduino 歷史版本列表 Page28

最新版本 Megacubo 17.4.5 (64-bit)

Arduino 歷史版本列表

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


Pano2VR 6.1.14 查看版本資訊

更新時間:2021-12-22
更新細節:

Arduino 1.8.18 查看版本資訊

更新時間:2021-12-16
更新細節:

What's new in this version:

- Upgrade log4j to 2.16.0 - Extra hardening for CVE-2021-44228

OpenSSL 3.0.0 (64-bit) 查看版本資訊

更新時間:2021-12-16
更新細節:

What's new in this version:

- Fixed invalid handling of X509_verify_cert() internal errors in libssl Internally libssl in OpenSSL calls X509_verify_cert() on the client side to verify a certificate supplied by a server. That function may return a negative return value to indicate an internal error (for example out of memory). Such a negative return value is mishandled by OpenSSL and will cause an IO function (such as SSL_connect() or SSL_do_handshake()) to not indicate success and a subsequent call to SSL_get_error() to return the value SSL_ERROR_WANT_RETRY_VERIFY. This return value is only supposed to be returned by OpenSSL if the application has previously called SSL_CTX_set_cert_verify_callback(). Since most applications do not do this the SSL_ERROR_WANT_RETRY_VERIFY return value from SSL_get_error() will be totally unexpected and applications may not behave correctly as a result. The exact behaviour will depend on the application but it could result in crashes, infinite loops or other similar incorrect responses.
- This issue is made more serious in combination with a separate bug in OpenSSL 3.0 that will cause X509_verify_cert() to indicate an internal error when processing a certificate chain. This will occur where a certificate does not include the Subject Alternative Name extension but where a Certificate Authority has enforced name constraints. This issue can occur even with valid chains. ([CVE-2021-4044])
- Corrected a few file name and file reference bugs in the build, installation and setup scripts, which lead to installation verification failures. Slightly enhanced the installation verification script.
- Fixed EVP_PKEY_eq() to make it possible to use it with strictly private keys
- Fixed PVK encoder to properly query for the passphrase
- Multiple fixes in the OSSL_HTTP API functions
- Allow sign extension in OSSL_PARAM_allocate_from_text() for the OSSL_PARAM_INTEGER data type and return error on negative numbers used with the OSSL_PARAM_UNSIGNED_INTEGER data type. Make OSSL_PARAM_BLD_push_BN{,_pad}() return an error on negative numbers
- Allow copying uninitialized digest contexts with EVP_MD_CTX_copy_ex
- Fixed detection of ARMv7 and ARM64 CPU features on FreeBSD
- Multiple threading fixes
- Added NULL digest implementation to keep compatibility with 1.1.1 version
- Allow fetching an operation from the provider that owns an unexportable key as a fallback if that is still allowed by the property query

Nextcloud 3.4.0 查看版本資訊

更新時間:2021-11-30
更新細節:

What's new in this version:

- Skip sync exclude file from list of exclude files if it doesn't exist
- Give the user a more descriptive error message when syncing is aborted
- Bugfix/fix vfs pin state
- Use build-appimage.sh from Brander
- Use default sharing permissions from server
- Auto update app image
- Add file activity dialog
- Trim trailing spaces before uploading files
- Feature/next generation propagator
- Feature/unified search
- Sync progress in main dialog
- Fix argp references on FreeBSD
- Setup clang-format for cpp11 universal init
- Don't log encryption data in release mode
- Fix incorrect db name for nextcloud command line client
- Fixed grammar
- Make virtual files feature documentation more understandable
- Sync-exclude: add .Spotlight-V100
- Remove Temporary solution for file restoration issue due to set the data-fingerprint
- Enable Sonarcloud
- Refactor ShareLinkWidget
- Ensure DLL are generated with branded names
- Display the right endpoint in the warning in case of error
- Fix macOs build after targets name are not changed by branding
- Add missing copyright headers
- Fix BUILD_TESTING on non Linux unices
- Add .sync-exclude.lst to exclude files
- Set dialog max and min width and height before width and height
- Only use basic authentication if needed
- Provide logs of SSL errors including the certificate chain
- Feature/bulk upload
- Check if current user exists before getting it's account state
- Also update sync state summary based on connectivity
- Sonarcloud improvements
- Correct typo and remove apostrophe
- Target names are not changed in branded builds only the output filenames
- Changed wording of status message
- Windows. Remove CWD from DLL search paths
- Log file name and line number
- Let sonarcloud takes automated tests into account
- Fix folder creation issues
- Our source code files have lower case names
- Changed triple dot to ellipsis
- Request OCSP data for peer certificates
- Properly extract the file id when querying server
- By default we produce debug logs because we need them
- Pass username from Windows to login page
- Add profile page
- Bugfix/unified search bug fixes
- Replace deprecated QRegExp with QRegularExpression
- Make argument singular to fix i18n issue
- Implement expiration date for federated shares
- Don't do a connection checks when using push notifications
- Add an option to enforce use of virtual files sync folder
- Add a script to create a universal app package
- CMake: fail if Qt5::GuiPrivate is not found
- Take branding for vfs plugins into account
- Bump to version 3.4.0-rc1
- Let the macOS installer know that the application can run on Arm64
- Check if the server has user status app enabled
- Compile Finder extensions for arm and x86
- We run on Windows 8.1+
- Make scrolling with a touchpad in activity list and search result more natural
- Fix focus indicator
- Correct virtual files placeholder files if needed
- Avoid adding icon data in a cache we never use
- Add a network access factory to qml engine
- Only build app bundle if requested
- Added more logs to 'postProcessLocalNew'
- Use QUrl::fromLocalFile to open local files in Unified Search results
- Quick fix! Disable VFS folders removal for non-Windows VFS.
- Properly query sync journal DB to know when to run fix for VFS
- Fix button that should be disabled when force VFS
- Bugfix/various vfs fixes
- Cleanup system bindings from Windows when removing a local sync folder
- Release 3.4.0 RC2
- If BulkPropagatorJob abort after an error emit finished signal
- Bugfix/speed up bulk upload
- Bump VERSION.cmake to 3.4.0

Nextcloud 3.3.6 查看版本資訊

更新時間:2021-10-28
更新細節:

What's new in this version:

- Only use basic authentication if needed
- Windows. Remove CWD from DLL search paths.
- Remove Temporary solution for file restoration issue due to set the data-fingerprint

Nextcloud 3.3.5 查看版本資訊

更新時間:2021-09-30
更新細節:

What's new in this version:

- [stable-3.3] Fix incorrect db name for nextcloud command line client
- [stable-3.3] Don't log encryption data in release mode

MATLAB R2021b 查看版本資訊

更新時間:2021-09-23
更新細節:

What's new in this version:

Environment:
- Editor Selection: Select and edit a rectangular area of code
- Editor Display: Zoom in and out in the Editor
- Editor Code: Show code suggestions and completions automatically
- Editor Debugging: Diagnose problems in scripts and functions using inline debugging controls and a breadcrumb-style function call stack
- Editor Refactoring: Automatically convert selected code to a function
- Editor Code: Automatically complete block endings, match delimiters, and wrap comments while editing code
- Editor Sections: Create sections with an improved appearance
- Editor Code: Change the case of text and code
- Editor Bookmarks: Maintain bookmarks after closing a file
- Live Editor Controls: Set default values for sliders, drop-down lists, check boxes, and edit fields
- Live Editor Animations: Export animations to movies or animated GIFs
- Live Editor Figures: Interact with real MATLAB figures and resize them with improved layouts
- Live Editor: Improved performance when saving live scripts or functions
- Comparison Tool: Compare and merge text files with improved usability, appearance, and syntax highlighting
- Importing Preferences from Previous Releases: MATLAB checks for preferences from R2019b or newer
- Display language: MATLAB uses Windows display language settings for selecting desktop language
- Functionality being removed or changed

Language and Programming:
- cast Function: Consistent output for all syntaxes with the same data type conversion
- Run Code in the Background: Use parallel language to run code asynchronously
- Portable Parallel Code: Share parallel code and seamlessly run in parallel
- Compact Display for Classes: Customize display of information about classes when space is limited
- Class Aliasing: Create aliases for renamed classes to maintain backward compatibility
- Modular Indexing: Customize class indexing operations individually using new superclasses
- Scalar Classes: Inherit from the matlab.mixin.Scalar superclass to ensure instances behave as scalars
- startat Function: Time zone information in datetime objects now supported
- Functionality being removed or changed

Data Analysis:
- Compute by Group Live Editor Task: Interactively summarize, transform, or filter groups of data
- Normalize Data Live Editor Task: Interactively center and scale data
- Clean Missing Data Live Editor Task: Define missing values
- trenddecomp Function: Find trends in data
- min and max Functions: Specify the comparison method for determining minimum and maximum values
- uniquetol Function: Options to control element selection and preserve range of data
- Data Preprocessing Functions: Specify table variable as sample points vector
- dateshift Function: Shift to next occurrence of weekday or weekend day
- isbetween Function: Support for open, closed, and half open intervals
- isregular Function: Support for datetime and duration data types
- istabular Function: Determine if input is a table or timetable
- retime and synchronize Functions: Median and mode methods supported
- timeofday Function: Return the date as the second output argument
- timeseries2timetable Function: Convert timeseries objects to timetables
- Functionality being removed or changed

Data Import and Export:
- sftp Function: Connect to SFTP servers
- Datastores: Specify FileSet objects as data locations for some datastores
- Table Import: Read tables from HTML and Microsoft Word documents
- HDF5 Interface: Use new functionality in support of HDF5 1.10.7
- NetCDF Interface: Read and write NC_STRING data
- Scientific File Format Libraries: HDF5 and NetCDF libraries are upgraded
- Audio, Video, and Image I/O Functions: Run functions in a thread-based environment
- Image File Format Libraries: LibTIFF library upgraded to version 4.2.0
- New Serial Explorer and TCP/IP Explorer apps
- Functionality being removed or changed

Mathematics:
- ode78 and ode89 Functions: High-order Runge-Kutta solvers for ordinary differential equations
- pagesvd Function: Perform singular value decomposition on pages of N-D arrays
- svd Function: Option to control output format of singular values
- mpower Function: Improved algorithm for defective matrices
- Functionality being removed or changed

Graphics:
- Plotting Table Data: Create scatter plots, bubble charts, and swarm charts by passing tables directly to plotting functions
- Axes Ticks and Colors: Control the appearance of axis tick marks and tick label colors
- Create Plot Live Task: Add additional visualizations to generated plots
- Create Plot Live Task: Control chart input syntax using configuration drop-down
- exportgraphics Function: Capture and append graphics to existing PDFs
- stackedplot Function: Support for semilog y-axes
- Text Objects: Use editInteractions in the Interactions property to click or tap on text to edit
- dataTipTextRow Function: Customize data tip content using data properties, such as UserData
- MATLAB Online™ Accessibility: Use a screen reader to interact with figures
- Functionality being removed or changed

App Building:
- uialert, uiconfirm, and uiprogressdlg Functions: Mark up text and display equations in dialog boxes
- addStyle Function: Add styles to nodes and levels in a tree UI component
- uitable Function: Set and query table selections programmatically and control table selection options
- uitextarea Function: Program apps to respond while a user is typing in a text area component
- Run Code in the Background: Use parallel language to create more responsive apps
- App Designer: Debug code in Code View
- App Designer: Efficiently manage your app code with tools and shortcuts from Live Editor
- App Designer: Interactively modify canvas zoom level and fit canvas to view
- App Designer: Convert between similar UI components
- App Designer: Add help text for your app
- App Designer: Remove auto-reflow behavior from an app with auto-reflow
- Deployed Web Apps: Deploy web apps directly to the MATLAB Web App Server from within App Designer
- App Testing Framework: Perform press gestures on axes and UI axes with different selection types
- App Testing Framework: Perform drag gestures on axes and figures with different selection types
- App Testing Framework: Use any units of measurement in gestures at the center of components
- Functionality being removed or changed

Performance:
- table Data Type Indexing: Improved performance when assigning elements by subscripting with curly braces
- qrinsert and qrdelete Functions: Improved performance modifying QR factorizations
- Titles and Labels in Plots: Improved performance when creating and querying titles or labels in a loop
- Plot Interactions: Improved performance for rendering data tips and rotating scatter plots of large data sets
- Plots in Apps: Improved performance for creating plots
- App Designer: Improved performance when opening Start Page and loading apps
- App Designer: Improved performance when saving apps
- Comparison Tool: Improved performance when loading and saving MLAPP files
- uigridlayout Function: Improved performance when adding components spanning multiple columns with 'fit' width
- uigridlayout Function: Improved resizing performance when wrapping text in resizable columns
- Live Editor: Improved performance when saving live scripts or functions
- Data Processing Dialog Boxes: Improved resizing performance
- Figure Interactions: Improved performance when using built-in axes interactions
- UI Figures: Improved performance when displaying axes toolbar
- UI Figures: Improved performance when interacting with linked axes

Software Development Tools:
- Projects: Collaborate using projects in MATLAB Online
- Source Control: Work with files under Git in MATLAB Online
- Unit Testing Framework: Use the TestCase class template to create tests more quickly and accurately
- Unit Testing Framework: Run live-function-based tests interactively in MATLAB Online
- App Testing Framework: Perform press gestures on axes and UI axes with different selection types
- App Testing Framework: Perform drag gestures on axes and figures with different selection types
- App Testing Framework: Use any units of measurement in gestures at the center of components
- Functionality being removed or changed

External Language Interfaces:
- C++ interface: Support for C++ language features
- C++ interface: Publisher options
- Java interface: Specify JRE path for MATLAB
- Java: Call into MATLAB from a Java program called by MATLAB
- Python interface: Run Python commands and scripts from MATLAB
- Python: Support for complex multidimensional arrays
- Python: Version 3.9 support
- WSDL Web Services Documents: Apache CXF version 3.4.2 support
- Perl 5.32.1: MATLAB support on Windows
- Functionality being removed or changed

Hardware Support:
- Connect and Control Arduino board using the Arduino Explorer App
- Read data from APDS9960 sensor connected to the Arduino hardware
- Support for CAN shields on Raspberry Pi Hardware

Nextcloud 3.3.4 查看版本資訊

更新時間:2021-09-21
更新細節:

What's new in this version:

- macOS client is not able to do auto updates
- prevent infinte recursion when closing a websocket in case of SSL errors
- Accept nc scheme in provider page

Arduino 1.8.16 查看版本資訊

更新時間:2021-09-07
更新細節:

What's new in this version:

[ide]:
- Removed the very outdated off-line documentation
- Do not crash if a malformed boards index URL is entered in preferences
- Fixed font-resizing problem with multiple tabs open
- Updated FTDI drivers to version 2.12.36.4

[wifi-firmware]:
- Added latest firmwares (up to version 1.4.8) for NINA-based boards

Nextcloud 3.3.3 查看版本資訊

更新時間:2021-09-03
更新細節:

What's new in this version:

- Only set dav user after log