Mailbird 歷史舊版本 Page49

最新版本 AWS SDK for Java 1.12.576

Mailbird 歷史版本列表

Mailbird 是一個免費的桌面電子郵件客戶端為您的 Windows PC。 Mailbird 包裝了應用程序,功能,快捷方式和軟件升級優化,以提高您的生產力,並節省您的收件箱小時。它可以只是一個簡單的電子郵件應用程序,或者您的多功能儀錶盤,提高您的生產力和組織您的生活。快速撰寫和響應,縮短電子郵件發送時間,內聯動作欄,將所有內容組織到閃存中,無縫脫機訪問,隨時隨地管理您的電子郵件。 Mailb... Mailbird 軟體介紹


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() now gives correct error message
- Printing ls.str() no longer wrongly shows "" in rare cases
- Auto-printing S4 objects no longer duplicates the object, for faster speed and reduced memory consumption. Reported by Aaron Lun
- pchisq(, , 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

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

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

What's new in this version:

- Nacon Revolution Pro v3 gamepad support
- Fixed non-visible gyro panel problem when creating a new profile
- Added extra log message when ViGEmBus device is not detected
- Updated Task Scheduler to version 2.8.17
- Unify output device plugging and unplugging
- Added plug and unplug delay of 100 ms for output devices

Electron 6.1.6 (64-bit) 查看版本資訊

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

What's new in this version:

- Fixed accessibility window title on macOS
- Fixed flicker when switching between BrowserViews after creating new BrowserView
- Fixed throttling in webContents.setBackgroundThrottling

Electron 7.1.4 (64-bit) 查看版本資訊

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

What's new in this version:

Fixes:
- Fixed an issue that caused ClientRequest.getUploadProgress() to return incorrect values
- Fixed compositor recycling when creating new BrowserView
- Fixed contextBridge crash when closing a window
- Fixed issues where noLink and checkboxChecked were not passed correctly on Windows
- Fixed throttling in webContents.setBackgroundThrottling

Other Changes:
- Updated Chromium to 78.0.3904.130

CudaText 1.91.0 (64-bit) 查看版本資訊

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

What's new in this version:

Added:
- Windows: shell extension DLL (x32, x64), it was written by Andreas Heim (@dinkumoil). Run Cmd script from Explorer to install/uninstall the DLL
- Find/Replace dialog has new button "Replace global", to replace all matches in all opened documents
- Ctrl+click on selection was ignored before, now it can start drag-drop with copying
- option "key_bksp_wrap": allows BackSpace to go to previous line
- dialog "Go to bookmark" reworked: it shows bookmarks in all opened documents; it shows tab titles; it has filter inputbox

 Changed:
 - Command Palette commands "find first", "find next", "find all ..." now search for current text of Find dialog inputbox

Fixed:
- lexer Bash: issue with line comment
- must not clear code-tree on closing passive (lefter) tab
- must not clear code-tree on clicking active tab

Kinza 5.9.3 (64-bit) 查看版本資訊

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

3D Coat 4.9.17 查看版本資訊

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

Electron 7.1.3 (64-bit) 查看版本資訊

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

What's new in this version:

Fixes:
- Fixed --ignore-connections-limit, ironically, being ignored
- Fixed broken focus with OOPIF embedded inside webview
- Fixed context menu disappearing when showing
- Fixed contextBridge crash
- Fixed the 'login' event not being emitted when HTTP Basic auth was requested during a net.request
- Net module requests no longer raise errors when non-2xx responses are received
- The disabled-by-default-cpu_profiler tracing category now correctly records stack samples from the main process and utility processes
- webContents.reloadIgnoringCache() will now forcefully ignore all caches, including service workers
- window.root and window.GLOBAL are both now undefined when nodeIntegration is disabled as expected

Other Changes:
- Fixed some crashes that could occur when using the net module
- Generate debug symbols on Linux
- Made strip_absolute_paths_from_debug_symbols to false in debug.gn
- Updated Chromium to 78.0.3904.126

Serato DJ Pro 2.3.2 (64-bit) 查看版本資訊

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

What's new in this version:

- FX turn off on track load option
- Slip now turns off on track load
- Nudge, Eject and Keylock (PnT) buttons in Practice mode are moved
- Change the mouse cursor to an up-down arrow state on rollover of BPM field in Practice mode
- Unclicked BPM and Pitch Slider box has the text ‘BPM’ under the song’s BPM value when no pitch adjustment has been made to a song in practice mode
- Add Status bar message when a virtual deck is in ABS/REL mode and the controller platter is moved or the play button is pressed
- Fixed a memory leak
- Optimised OSX Catalina Apple Music Library import
- Fixed an issue where Single FX on/off parameter’s GUI doesn’t update
- Fixed an issue where Beat Jump while in the Loop can cause the playhead to get out of the Loop
- Fixed a crash when clearing streaming search terms while analyzing
- Fixed an issue where creating/deleting Tidal playlists in Serato DJ do not update until app restart
- OSC (Soundswitch and Serato Remote) delay is removed
- Mouse cursor is hidden while adjusting BPM with the mouse in Practice mode (click and drag interaction)

Serato DJ Lite 1.3.2 查看版本資訊

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

What's new in this version:

- Beatgrids and beatgrid edit controls added to DJ Lite
- Demo songs included in DJ Lite
- On-boarding cards for first use in Practice Mode in DJ Lite
- Enabled album artwork in DJ Lite
- Nudge, Eject and Keylock (PnT) buttons in Practice mode are moved
- Change the mouse cursor to an up-down arrow state on rollover of BPM field in Practice mode
- Unclicked BPM and Pitch Slider box has the text ‘BPM’ under the song’s BPM value when no pitch adjustment has been made - to a song in practice mode
- Cue Loop panel in Practice mode is closed by default for new DJ Lite users
- BPM field is labelled in Play mode for DJ Lite
- Sync, Beatgrid & Transport Tooltips for DJ Lite are updated
- Fixed a memory leak
- Optimised OSX Catalina Apple Music Library import
- Fixed a crash when clearing streaming search terms while analyzing
- Fixed an issue where creating/deleting Tidal playlists in Serato DJ do not update until app restart
- Mouse cursor is hidden while adjusting BPM with the mouse in Practice mode (click and drag interaction)