Nitro Pro (64-bit) 歷史版本列表 Page39

最新版本 Firefox Developer Edition 120.0b7 (64-bit)

Nitro Pro (64-bit) 歷史版本列表

使用 Nitro Pro 64 位,輕鬆處理 PDF 文件和數字文檔,從桌面到雲端。 Nitro 幫助您輕鬆創建幾乎任何文件格式的行業標準 PDF 文件。共享是無縫的:任何在 Nitro Pro 中創建的 PDF 都可以在任何機器上打開和查看,並且可以按照您的預期顯示.Nitro Pro 可以讓您快速創建,轉換,合併,編輯,簽名和共享 100%行業標準 PDF 文件獲得優異的結果和節省。它為您提供... Nitro Pro (64-bit) 軟體介紹


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

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

What's new in this version:

- add: UI can now be scaled freely, independing of OS high-DPI mode. Added options "ui_scale", "ui_scale_font"
- add: more UI elements support scaling (minimap, micromap, splitters etc)
- add: Project Manager supports "toolbar icons" of any size (before: only 16x16). Icon set "Mui" (icon size: 20, 24, 32, 48) was added to add-ons
- add: menu items in "Edit" menu are auto disabled (Undo, Redo, Copy, Cut, Paste, Delete)
- add: don't show warning "File is maybe not text" because of char(27)
- add: dialog "Save tabs?" saves its size
- add: dialog "Char map" saves its size
- change: deleted option "ui_statusbar_height"
- change: deleted option "numbers_font_size"
- change: deleted option "ruler_font_size"
- change: deleted option "ruler_size"
- change: deleted option "micromap_width"
- fix: bugs with vertical scrollbar, it wasn't auto moved

Node.js 12.2.0 (64-bit) 查看版本資訊

更新時間:2019-05-09
更新細節:

What's new in this version:

Changes:

Deps:
- Updated llhttp to 1.1.3. This fixes a bug that made Node.js' HTTP parser refuse any request URL that contained the "|" (vertical bar) character (Fedor Indutny) #27595.

Tls:
- Added an enableTrace() method to TLSSocket and an enableTrace option to tls.createServer(). When enabled, TSL packet trace information is written to stderr. This can be used to debug TLS connection problems (cjihrig)

Cli:
- Added a --trace-tls command-line flag that enables tracing of TLS connections without the need to modify existing application code (cjihrig)
- Added a --cpu-prof-interval command-line flag. It can be used to specify the sampling interval for the CPU profiles generated by --cpu-prof (Joyee Cheung)

Module:
- Added the createRequire() method. It allows to create a require function from a file URL object, a file URL string or an absolute path string. The existing createRequireFromPath() method is now deprecated (Myles Borins)
- Throw on require('./path.mjs'). This is technically a breaking change that should have landed with Node.js 12.0.0. It is necessary to have this to keep the possibility for a future minor version to load ES Modules with the require function (Myles Borins)

Repl:
- The REPL now supports multi-line statements using BigInt literals as well as public and private class fields and methods (Ruben Bridgewater)
- The REPL now supports tab autocompletion of file paths with fs methods (Anto Aravinth)

Meta:
- Added Christian Clauss to collaborators

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

更新時間:2019-05-09
更新細節:

What's new in this version:

New:
- Added the support for some new Java protections
- Added the support to remove the Cinavia watermark found on the Wrath of the Titans (DVD version)
- Introduced the Free version of the Video Converter module
- Added the DTS audio conversion profile in the Ripper and Converter modules
- Added the Passthrough and Conversion Processing Mode options at the Advanced Settings panel of the DVD to Blu-ray Converter module

Fix:
- A problem that the titles of certain recorded Blu-rays are not displayed properly after being loaded into the main interface
- An output oversize problem when copying certain BDAV sources to BD25 size
- A crash problem when opening certain BDAV sources
- A problem that the Subtitle is reverted back to English from None after changing the output destination path in the Video Converter module
- A freeze problem when clicking the Edit button in the Video Converter module
- A problem that an ISO file is still reported by Windows as occupied by DVDFab despite being deleted as the source from the Ripper modules
- Some minor GUI and UE improvements

Streamlabs OBS 0.14.1 Beta 查看版本資訊

更新時間:2019-05-08
更新細節:

PyCharm 2019.1.2 查看版本資訊

更新時間:2019-05-08
更新細節:

Streamlabs OBS 0.14.0 Beta 查看版本資訊

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

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

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

What's new in this version:

- Fixed an issue with new installs not initializing a virtual controller
- Moved Form classes to separate namespace
- Added Razer Raiju Tournament Edition support
- Fixed migration of DS4 Touch Button status. Touchpad Button can now be used with a virtual DS4

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

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

What's new in this version:

- Added option "ruler_mark_caret"
- Changed plugin file "install.inf": CPU names for "os=" line changed to longer names like in Free Pascal: i386, x86_64, arm, sparc
- Fixed bugs

Node.js 12.1.0 (64-bit) 查看版本資訊

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

What's new in this version:

Notable changes:
intl:
- Update ICU to 64.2. This adds support for Japanese Era
- Fixes a bug in ICU that affected Node.js 12.0.0 in the case where new Date().toLocaleString() was called with a non-default locale

C++ API:
- Added an overload EmitAsyncDestroy that can be used during garbage collection

Commits:
- benchmark: fix http bench-parser.js
- bootstrap: delay the instantiation of maps in per-context scripts
- build: allow icu download to use other hashes besides md5
- build: disable custom v8 snapshot by default
- crypto: update root certificates
- deps: backport ICU-20575 to fix err/crasher
- deps: backport ICU-20558 to fix Intl crasher
- deps: update ICU to 64.2
- dgram: change 'this' to 'self' for 'isConnected'
- doc: add Node 12 to the first list of versions
- doc: update comment in bootstrap for primordials
- doc: simplify GOVERNANCE.md text
- doc: fix pull request number
- doc: clarify behaviour of writeFile(fd)
- doc: fix v12.0.0 changelog id
- doc: simplify Collaborator pre-nomination text
- lib: throw a special error in internal/assert
- module: initialize module_wrap.callbackMap during pre-execution
- (SEMVER-MINOR) n-api: do not require JS Context for napi_async_destroy()
- process: reduce the number of internal frames in async stack trace
- report: print common items first for readability
- src: refactor deprecated UVException in node_file.cc
- src: move OnMessage to node_errors.cc
- src: use predefined AliasedBuffer types in the code base
- src: apply clang-tidy modernize-deprecated-headers found by Jenkins CI
- (SEMVER-MINOR) src: do not require JS Context for ~AsyncResoure()
- (SEMVER-MINOR) src: add Environment overload of EmitAsyncDestroy
- src: apply clang-tidy rule modernize-use-equals-default
- src: use std::vector<size_t> instead of IndexArray
- src: enable context snapshot after running per-context scripts
- src: enable snapshot with per-isolate data
- src: implement IsolateData serialization and deserialization
- src: allow creating NodeMainInstance that does not own the isolate
- test: refactor net-connect-handle-econnrefused
- test: move test-net-connect-handle-econnrefused
- test: rework to remove flakiness, and be parallel
- test: fix ineffective error tests
- test: make test-worker-esm-missing-main more robust
- test: increase coverage in lib/internal/dns/promises.js
- tls: include invalid method name in thrown error
- tools: update certdata.txt
- tools: update LICENSE and tools/icu/current_ver.dep
- tools: fix use-after-free mkcodecache warning
- tools: update tools/license-builder.sh
- tools: implement node_mksnapshot
- util: add prototype support for boxed primitives
- util: rename setIteratorBraces to getIteratorBraces
- util: improve Symbol.toStringTag handling

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

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

What's new in this version:

- Fixed Up-Left DPad direction for DS4 output device