Skype 歷史版本列表 Page79

最新版本 Firefox Developer Edition 124.0b2 (64-bit)

Skype 歷史版本列表

Skype 是使您能夠在世界任何地方撥打免費電話的軟件。 Skype 使用 P2P(點對點)技術將您與其他用戶連接起來。它提供了幾個功能,包括 Skype 從 Skype 撥打全球的普通和移動電話,電話會議和安全的文件傳輸。您現在也可以與其他用戶共享您的屏幕。 Skype 調用專注於視頻和音頻質量,並確保與端到端的加密調用。所有你需要開始的是 Windows XP SP3,Vista,7,8 或 ... Skype 軟體介紹


RazorSQL 9.0.0 (64-bit) 查看版本資訊

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

What's new in this version:

Enhancements:
- Added support for Couchbase
- Navigator / Database Browser Filter: Allow comma separated values in the contains and not contains fields
- Added a Connections -> New Tab (New Connection) menu option to the Connections main menu and context menu
- Added a Connections -> New Tab (Copy Editor) menu option to the Connections main menu and context menu
- Added a Connections -> Same Tab (Switch Connection) menu option to the Connections main menu and context menu
- Added New Session (New Connection) and New Session (Copy Editor) options to the new button popup
- Added support for Derby 10.15 for supported operating systems. NOTE: Linux 32-bit and legacy Mac OS X versions do not support Derby 10.15
- Copy Table to Another Database: Added a Generate Alter Table checkbox. If checked foreign keys are attempted to be assigned via alter table statements

Changes:
- Linux 64-bit: Updated Java Runtime Environment to version 11
- macOS (Catalina and Mojave version): Updated Java Runtime Environment to 11.0.5
- Windows 32-bit and 64-bit: Updated Java Runtime Environment to 11.0.5
- Editor Auto Save. If user closes an unsaved file and auto save is on, still prompt if the user wants to save the file

Export Numeric Formatting Changes:
- If exporting query results (SQL, Delimited File, XML, HTML, Text): Formatting used is based on query results preference values for Locale options (primary) and decimal separator (if locale option not set)
- If exporting query results (XLS, XLSX): No formatting is used. Locale specific preferences within Excel determine how the cells are formatted
- If exporting from table(s): Numeric formatting is based on Number Format locale selected on the export window with the default being no specific formatting
- SQL -> Recent Queries menu options: Order is now based on order the statement was executed not just the timestamp when the statement was executed
- DynamoDB: Scan Requests with where clauses: For tables that have more rows than the "Max Results Per Query" value set on the RazorSQL connection profile, RazorSQL will continue to scan the table until either more rows than the Max Results Per Query value are returned, or there are no more rows to scan
- MySQL and MariaDB connections, autoReconnect property is now set to true by default
- Keep Alive: Default keep alive interval changed from 4 minutes to 2 minutes
- Keep Alive Preference: Added an option for 0.5 (30 seconds) to the keep alive interval

Bug Fixes:
- MongoDB: macOS notarized version: Not allowing connections over TLS / SSL connections that use SNI such as MongoDB Atlas free tier servers
- Mac repeat hold key preference is not on the correct line in preferences
- Query Results: Create Table from Results on Current Connection throws an error in certain situations
- SQL History: When running large numbers of statements through the editor such as thousands of inserts, SQL History process can get backed up and cause delays when trying to exit RazorSQL
- Fedora Linux: Very slow startup time / hangs on startup can occur
- Database Conversion Multiple Tables: When converting to MySQL, if the table name is a reserved word, the table name is getting wrapped in double quotes instead of tick marks in the generated SQL
- DynamoDB: Generate SQL operations from query results: Where clause not always populated

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

FonePaw Android Data Recovery 3.1.0 查看版本資訊

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

What's new in this version:

FonePaw Android Data Recovery 3.1.0
- Change log not available for this version


FonePaw Android Data Recovery 3.0.0
- Change log not available for this version


FonePaw Android Data Recovery 2.9.0
- Change log not available for this version


FonePaw Android Data Recovery 2.8.0
- Change log not available for this version


FonePaw Android Data Recovery 2.6.0
- Change log not available for this version

Keybase 5.1.1 查看版本資訊

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

What's new in this version:

Keybase 5.1.1
Chat:
- Replies will automatically notify who you're replying to

Misc:
- Configure a HTTP or SOCKS proxy in advanced settings
- Support user lookup by phone number


Keybase 5.0.0
- Switch between multiple accounts quickly
- Send short audio snippets in chat in mobile
- Sync KBFS files to your device for offline access
- Keybase FM: Learn about new features in each release in the app
- Better location sharing in chat
- Removed navigation while in chat in mobile
- Dark mode fixes
- Faster startup time
- Improved animations


Keybase 4.7.2
- Fix issue with device provisioning
- Fix account deletion

Xojo 2019 Release 3 查看版本資訊

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

What's new in this version:

Xojo 2019 Release 3 includes the following new iOS features:
- iOS 13 Dark Mode support
- Color Groups for easy Dark/Light Mode drawing
- iOSRectangle now supports Blur effects
- Access to the over 1,500 button icons included in iOS 13
- iOS Text Area border settings

In addition, this release also includes:
- Updated SQLite to 3.29.0
- ListBox iterators
- String improvements
- DateTime improvements
- System.VersionData class for getting OS version information

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

BurnAware Professional 12.9 查看版本資訊

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

What's new in this version:

New Features:
- Option to select or deselect all discs in Span Disc compilation

Enhancements:
- Updated file checking process in Span Disc compilation
- Improved data extraction process in Data Recovery
- Improved disc copying and audio track saving
- Improved overall program performance and speed
- User interface improvements

Bug Fixes:
- Resolved issue with high memory consumption during file extraction
- Resolved issue with possible memory leaks in Data Recovery and Copy Disc tools
- Fixed possible bug with incorrect file timestamps in Data compilations

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

Apache Tomcat 9.0.29 查看版本資訊

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