Freeplane 歷史版本列表 Page31

最新版本 Freeplane 1.11.5

Freeplane 歷史版本列表

Freeplane 是一個免費和開源的軟件應用程序,支持思想,分享信息,並在工作中,在學校和家裡完成的事情。該軟件可以用於思維導圖和分析心靈地圖中包含的信息。 Freeplane 在安裝了 Java 的當前版本的任何操作系統上運行。它可以運行在本地或可移動存儲,如 USB 驅動器。Freeplane 產品特點: 注意與可自由定位,不連接的節點(貼吧); 將想法(節點)排序成由線(邊)連接的層次結構... Freeplane 軟體介紹


Typora 0.9.9.83 (64-bit) 查看版本資訊

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

What's new in this version:

- Fix logic of detecting errors

DS4Windows 2.0.1 (64-bit) 查看版本資訊

更新時間:2019-12-28
更新細節:

What's new in this version:

- Changed scroll property of ScrollViewer controlling Axis Config tab. Changes scrollbar speed
- Added extra locking in TrayIconViewModel
- Make sure "Hide DS4 Controller" checkbox is temporarily disabled after click
- Fixed sensitivity ranges in Profile Editor
- Fixed restoring of chosen tray icon image
- Added catch block for ManagementException when connecting to WMI
- Force prevent multiple profile editors from being created
- Fixed ViGEm installer download in Welcome Dialog
- Changed ViGEm installer download routine to download to a temp file before moving to the final destination
- Russian translation files added
- Added more tray menu actions back (Start, Stop, Open Program Folder)

Mocha Pro 2020 7.03 查看版本資訊

更新時間:2019-12-27
更新細節:

DS4Windows 2.0.0 (64-bit) 查看版本資訊

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

What's new in this version:

- Re-wrote GUI classes to use Windows Presentation Foundation (WPF) instead of Windows Forms
- More utilization of data binding in application. More use of custom events for ControlService
- Added application file logger
- Refactored macro editor
- Changed Run as Task routine. Old routine will be replaced, if it exists, upon the first run of version 2.0.0
- New translation system is in place. Currently, only English and Japanese language packs are available. Looking for volunteers to provide updated translations for other language packs
- Re-written auto profile routine
- Snappier program and mapper routine
- Many other changes

DS4Windows 1.7.28 (64-bit) 查看版本資訊

更新時間:2019-12-19
更新細節:

What's new in this version:

- Fixed copying of new updater version from Updates Files directory

DS4Windows 1.7.27 (64-bit) 查看版本資訊

更新時間:2019-12-19
更新細節:

What's new in this version:

- Bundled DS4Updater.exe version 1.4.0

DS4Windows 1.7.26 (64-bit) 查看版本資訊

更新時間:2019-12-19
更新細節:

What's new in this version:

- Nacon Revolution Infinite support
- Tweaked "runCalib=false" check for Nacon gamepads

DS4Windows 1.7.25 (64-bit) 查看版本資訊

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

What's new in this version:

- Don't show disconnect confirm window when launching updater
- Fixed app crash when WMI connection fails

Thunderbird 68.3.1 (64-bit) 查看版本資訊

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

What's new in this version:

Changed:
- In dark theme unread messages no longer shown in blue to distinguish from tagged messages
- Account setup is now using client side DNS MX lookup instead of relying on a server

Fixed:
- Searching LDAP address book crashed in some circumstances
- Message navigation with backward and forward buttons did not work in some circumstances
- WebExtension toolbar icons were displayed too small
- Calendar: Tasks due today were not listed in bold
- Calendar: Last day of long-running events was not shown

R for Windows 3.6.2 查看版本資訊

更新時間:2019-12-12
更新細節:

What's new in this version:

New features:
- runmed(x, *) gains a new option na.action determining _how_ to handle NaN or NA in x
- dotchart() gains new options ann, xaxt, frame.plot and log

Installation on a unix-alike:
- Detection of the C stack direction has been moved from run-time to configure: this is safer with LTO builds and allows the detection to be overridden - see file config.site
- Source-code changes enable installation on platforms using gcc-fno-common (the expected default for gcc 10.x)

C-level facilities:
- installTrChar (which is nowadays is wrapped by installChar) is defined in Rinternals.h. (Neither are part of the API.)

Package installation:
- Header Rconfig.h contains the value of FC_LEN_T deduced at installation which is used by the prototypes in headers R_ext/BLAS.h and R_ext/Lapack.h but to avoid extensive breakage this is only exposed when USE_FC_LEN_T is defined
- If a package's C/C++ calls to BLAS/LAPACK allow for the 'hidden' arguments used by most Fortran compilers to pass the lengths of Fortran character arguments, define USE_FC_LEN_T and include Rconfig.h (possibly _via_ R.h) before including R_ext/BLAS.h or R_ext/Lapack.h
- A package with Fortran source code and perhaps C (but not C++) sources can request for its shared object/DLL to be linked by the Fortran compiler by including a line USE_FC_TO_LINK= in src/Makevars[.win] and using $(SHLIB_OPENMP_FFLAGS) as part of PKG_LIBS
- The known reason for doing so is a package which uses Fortran (only) OpenMP on a platform where the Fortran OpenMP runtime is incompatible with the C one (e.g. gfortran 9.x with clang)

Utilities:
- R CMD check has a new option to mitigate checks leaving files/directories in /tmp. See the 'R Internals' manual - this is part of --as-cran

Windows:
- The default standard for C++ in package installation is C++11 (as it has been on other platforms where available since R 3.6.0: the default toolchain on Windows was defaulting to C++98)

Deprecated and defunct:
- Support for specifying C++98 in package installation is deprecated
- Support in R CMD config for F77, FCPIFCPLAGS, CPP, CXXCPP and CXX98 and similar is deprecated. (CPP is found from the system make and may well not be set)
- Use $CC -E and $CXX -E instead of CPP and CXXCPP

Bug fixes:
- runmed(x, *) when x contains missing values now works consistently for both algorithm="Stuetzle" and "Turlach", and no longer segfaults for "Turlach", as reported by Hilmar Berger
- apply(diag(3), 2:3, mean) now gives a helpful error message
- dgamma(x, shape, log=TRUE) now longer overflows to Inf for shape < 1 and very small x, fixing PR#17577, reported by Jonathan Rougier
- Buffer overflow in building error messages fixed. Reported by Benjamin Tremblay
- options(str = .) is correctly initialized at package utils load time, now. A consequence is that str() in scripts now is more consistent to interactive use, e.g., when displaying function(**) argument lists
- as.numeric(<call>) now gives correct error message
- Printing ls.str() no longer wrongly shows "<missing>" in rare cases
- Auto-printing S4 objects no longer duplicates the object, for faster speed and reduced memory consumption. Reported by Aaron Lun
- pchisq(<LRG>, <LRG>, ncp=100) no longer takes practically forever in some cases. Hence ditto for corresponding qchisq() calls
- x %% L for finite x no longer returns NaN when L is infinite, nor suffers from cancellation for large finite L, thanks to Long Qu's
Analogously, x %/% L and L %/% x suffer less from cancellation and return values corresponding to limits for large L
- grepl(NA, *) now returns logical as documented
- options(warn=1e11) is an error now, instead of later leading to C stack overflow because of infinite recursion
- R_tryCatch no longer transfers control for all conditions. Reported and patch provided by Lionel Henry in PR#17617
- format(object.size(.), digits=NULL) now works, fixing PR#17628 reported by Jonathan Carroll
- get_all_vars(f, d) now also works for cases, e.g. where d contains a matrix. Reported by Simon Wood in 2009 and patch provided by Ben Bolker in PR#13624
- Additionally, it now also works when some variables are data frames, fixing PR#14905, reported by Patrick Breheny
- barplot() could get spacings wrong if there were exactly two bars PR#15522. Patch by Michael Chirico
- power.t.test() works in more cases when returning values of n smaller than 2
- dotchart(*, pch=., groups=.) now works better. Reported by Robert and confirmed by Nic Rochette in PR#16953
- canCoerce(obj, cl) no longer assumes length(class(obj)) == 1
- plot.formula(*, subset = *) now also works in a boundary case reported by Robert Schlicht (TU Dresden)
- readBin() and writeBin() of a rawConnection() now also work inlarge cases