Arduino 歷史舊版本 Page41

最新版本 Megacubo 17.4.5 (64-bit)

Arduino 歷史版本列表

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


LDPlayer 3.55 查看版本資訊

更新時間:2019-03-26
更新細節:

What's new in this version:

- Support high frame rate mode (60FPS) for Ragnarok M: Eternal Love, Fate / Grand Order, Girls' Frontline
- Perfect support for Garena Free Fire, easy to target when shooting
- Optimize LD Store, install game faster, reduce CPU usage
- Fix errors that cannot connect to the network when logging in some games
- Fix the input error

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

更新時間:2019-03-17
更新細節:

What's new in this version:

Fixed:
- The license upgrade could still show in the Action Window if a version 25 license was installed alongside other licenses

Mono 5.18.1.0 (64-bit) 查看版本資訊

更新時間:2019-03-16
更新細節:

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

更新時間:2019-03-15
更新細節:

What's new in this version:

Fixed:
- Theater View did not work on some systems which lacked certain D3D11 components
- Determine bitdepth for L24 from the extended mimetype if not included in the @res
- DLNA: When a BrowseDirectChildren or Search request is received for our DLNA server, limit the response to groups of 1000 at a time. Previous builds had no limit resulting in a crash if the number of entries exceeded about 30,000. This was unusual for a Browse, more likely for a Search


Changed:
- DLNA: Add dsd, dff and dsf to the SOURCEPROTOCOLINFO and SINKPROTOCOLINFO
- Updated the Chromium web engine for recent security fixes
- The upgrade to MC25 prompt when the program checks for updates will no longer show if you have a v25 license installed

Arduino 1.8.9 查看版本資訊

更新時間:2019-03-15
更新細節:

What's new in this version:

IDE:
- New target! ARM64 boards are now fully supported (Nvidia Jetson and RaspberryPi3 with 64bit operating system)
- Fix UTF8 related bugs on Windows
- Fixed: can now compile again using OpenJDK (removed dependency on JavaFx)
- Fixed: only use touchBar on OSX 10.12 or higher
- PluggableDiscovery: easily add your own discoverer and make it available in Boards/Port menu (thanks @PaulStoffregen for the idea and the initial implementation)
- LibManager: reduce slowdown when searching
- Fixed: ensure a sketch line is visible when it contains an error and must be highlighted
- Linux: the installer now tries to install a symlink is /usr/local/bin (this doesn't affect usual non-systemwide installation) Thanks @2E0PGS

Wifi-updater:
- Fix firmware upgrade not being available for 3rd party WINC boards

Arduino-builder:
- Use lexicographic distance as last chance to spot the right library (if every other tecnique failed)
- Fix some prototypes being inserted in the middle of a function

Mono 5.18.0.268 (64-bit) 查看版本資訊

更新時間:2019-03-14
更新細節:

Mullvad VPN 2019.1 查看版本資訊

更新時間:2019-01-29
更新細節:

What's new in this version:

Added:
- Handle "block when disconnected" extra kill-switch level in the GUI, showing the disconnected state as blocked when appropriate and also having a toggle switch for the setting in the Advanced Settings screen
- Add a drop-down warning to notify the user when the account credits are running low
- Allow the 169.254.0.0/16 private network in addition to the other networks allowed when local network sharing is enabled
- Improve the confirmation dialog when submitting a bug report without an email specified
- Add a monochromatic tray icon option for the GUI.

Changed:
- Disable buttons and menus that open external links when the app knows that there is no internet connection.
- The auto-start and auto-connect toggles in the GUI have been reworked so that auto-connect configures the GUI to automatically connect when it starts and so that it will only auto-connect on boot when both settings are set

Fixed:
- Stop GUI from glitching during the short reconnect state
- Dismiss notifications automatically after four seconds in all platforms
- Fix error printed from the CLI when issuing relay update
- Fix relay list update interval. Should now handle sleep better
- Prevent GUI from sending connect commands to the daemon every time it establishes a connection to it. Only send connect once (if auto-connect is enabled)
- Prevent possible reconnect loop where the GUI would indefinitely reconnect to the daemon
- Fix the bug which enabled users to return to the login view if they went to settings while logging in
- Handle in the GUI, if something external changes the account token in the daemon. I.e. triggered by CLI unsetting or resetting it
- Gracefully block when TAP adapter is missing or disabled, instead of retrying to connect

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

更新時間:2019-01-25
更新細節:

What's new in this version:

Fixed:
- DLNA: Our renderer when queried for the file URL and Metadata of a file playing in zone was providing data based on the first DLNA server conversion settings, not what was actually playing
- Theater View right-click menus didn't look correct when tooltip transparency was turned off
- Some malformed raw AAC audio files could not be played
- The embedded web browser could show an error trying to open about:blank instead of showing a (temporary) blank page, when needed

Maxima 5.42.2 (64-bit) 查看版本資訊

更新時間:2019-01-25
更新細節:

What's new in this version:

New items in core:
- New function define_opproperty to define an operator simplification
- The environment MAXIMA_INITIAL_FOLDER if set tells Maxima which folder to start in.
- The variable $factor_max_degree that prevents certain polynomials from being factored if their degree exceeds that value instead of letting factorization cause an out-of-memory.
- The variable factor_max_degree_print_warning that tells if to output an warning in this case.
- A test bench for Maxima's interactive functions.

New items in share:
- A test bench for draw
- timeout.lisp
- new version of package share/contrib/Eulix
- Trotter-Johnson algorithms
- combinatorics.lisp
- A new README file for the share directory.
 
Changes in core:
- "make check" now runs both the normal and the share test bench
- "make check" now also runs the tests from rtest_ask.
- test bench failures that resulted in "error-catch" now show a more descriptive error message
- a warning() command that works similar to error()
- Windows installer: support components (one can deselect optional components like VTK, wxMaxima or Gnuplot during the installation to save space)
- MAPATOM returns true for mapatom(-4)
- A file with test cases for draw
- A file with test cases for drawdf
- A file with test cases for plot
- errcatch() now produced meaningful error messages.
- Add support for multiple return values to the ERRSET macro scene() is dropped from plot() as it depends on Tcl/VTK which is no more actively supported and currently is broken.
- gcl: concurrent Maxima processes now can negotiate which can use how much memory.
- Emit warning from parser when a list is constructed and then discarded in ([a,b,c], ...).
- Emacs > 26.1 compatibility.
- Maxima now deletes its temp files on exit.
- Automatic file encoding detection if the file begins in a BOM.
- Improved the behavior of the exterior product operator when acting on ordinary products.
- Updated the Spanish translation
- The functions that work with permutations, given as lists of consecutive integers from 1 to n, will now use the prefix "perm", to distinguish them from those that permute any arbitrary list or set, which use the prefix "permutation". The name of permutation_index was changed to perm_length and apply_permutation became permute.
- On Windows Maxima now autodetects the directory it finds its files in.
- Ask the user to use ; at the demo prompt, to make it work also in Xmaxima.
- Check for correct syntax of parametric plots.
- Removed the old non-adaptive parametric plotter
- Typecheck backtrace's argument
- Better desktop integration for Linux systems
 
Changes in share:
- Draw/MS Windows: Gnuplot now supports multiplot
- Draw/MS Windows: Gnuplot now supports multiple draw windows
- wrstcse: A simple package for tolerance calculations.
- The test bench file's names now all begin with "rtest".
- Marked many known bad tests as "bad" so changes that break something are easier to find.
- engineering-format now allows to specify which number range doesn't need exponents.
- Drawdf now no more translates its input which made it slightly faster, but sometimes caused internal errors. Setting drawdf_translate:true reverts it to the old behavior
- The share testsuite now tests the draw package, too.
- Draw: Allow vector coordinates to be transformed
- Draw: Resolved a warning for multiplot svg output
- Draw: Contour can now be set to "none" as documented in the manual.
- Draw: Support for vtk7. A "draw_renderer:vtk7" enables it.
- Draw: Resizing the window now can change the aspect ratio of the plot.
- Draw: Allow to specify numeric line types
- Draw: A finer default grid
- Enable remove(x, rule) to succeed when x is a string.
- vector.dem and qual.dem now can be loaded.
- Xmaxima now accepts more of the standard options.
- Vtk (except of the plot routines) now is migrated to vtk-python which is actively supported in favour of the no-more working tcl-vtk

Bug fixes:
- Wrong limit calculation
- addcol mishandles empty matrix as first argument
- true[2] gives wrong error
- Precision problem for small positive values in bfpsi0
- extremal_subst gives bogus results with undefined predicate
- After load("diff_form") `functions' fails
- Documentation of modulus incorrectly says it applies to all rational numbers
- Simplode output on empty list
- divide(1,0) gave a Lisp error instead of a Maxima one
- sublis & sublis_apply_lambda:true causing Lisp errors
- trace/timer do not work for functions with quoted arguments
- Maxima's trace and timer handle rules incorrectly
- integrate('limit(...),...) internal error
- integral of secant shouldn't need principal value
- lambda form for taylor_simplifier
- error system variable holds unsimplified list, causing errors to be repeated when trying to access it
- tellsimpafter: circular rule attempted when loading package vect twice
- Wrong scalefactor for cartesian2d
- integrate(1/(1+s^7),s,0,%pi) includes a false term
- false in definite integral of rational
- Avoid initialization-time compile in commac.lisp
- limit gives limit(x^r,x,inf)=>0 when "Is r pnz" is answered zero
- Detect an endless loop in BPROG (simp.lisp) and throw rat-error. rat(1/(x^(2/3)+1)), algebraic and similar expressions no longer loop forever.
- Certain polynomials when factored caused an out-of-memory
- li[2] and li[3] numerical evaluation fails for complex not in rectangular form
- Unbinding defined variable generates error in compiled functions
- pdf_geometric appears to be incorrect and/or poorly documented
- Function/lambda parameters declared constant cause error
- Lisp stack overflow with dpart
- ?great mishandles box
- kill(all) looses mtime's "nary" property
- missing eigenvectors
- Running the test suite twice causes errors
- recur.mac correct bug in varc2
- algsys failure on homogeneous linear equations
- derivatives don't format correctly using alt-display TeX
- plot fails with small x-range due to rounding
- Parametric plotting failed if the variable was not t
- sign(nz * nz) = nz
- Using VTK on windows gives 'vtkpythonC:' error
- Conflict between sym package and grobner package

Unnumbered bugs:
- Windows installer: include 2 missing files in the with 'make dist' generated tar file. Allows building the crosscompiled installer from a released tar and solves a problem with SBCL and Lapack. (was missing in the 5.42.0 source release, discovered during building the Windows installer and already included in the 5.42.0 installer)
- Windows installer: Fixed the link to SBCL in the information about bundled software. (was missing in the 5.42.0 source release, discovered during building the Windows installer and already included in the 5.42.0 installer)
- Windows installer: Fix the plotting problem with Clisp/Windows and long user names.
- Windows installer: Fix reading maximarc on Windows, when the username contains a space.
- Garbage Collector Defaults for gcl that allow Maxima to be able to run the testbench without getting an out-of-memory
- Many error messages now are easier to understand
- Some share tests contained timeouts that were set to values that were easily to trigger even on current computer systems share/gf and share/contrib/fresnel can now be loaded without encountering an error.
- simplode on a singleton list could return a non-string
- If keepfloat was true partfrac often resulted in errors. Now
- keepfloat is false during partfrac().
- 'make pdf' now works for de and pt.
- A Lisp error appeared when display2d:true and there are nested DISPLA calls
- tex(): The output for matrices is now upwards compatible to amsmath.sty
- Fixed some shell quoting issues
- Many translator improvements
- Fix charfun when prederror is true
- Quieted many irrelevant warnings on loading packages, for example caused by autoload.
- Fixed a bug in perms, when called with three arguments
- beta_incomplete now works correctly with sums.
- Windows: Fixed reading maximarc on Windows, when the username contains a space.
- Lapack now can be compiled out-of-the-box on SBCL on Windows (64Bit).
- running rtest_levin after rtest15 causes some failures because MLIST is not recognized as an operator.
- Process command line option --run-string correctly changes to stream handling for SBCL, which improve writefile, appendfile, asksign, describe, and entermatrix.
- trigsimp fails with pderivop
- In $ARRAY, handle list argument + use_fast_arrays correctly.
- Resolved many potential variable name clashes with user-specified variables
- Xmaxima: Resolved an error message that caused a crash
- Xmaxima: Removed Win98 workarounds that made problems with modern Windows systems
- Xmaxima now supports file and directory names with spaces in them.

Additional improvements:
- Additional bug fixes
- Performance improvements
- Much work on the manual including many hyperlinks, clarifications and additional information on how to speed up user functions.
- A script that tests loading packages twice or package combinations
- A few files that didn't need an "executable" flag were marked as executable.
- Updated all references to wxMaxima to wxMaxima's new URL.
- The wxMaxima version the Windows Installer comes with now is
- Version 18.10.2

Mono 5.18.0.240 (64-bit) 查看版本資訊

更新時間:2019-01-21
更新細節:

What's new in this version:

In Depth
- General: Due to limitations in the TLS stack on 10.7 we are updating the minimum macOS development target from 10.7 to 10.9. Mono will be supported only on 10.9 or newer versions starting with this release.

Runtime
- AOT: Few hard to track race conditions in trampolines unboxing for AOT backend targetting amd64 were fixed.
- Interpreter: The interpreter received the first set of low-level optimizations, improving the execution time of typeof call by the factor of 10. Further changes were made to avoid unnecessary allocations and support Xamarin native types (nint/nuint).
- Custom Marshalers: The logic handling custom marshalers, types implementing IICustomMarshaler has been mostly rewritten in managed code with additional caching mechanisms to match .NET Framework behaviour.
- Optimizations: The intrinsics built on top of SSE41 for Math.Round/Math.Floor/Math.Ceiling were added.
- Windows: Mono Windows cross-compiler is using the same LLVM release branch as Linux resolving issues in scenarios where llvm-config.exe can’t be run (none WSL/CygWin build target).

Class Libraries
- CoreFX convergence: In this release, more CoreFX code was imported in particular in System.Reflection namespace. Many common types in mscorlib System namespace are now fully CoreFX based including System.Math. The Registry implementation on Windows is now fully based on CoreFX implementation.
- Mono.Options: A new CommandSet.GetCompletions() method was introduced, which returns all possible commands which match a given completion prefix. This is intended for e.g. bash completion support.
- System.Runtime.InteropServices: It’s now possible to use RuntimeInformation API to detect ARM and ARM64 platforms.

Tools
- MSBuild: Reference assemblies for .NET 4.7.2 are included to allow targeting .NET Framework 4.7.2 using MSBuild on Mono.