Process Hacker 歷史版本列表 Page31

最新版本 Process Hacker 3.0.3311 Nightly

Process Hacker 歷史版本列表

Process Hacker 是用於在您的計算機上操作進程和服務的功能齊全的工具。 Process Hacker 是一個應用程序,它可以幫助用戶查看和管理他們的計算機上的進程及其線程,模塊和內存.Process Hacker 便攜式特性: 一個簡單的,可自定義的樹視圖,突出顯示您的計算機上運行的進程。詳細的性能圖表。完整的服務列表和完整的控制(開始,停止,暫停,恢復和刪除)。網絡連接列表。所有進程... Process Hacker 軟體介紹


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

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

What's new in this version:

- Added workaround for nativeWindowOpen hang
- Fixed cookies.set not working correctly when name or expirationDate is omitted
- Fixed a weird behaviors and crashes when controlling window menu by keys
- Fixed accessibility window title on macOS
- Fixed contextBridge crash when opening and closing many windows
- Fixed source maps not loading in devtools with file scheme
- Fixed window menu unable to hide on startup
- Removed Electron.dsym from macOS application zip

DVDFab 11.0.6.5 (64-bit) 查看版本資訊

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

What's new in this version:

New:
- Added the support for some new Java protections
- Added the support for a new copy protection as found on the DVD version of Angel Has Fallen
- Added the support to upscale DVDs and other videos to 1080p with Enlarger AI in DVD Ripper and Video Converter modules
- Added the support to upscale DVDs to Blu-rays with Enlarger AI by two different AI models (Premium Quality and Ultra Quality)

Fix:
- A problem that the firmware downgrade info still shows up for the UHD Drives that do not need to downgrade the firmware

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

Opera Portable 65.0.3467.69 查看版本資訊

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

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

DVDFab 11.0.6.4 (64-bit) 查看版本資訊

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

What's new in this version:

New:
- Added the support for some new Java protections
- Added the support for a new copy protection as found on the DVD version of Angel Has Fallen
- Added the support for the UHD Drive Tool to downgrade firmware for both internal & external drives with USB, AHCI and IDE connections

Fix:
- A read error problem when copying and converting Blu-ray and 4K Ultra HD Blu-ray discs in certain cases

Process Hacker 3.0.2869 Nightly 查看版本資訊

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

What's new in this version:

Process Hacker 3.0.2869 Nightly
- Change log not available for this version


Process Hacker 3.0.2844 Nightly
- peview: Add default preview size (dmex)


Process Hacker 3.0.2812 Nightly
- Fix typos
- Fix plugin window dark theme, Remove legacy code, Fix vs19 warnings
- Fix typo, Improve runas forground window focus
- Update kdump.c


Process Hacker 3.0.2780 Nightly
- Remove legacy resource
- Update counters.c
- Update memlist.c
- Update svcapi.c


Process Hacker 3.0.2720 Nightly
- Change log not available for this version


Process Hacker 3.0.2706 Nightly
- ToolStatus: Add missing toolbar theme setting
- Update plugin manager window layout
- BuildTools: Fix setup paths


Process Hacker 3.0.2674 Nightly
- Detect terminated threads correctly
- phnt improvements
- Improve enumeration of processes in a job
- Add PhGetThreadIsTerminated
- peview: Fix path leak


Process Hacker 3.0.2642 Nightly
- Fix #484
- Update phnet.h
- Tidy up http
- Fix 19H1 version name
- Update ntrtl.h


Process Hacker 3.0.2610 Nightly
- Fix crash regression from commit 69cc869
- NetworkTools: Update tracert with DoH support
- Update http.c
- Fix #474
- Add PID column to network tab, Update network address sorting


Process Hacker 3.0.2582 Nightly
- Add commandline arguments to information dialog


Process Hacker 3.0.2572 Nightly
- Add inital system module highlighting
- Update resource.h
- HardwareDevices: Add total adapter delta stats; Update adapter panel layout


Process Hacker 3.0.2568 Nightly
- ExtendedTools: Update stats rows
- Fix options default regression
- ExtendedTools: Update process gpu statistics
- Fix error message parent window
- Peview: Add missing resources


Process Hacker 3.0.2542 Nightly
- Fix CreateProcess runas bug #436
- Add workaround for CreateProcess runas bug #436
- ExtendedTools: Fix IPv4 event types
- Fix default notify icon handle
- ExtendedTools: Fix default window handle


Process Hacker 3.0.2527 Nightly
- Update settings.c
- Fix build
- Add custom RunFileDialog, Update Run menu options
- Add missing files from previous commit
- Fix duplicate tab font initialization


Process Hacker 3.0.2480 Nightly
- Improve window title column performance
- Add PhEnumWindows, Update PhGetProcessMainWindow to enumerate top-level only
- Remove autopool from PhFormatTimeSpanRelative
- Add MMapIO statistics to memory information tab
- Add PhGetAccountPrivileges


Process Hacker 3.0.2466 Nightly
- Change log not available for this version


Process Hacker 3.0.2451 Nightly
- WindowExplorer: Add font name to window properties


Process Hacker 3.0.2446 Nightly
- Fix build
- Fix debug highlighting
- Update macro usage
- Add missing file from previous commit
- Fix debugger check failing for protected processes


Process Hacker 3.0.2380 Nightly
- WindowExplorer: Fix typo


Process Hacker 3.0.2291 Nightly
- Fix build errror from commit 22d21206
- Don't prepend "Computer" when open key
- Fix crash viewing large default-token security descriptors
- Remove string privilege
- Fix SAL types


Process Hacker 3.0.2275 Nightly
- Force system shutdown/reboot while holding the CTL key and selecting the menu (dmex)


Process Hacker 3.0.2269 Nightly
- Add ProcessSideChannelIsolationPolicy support
- Preview: Fix regression/crash for image load config
- Add missing ChpeImage flag
- Fix sysinfo window dark frame support
- HardwareDevices: Update common smart attributes


Process Hacker 3.0.2258 Nightly
- Update mxml-file.c
- Update PCRE to 10.32
- Update mxml to v3.0
- NetworkTools: Update hostname query flags
- Add search support to process threads tab


Process Hacker 3.0.2255 Nightly
- NetworkTools: Update hostname query flags
- Add search support to process threads tab
- Add initial RS5 SideChannelIsolationPolicy mitigation
- Update token capabilities tab layout
- DotNetTools: Fix memory leak


Process Hacker 3.0.2234 Nightly
- [Fix typo (dmex)
- Update mxml usage (required for future mxml updates) (dmex)
- Add PhDeleteFile (dmex)
- Fix build warning (dmex)
- Fix typo (dmex)


Process Hacker 3.0.2197 Nightly
- NetworkTools: Fix geoip updater regression
- Fix PhSearchFilePath regression from commit
- Add missing copyright
- NetworkTools: Fix crash
- Updater: Fix crash


Process Hacker 3.0.2192 Nightly
- Update token capabilities tab layout
- Update resources
- NetworkTools: Fix tracert hostname lookup
- Fix messagebox window handle check
- WindowExplorer: Show window AppId


Process Hacker 3.0.2174 Nightly
- Add missing file from previous commit


Process Hacker 3.0.2162 Nightly
- Update directory attributes (dmex)
- Fix sysinfo graph mouseover regression on Win7 (dmex)
- Fix options window not showing when topmost (dmex)
- Remove dpkg-query filename lookup (dmex)
- Add RtlCreateUserProcessEx #373 (dmex)


Process Hacker 3.0.2154 Nightly
- Change log not available for this version


Process Hacker 3.0.2142 Nightly
- Fix reference bug from commit 1bd7b55 (dmex)
- Fix PhInitializeMappedArchive bug when viewing llvm compiled lib files (dmex)
- Update string formats (dmex)
- Update token capabilities page with capability guid name (dmex)
- Rename variable (dmex)


Process Hacker 3.0.1891 Nightly
- Add service highlighting for LocalService processes
- Fix service properties theme regression, Add missing copyright
- DotNetTools: Save and restore .NET performance tab sort column and group states
- Fix tabspace
- Save and restore process Statistics page group states after closing window


Process Hacker 3.0.1889 Nightly
DotNetTools:
- Save and restore .NET performance tab sort column and group states
- Fix tabspace
- Save and restore process Statistics page group states after closing window
- Add listview group state settings
- Save and restore Token column sort order after closing window


Process Hacker 3.0.1875 Nightly
- Fix previous commit
- Fix token properties column settings, Fix tabspace
- DotNetTools. Fix .NET performance tab sorting
- Add theme support to miniinfo tray window
- Fix RS5 dark scrollbar theme, Fix button BS_ICON style drawing

Wickr Me 5.42.15 查看版本資訊

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