eM Client 歷史版本列表 Page28

最新版本 eM Client 9.2.2093

eM Client 歷史版本列表

如果你正在尋找容易使用,但功能豐富的電子郵件客戶端看起來沒有進一步。 eM Client 是你需要的! eM Client 是一個功能齊全的電子郵件客戶端,因為它也支持日曆,任務,聯繫人甚至聊天。您可以通過 POP 或 IMAP 協議將 eM Client 連接到您的電子郵件帳戶, Gmail,Yahoo,Outlook,Hotmail,iCloud 帳戶,並且還支持 MS Exchange 和 ... eM Client 軟體介紹


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

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

What's new in this version:

- Fixed a crash in Menus related to menu.popup()
- Fixed crashes when calling webContents.printToPDF() multiple times
- Fixed flicker when switching between BrowserViews
- Fixed hang when closing a scriptable popup window using the remote module
- Fixed memory leaks caused by callbacks not being released when the remote module is used in sub-frames

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

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

What's new in this version:

- Support for major Chromium upgrade (77.0.3865.120 → 78.0.3904.70)
- Removal of “Add all tabs to bookmark” feature from the context menu of the vertical tab

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

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

What's new in this version:

- Fixed native module size increase on windows

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

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

What's new in this version:

- Fixed IPC hang when opening a specific case of nativeWindowOpen child window
- Fixed an issue where objects referenced by remote could sometimes not be correctly freed

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

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

What's new in this version:

Changes:
- deps: fixed a bug in npm 6.12.0 where warnings are emitted on Node.js 13.x
- esm: changed file extension resolution order of --es-module-specifier-resolution=node to match that of the CommonJS loader

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

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

What's new in this version:

- This release marks the transition of Node.js 12.x into Long Term Support (LTS) with the codename 'Erbium'. The 12.x release line now moves into "Active LTS" and will remain so until October 2020. After that time, it will move into "Maintenance" until end of life in April 2022

Notable changes:
- Npm was updated to 6.12.0. It now includes a version of `node-gyp` that supports Python 3 for building native modules

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

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

What's new in this version:

Main changes:
- Fixed the link in kinza://settings/help
- Support for Chromium’s minor version update (77.0.3865.90 → 77.0.3865.120)

Setting procedures:
- Installation Start the Installer and install Kinza. <How to install>
- Update Close Kinza, and start the Installer to overwrite it.
- Uninstallation Open the "Add or Remove Programs" window from "Control Panel" and uninstall Kinza. <How to uninstall>

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

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

What's new in this version:

Notable changes:
build:
- Add `--force-context-aware` flag to prevent usage of native node addons that aren't context aware

deprecations:
- Add documentation-only deprecation for `process._tickCallback()`

esm:
- Using JSON modules is experimental again

fs:
- Introduce `opendir()` and `fs.Dir` to iterate through directories

process:
- Add source-map support to stack traces by using `--source-map-support` #29564

tls:
- Honor `pauseOnConnect` option
- Add option for private keys for OpenSSL engines

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

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

What's new in this version:

- Minor adjustments to new tab pages in dark mode (thanks Patriot)
- Chromium major version update support(76.0.3809.132 → 77.0.3865.90)

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

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

What's new in this version:

Notable changes:
Build:
- This release fixes a regression that prevented from building Node.js using the official source tarball

Deps:
- Updated small-icu data to support "unit" style in the Intl.NumberFormat API

Commits:
- build: include deps/v8/test/torque in source tarball
- build,win: goto lint only after defining node_exe
- crypto: use byteLength in timingSafeEqual
- deps: enable unit data in small-icu
- doc: sync security policy with nodejs.org
- doc: fix output in inspector HeapProfile example
- doc: add KeyObject to type for crypto.createDecipheriv() argument
- doc: clarify description of readable.push() method
- doc: clarify stream errors while reading and writing
- doc: specify display=fallback for Google Fonts
- doc: fix some recent nits
- doc: fix 404 links
- doc: remove align from tables
- doc: document that iv may be null when using createCipheriv()
- doc: update AUTHORS list
- doc: clarify pipeline stream cleanup
- doc: clarify fs.symlink() usage
- doc: fix type of atime/mtime
- doc,http: indicate callback is optional for message.setTimeout()
- http2: optimize the altsvc Max bytes limit, define and use constants
- module: pass full URL to loader for top-level load
- module: move cjs type check behind flag
- src: rename --loader to --experimental-loader
- src: fix asan build for gcc/clang
- src: fix compiler warning in inspector_profiler.cc
- src: disconnect inspector before exiting out of fatal exception
- src: try showing stack traces when process._fatalException is not set
- test: fix flaky test-cluster-net-listen-ipv6only-none
- tls: simplify setSecureContext() option parsing
- tools: make mailmap processing for author list case-insensitive
- worker: fix process._fatalException return type
- worker: keep allocators for transferred SAB instances alive longer