eM Client 歷史版本列表
如果你正在尋找容易使用,但功能豐富的電子郵件客戶端看起來沒有進一步。 eM Client 是你需要的! eM Client 是一個功能齊全的電子郵件客戶端,因為它也支持日曆,任務,聯繫人甚至聊天。您可以通過 POP 或 IMAP 協議將 eM Client 連接到您的電子郵件帳戶, Gmail,Yahoo,Outlook,Hotmail,iCloud 帳戶,並且還支持 MS Exchange 和 ... eM Client 軟體介紹更新時間:2019-09-26
更新細節:
What's new in this version:
crypto:
- Add oaepLabel option
deps:
- Update V8 to 7.7.299.11 #28918
- More efficient memory handling
- Stack trace serialization got faster
- The Intl.NumberFormat API gained new functionality
- For more information: https://v8.dev/blog/v8-release-77
events:
- Add support for EventTarget in once
fs:
- Expose memory file mapping flag UV_FS_O_FILEMAP
inspector:
- New API - Session.connectToMainThread
process:
- Initial SourceMap support via env.NODE_V8_COVERAGE
stream:
- Make _write() optional when _writev() is implemented
tls:
- Add option to override signature algorithms
util:
- Add encodeInto to TextEncoder
worker:
- The worker_thread module is now stable
Commits:
- benchmark: improve process.env benchmarks (Anna Henningsen)
- bootstrap: add exception handling for profiler bootstrap (Shobhit Chittora)
- bootstrap: provide usable error on missing internal module (Jeremiah Senkpiel)
- build: do not indent assignments in Makefile (Joyee Cheung)
- build: allow clang 10+ in configure.py (Kamil Rytarowski)
- build: re-run configure on node_version.h change (Anna Henningsen)
- build: improve make coverage (Anna Henningsen)
- build: add comment to .travis.yml on how to test Py3 (cclauss)
- build: update minimum AIX OS level (Michael Dawson)
- build: remove experimental Python 3 tests (Christian Clauss)
- (SEMVER-MINOR) build: reset embedder string to "-node.0" (Michaël Zasso)
- build,win: fix Python detection on localized OS (João Reis)
- console: skip/strip %c formatting (Gus Caplan)
- console,util: fix missing recursion end while inspecting prototypes (Ruben Bridgewater)
- crypto: use BoringSSL-compatible flag getter (Shelley Vohr)
- (SEMVER-MINOR) crypto: fix OpenSSL return code handling (Tobias Nießen)
- (SEMVER-MINOR) crypto: add oaepLabel option (Tobias Nießen)
- deps: patch V8 to 7.7.299.11 (Michaël Zasso)
- deps: V8: cherry-pick deac757 (Benjamin Coe)
- deps: patch V8 to 7.7.299.10 (Thomas)
- deps: V8: cherry-pick 35c6d4d (Sam Roberts)
- deps: update npm to 6.11.3 (claudiahdz)
- deps: upgrade to libuv 1.32.0 (cjihrig)
- deps: patch V8 to 7.7.299.8 (Michaël Zasso)
- (SEMVER-MINOR) deps: patch V8 to be API/ABI compatible with 7.4 (from 7.7) (Michaël Zasso)
- deps: patch V8 to be API/ABI compatible with 7.4 (from 7.6) (Michaël Zasso)
- (SEMVER-MINOR) deps: patch V8 to be API/ABI compatible with 7.4 (from 7.5) (Michaël Zasso)
- deps: V8: cherry-pick e3d7f8a (cclauss)
- (SEMVER-MINOR) deps: V8: fix linking issue for MSVS (Refael Ackermann)
- (SEMVER-MINOR) deps: V8: fix BUILDING_V8_SHARED issues (Refael Ackermann)
- (SEMVER-MINOR) deps: V8: add workaround for MSVC optimizer bug (Refael Ackermann)
- (SEMVER-MINOR) deps: V8: use ATOMIC_VAR_INIT instead of std::atomic_init (Refael Ackermann)
- (SEMVER-MINOR) deps: V8: forward declaration of Rtl*FunctionTable (Refael Ackermann)
- (SEMVER-MINOR) deps: V8: patch register-arm64.h (Refael Ackermann)
- (SEMVER-MINOR) deps: V8: update postmortem metadata generation script (cjihrig)
- (SEMVER-MINOR) deps: V8: silence irrelevant warning (Michaël Zasso)
- (SEMVER-MINOR) deps: V8: un-cherry-pick bd019bd (Refael Ackermann)
- (SEMVER-MINOR) deps: V8: fix filename manipulation for Windows (Refael Ackermann)
- (SEMVER-MINOR) deps: update V8 to 7.7.299.4 (Michaël Zasso)
- doc: update N-API version matrix (Gabriel Schulhof)
- doc: add code example to process.throwDeprecation property (Juan José Arboleda)
- doc: fix some signatures of .end() methods (Vse Mozhet Byt)
- doc: remove the suffix number of the anchor link (Maledong)
- doc: explain stream.finished cleanup (Robert Nagy)
- doc: fix require call for spawn() in code example (Marian Rusnak)
- doc: make minor improvements to stream.md (Robert Nagy)
- doc: fix nits in net.md (Vse Mozhet Byt)
- doc: correct trivial misspelling in AUTHORS (gcr)
- doc: update list style in misc README docs (Rich Trott)
- doc: add missing complete property to http2 docs (Javier Ledezma)
- doc: add leap second behavior notes for napi methods (Levhita)
- doc: explain esm options for package authors (Geoffrey Booth)
- doc: update experimental loader hooks example code (Denis Zavershinskiy)
- doc: use consistent unordered list style (Nick Schonning)
- doc: add Bethany to TSC (Michael Dawson)
- doc: add Tobias to the TSC (Michael Dawson)
- doc: mention unit for process.hrtime.bigint() (Anna Henningsen)
- doc: add documentation for stream readableFlowing (Chetan Karande)
- doc: indent child list items for remark-lint (Nick Schonning)
- doc: space around lists (Nick Schonning)
- doc: exitedAfterDisconnect value can be false (Nimit Aggarwal)
- doc: remove wrong escapes (XhmikosR)
- doc: prepare markdown files for more stringent blank-line linting (Rich Trott)
- doc: simplify wording in n-api doc (Michael Dawson)
- doc: update release guide with notes for major releases (James M Snell)
- doc: indent ordered list child content (Nick Schonning)
- doc: fix unsafe writable stream code example (Chetan Karande)
- doc: async_hooks.createHook promiseResolve option (Ben Noordhuis)
- doc: change urls directly from 'http' to 'https' (Maledong)
- doc: use consistent indenting for unordered list items (Nick Schonning)
- doc: start unorded lists at start of line (Nick Schonning)
- doc: change the 'txt' to 'console' for a command (Maledong)
- esm: make dynamic import work in the REPL (Bradley Farias)
- events: improve performance of EventEmitter.emit (Matteo Collina)
- (SEMVER-MINOR) events: add support for EventTarget in once (Jenia)
- fs: remove unnecessary argument check (Robert Nagy)
- gyp: make StringIO work in ninja.py (Christian Clauss)
- http: refactor responseKeepAlive() (Robert Nagy)
- http2: do not crash on stream listener removal w/ destroyed session (Anna Henningsen)
- http2: send out pending data earlier (Anna Henningsen)
- http2: do not start reading after write if new write is on wire (Anna Henningsen)
- (SEMVER-MINOR) inspector: new API - Session.connectToMainThread (Eugene Ostroukhov)
- lib: remove the use of util.isFunction (himself65)
- (SEMVER-MINOR) lib,test: fix error message check after V8 update (Michaël Zasso)
- module: error for CJS .js load within type: module (Guy Bedford)
- module: reintroduce package exports dot main (Guy Bedford)
- n-api: delete callback bundle via reference (Gabriel Schulhof)
- n-api: mark version 5 N-APIs as stable (Gabriel Schulhof)
- perf_hooks: remove non-existent entries from inspect (Kirill Fomichev)
- perf_hooks: ignore duplicated entries in observer (Kirill Fomichev)
- perf_hooks: remove GC callbacks on zero observers count (Kirill Fomichev)
- perf_hooks: import http2 only once (Kirill Fomichev)
- policy: minor perf opts and cleanup (Bradley Farias)
- (SEMVER-MINOR) process: initial SourceMap support via NODE_V8_COVERAGE (Benjamin Coe)
- process: use public readableFlowing property (Chetan Karande)
- repl: convert var to let and const (Lucas Holmquist)
- repl: fix bug in fs module autocompletion (zhangyongsheng)
- repl: add autocomplete support for fs.promises (antsmartian)
- repl: add missing variable declaration (Lucas Holmquist)
- src: perform check before running in runMicrotasks() (Jeremy Apthorp)
- src: discard remaining foreground tasks on platform shutdown (Anna Henningsen)
- src: fix closing weak HandleWraps on GC (Anna Henningsen)
- src: use libuv to get env vars (Anna Henningsen)
- src: re-delete Atomics.wake (Gus Caplan)
- src: print exceptions from PromiseRejectCallback (Anna Henningsen)
- src: modified RealEnvStore methods to use libuv functions (Devendra Satram)
- src: make ELDHistogram a HandleWrap (Anna Henningsen)
- src: check microtasks before running them (Shelley Vohr)
- src: fix ValidateDSAParameters when fips is enabled (Daniel Bevenius)
- (SEMVER-MINOR) src: update v8abbr.h for V8 7.7 (cjihrig)
- (SEMVER-MINOR) src,lib: expose memory file mapping flag (João Reis)
- stream: add test for multiple .push(null) (Chetan Karande)
- stream: cleanup use of internal ended state (Chetan Karande)
- (SEMVER-MINOR) stream: make _write() optional when _writev() is implemented (Robert Nagy)
- stream: apply special logic in removeListener for readable.off() (Robert Nagy)
- stream: do not call _read() after destroy() (Robert Nagy)
- stream: optimize creation (Robert Nagy)
- stream: simplify isUint8Array helper (Anna Henningsen)
- test: fix race condition in test-worker-process-cwd.js (Ruben Bridgewater)
- test: fix flaky test-inspector-connect-main-thread (Anna Henningsen)
- test: unmark test-worker-prof as flaky (Anna Henningsen)
- test: improve test-worker-message-port-message-before-close (Anna Henningsen)
- test: disable core dumps before running crash test (Ben Noordhuis)
- test: permit test-signalwrap to work without test runner (Rich Trott)
- test: remove flaky status for test-statwatcher (Rich Trott)
- (SEMVER-MINOR) test: update postmortem metadata test for V8 7.7 (cjihrig)
- timers: set _destroyed even if there are no destroy-hooks (Jeremiah Senkpiel)
- (SEMVER-MINOR) tls: add option to override signature algorithms (Anton Gerasimov)
- tools: cleanup getnodeversion.py for readability (Christian Clauss)
- tools: update ESLint to 6.4.0 (zhangyongsheng)
- tools: fix iculslocs to support ICU 65.1 (Steven R. Loomis)
- tools: python3 compat for inspector code generator (Ben Noordhuis)
- tools: delete v8_external_snapshot.gypi (Ujjwal Sharma)
- tools: fix GYP ninja generator for Python 3 (Michaël Zasso)
- (SEMVER-MINOR) tools: sync gypfiles with V8 7.7 (Michaël Zasso)
- tty: add color support for mosh (Aditya)
- util: include reference anchor for circular structures (Ruben Bridgewater)
- (SEMVER-MINOR) util: add encodeInto to TextEncoder (Anna Henningsen)
- (SEMVER-MINOR) worker: mark as stable (Anna Henningsen)
- worker: make terminate() resolve for unref’ed Workers (Anna Henningsen)
- worker: prevent event loop starvation through MessagePorts (Anna Henningsen)
- worker: make transfer list behave like web MessagePort (Anna Henningsen)
更新時間:2019-09-23
更新細節:
What's new in this version:
- C# compiler support for C# 8 language version
- .NET Standard 2.1 support
- Updated libgdiplus to 6.0.2
- Notarized macOS installer package
更新時間:2019-09-14
更新細節:
更新時間:2019-09-05
更新細節:
What's new in this version:
Notable changes:
deps:
- Update npm to 6.10.3 (isaacs)
fs:
- Add recursive option to rmdir() (cjihrig)
- Allow passing true to emitClose option (Giorgos Ntemiris)
- Add *timeNs properties to BigInt Stats objects (Joyee Cheung)
net:
- Allow reading data into a static buffer
Commits:
- bootstrap: run preload prior to frozen-intrinsics
- buffer: correct indexOf() error message
- buffer: consolidate encoding parsing
- buffer: correct concat() error message
- buffer: improve equals() performance
- Revert "build: add full Python 3 tests to Travis CI"
- build: add full Python 3 tests to Travis CI
- build: hard code doctool in test-doc target
- build: integrate DragonFlyBSD into gyp build
- build: make --without-snapshot imply --without-node-snapshot
- build: test Python 3.6 and 3.7 on Travis CI
- build: move tooltest to before jstest target
- build: add Python 3 tests to Travis CI
- build,win: accept Python 3 if 2 is not available
- build,win: find Python in paths with spaces
- console: use getStringWidth() for character width calculation
- crypto: don't expose openssl internals
- crypto: simplify DSA validation in FIPS mode
- deps: V8: cherry-pick 597f885
- (SEMVER-MINOR) deps: update npm to 6.10.3
- doc: escape elements swallowed as HTML in markdown
- doc: add extends for derived classes
- doc: add blanks around code fences
- doc: format http2 anchor link and reference
- doc: remove multiple consecutive blank lines
- doc: add devnexen to collaborators
- doc: inconsistent indentation for list items
- doc: heading levels should only increment by one
- doc: add dco to github pr template
- doc: add https.Server extends tls.Server
- doc: fix nits in esm.md
- doc: add missing extends Http2Session
- doc: indicate that Http2ServerRequest extends Readable
- doc: indicate that Http2ServerResponse extends Stream
- (SEMVER-MINOR) doc: add emitClose option for fs streams
- doc,crypto: add extends for derived classes
- doc,errors: add extends to derived classes
- doc,fs: add extends for derived classes
- doc,http: add extends for derived classes
- doc,tls: add extends for derived classes
- errors: provide defaults for unmapped uv errors
- esm: support loading data URLs
- events: improve once() performance
- (SEMVER-MINOR) fs: add recursive option to rmdir()
- (SEMVER-MINOR) fs: allow passing true to emitClose option
- fs: fix (temporary) for esm package
- fs: document the Date conversion in Stats objects
- (SEMVER-MINOR) fs: add *timeNs properties to BigInt Stats objects
- gyp: remove semicolons (Python != JavaScript)
- gyp: futurize imput.py to prepare for Python 3
- http: simplify timeout handling
- lib: add ASCII fast path to getStringWidth()
- lib: consolidate lazyErrmapGet()
- module: avoid passing unnecessary loop reference
- (SEMVER-MINOR) net: allow reading data into a static buffer
- process: improve nextTick performance
- querystring: improve performance
- src: do not crash when accessing empty WeakRefs
- src: turn GET_OFFSET() into an inline function
- src: inline SLICE_START_END() in node_buffer.cc
- src: allow --interpreted-frames-native-stack in NODE_OPTIONS
- src: expose MaybeInitializeContext to allow existing contexts
- src: add large page support for macOS
- stream: don't deadlock on aborted stream
- stream: improve read() performance
- stream: async iterator destroy compat
- stream: do not emit drain if stream ended
- test: remove Windows skipping of http keepalive request GC test
- test: fix test-benchmark-net
- test: fix flaky test-http-server-keepalive-req-gc
- test: use print() function in both Python 2 and 3
- (SEMVER-MINOR) test: add emitClose: true tests for fs streams
- tools: update ESLint to 6.3.0
- tools: use 'from io import StringIO' in ninja.py
- tools: fix mksnapshot blob wrong freeing operator
- tools: update ESLint to 6.2.2
- tools: update babel-eslint to 10.0.3
- tools: fix Python 3 issues in inspector_protocol
- tools: fix mixup with bytes.decode() and str.encode()
- tools: fix Python 3 issues in tools/icu/icutrim.py
- tools: fix Python 3 issues in gyp/generator/make.py
- util: do not throw when inspecting detached ArrayBuffer
更新時間:2019-09-04
更新細節:
更新時間:2019-08-27
更新細節:
更新時間:2019-08-23
更新細節:
What's new in this version:
eM Client 7.2.36465
- Change log not available for this version
eM Client 7.2.36164
- New account connection handling
- New rendering engine (Chromium)
- Hundreds of bug fixes and small improvements
eM Client 7.2.35595
- Change log not available for this version
eM Client 7.2.35542
- eM Client 7.2 Service Update
- A few bug fixes
eM Client 7.2.35506
- Fixed issue with nonworking buttons in Windows 10 system notifications
- Allow Mark All as Read for conversations
- A few scheduling fixes
- Dutch and italian localization updated
- Several other fixes
eM Client 7.2.35488
- Fixed issue with nonworking buttons in Windows 10 system notifications
eM Client 7.2.35172
- Several bug fixes
eM Client 7.2.35128
- Fixed issues with application updates and license activation
- Fixed multiple scheduling issues
- Multiple CalDAV compatibility improvements
- Multiple compatibility fixes for rich text calendar event descriptions
- Multiple printing improvements
- Improved calendar delegation user interface
- Localization improvements and updates
- Updated Japanese localization
- Updated brand identity
- Other improvements and fixes
eM Client 7.2.34711
- Fixed displaying of on-screen keyboard on touch devices on some places
- A few dark mode fixes and improvements
- Improved error handling on Google Calendar uploads
- Improved invalid data processing for CalDAV
- Several other bug fixes
eM Client 7.2.34666
- Fixed displaying of on-screen keyboard on touch devices on some places
- A few dark mode fixes and improvements
- Improved error handling on Google Calendar uploads
- Improved invalid data processing for CalDAV
- Several other bug fixes
eM Client 7.2.34648
- Change log not available for this version
eM Client 7.2.34633
- Change log not available for this version
eM Client 7.2.34208
- Addressed issue with some special characters opening menu instead of typing
- Addressed a few accesibility issues
- Fixed an issue when not all the values were exported into a theme file
- A few other bug fixes
eM Client 7.2.34137
- Use cryptography preset also for replies and forwards
- A few other minor fixes
eM Client 7.2.34062
- Fixed Show if unread feature for mail folders
- A few other fixes
eM Client 7.2.34030
- Links in plain text invite descriptions are now converted to active links again
- Fixed not selecting the default account when composing a new mail in some specific scenarios
- Fixed not showing attachment icon for emails imported from some versions of MS Outlook
- Fixed playing custom sounds with system notifications
- Fixed showing HTML markup for Events/Tasks in lists
- A few other bug fixes
eM Client 7.2.34025
- Links in plain text invite descriptions are now converted to active links again
- Fixed not selecting the default account when composing a new mail in some specific scenarios
- Fixed not showing attachment icon for emails imported from some versions of MS Outlook
- Fixed playing custom sounds with system notifications
- Fixed showing HTML markup for Events/Tasks in lists
- A few other bug fixes
eM Client 7.2.33997
- A few bug fixes
eM Client 7.2.33988
- Addressed some GMail/G Suite authentication issues
- Greek localization updated
- Portuguese localization updated
- A few bug fixes
eM Client 7.2.33974
- Addressed some GMail/G Suite authentication issues
- Greek localization updated
- A few bug fixes
eM Client 7.2.33939
- Multi monitor DPI support
- Support for system notifications on Windows
- Improved Automatic replies on Gmail, Exchange and Office365
- Full dark color scheme (even the message body is now dark)
- Rich text support for various fields of events, tasks and contacts
- Full automation support
- Support for storing data in Local profiles instead of Roaming profiles
- Support for loading SMIME certificates from contacts
- Option to select the signing and encryption certificate for each account address
- Addressed some shutdown scenarios
- Quicker loading of large conversations
- Improved subscription to public folders on Exchange
- Many other improvements
eM Client 7.2.33932
-Change log not available for this version
eM Client 7.2.33888
-Change log not available for this version
eM Client 7.2.33834
-Change log not available for this version
eM Client 7.1.33101
- A bunch of bug fixes
eM Client 7.1.33042
- Change log not available for this version
eM Client 7.1.32792
- Addresing Efail issues
- Don't download contact avatars from 3rd level domains
- Fixed loading of malformed CSS styles tags
- Don't follow requests for downloading intermediate S/MIME certificates
- SMIME certificates are now checked online for revocation
- Certificates without Basic constraints extension are no longer considered CA certificates. The CA certificate MUST have Basic constraint extension present and must have isCa flag set to true
- Fixed uploading event where organizer is also attendee on G Suite
- Workaround for Windows 10 April update bug when maximizing the main window
eM Client 7.1.32772
- eM Client 7.1 Service Update
eM Client 7.1.32759
- Addresing Efail issues
- Don't download contact avatars from 3rd level domains
- Fixed loading of malformed CSS styles tags
- Don't follow requests for downloading intermediate S/MIME certificates
- SMIME certificates are now checked online for revocation
- Certificates without Basic constraints extension are no longer considered CA certificates. The CA certificate MUST have Basic constraint extension present and must have isCa flag set to true
- Fixed uploading event where organizer is also attendee on G Suite
eM Client 7.1.32716
- Workaround for Windows 10 April update bug when maximizing the main window
eM Client 7.1.32561
- Increase Exchange timeouts from 100 seconds to 10 minutes, enable chunked sending
- Use synchronization throttling for Google Tasks API
eM Client 7.1.32088
- EM Client 7.1 Service Update
- Italian localization updated
eM Client 7.1.31849
- Change log not available for this version
eM Client 7.1.30794
- Fixed touch scroll issues on some devices
- Fixed POP3 authentication issue with bt.com and a few other vendors
- Several fixes
eM Client 7.1.30777
- Change log not available for this version
eM Client 7.1.30794
- eM Client 7.1 Service Update
- Fixed touch scroll issues on some devices
- Fixed POP3 authentication issue with bt.com and a few other vendors
- Several fixes
eM Client 7.1.30761
- eM Client 7.1 Service Update
- Fixed touch scroll issues on some devices
- Fixed POP3 authentication issue with bt.com and a few other vendors
- Several fixes
eM Client 7.1.30719
- Fixed touch scroll issues on some devices
- Fixed POP3 authentication issue with bt.com and a few other vendors
- Several fixes
eM Client 7.1.30686
- Improved support of Exchange Offline Address Book
- Fixed loading of avatars from contacts
- Stability bug fixes
eM Client 7.1.30646
- Change log not available for this version
eM Client 7.1.30638
- Several bug fixes
eM Client 7.1.30632
- Change log not available for this version
eM Client 7.1.30617
- Several bug fixes
eM Client 7.1.30508
- Improved compatibility with EnigMail PGP messages
- Fixed import from Mail on Window Vista
- Fixed import from Microsoft Outlook with multiple profiles
- Fixed connection problems with SoGO CalDAV accounts
- Fixed connection problems with mail.de accounts
- Fixed startup with database located on network disk
- Various stability fixes
eM Client 7.1.30495
- Change log not available for this version
eM Client 7.1.30490
- Various stability fixes
eM Client 7.1.30480
- Change log not available for this version
eM Client 7.1.30469
- Improved compatibility with EnigMail PGP messages
- Fixed import from Mail on Window Vista
- Fixed import from Microsoft Outlook with multiple profiles
- Fixed connection problems with SoGO CalDAV accounts
- Fixed connection problems with mail.de accounts
- Fixed startup with database located on network disk
eM Client 7.1.30453
- Message encryption with PGP support
- Simplified security certificates and keys
- Live backup
- Automatic avatar downloading
- Improved print preview
- Even more customizable toolbars
- Auto-resize and formatting options for embedded pictures
- Improved table editor
- Text pasting options
- Improved calendar invites
- Customizable secondary sorting for all views
- Calendar folder sharing on MS Exchange and IceWarp servers
- GMail out of office responder support
- Preview images from hyperlinks in chat
- Tons of other improvements and fixes
eM Client 7.1.30439
- Change log not available for this version
eM Client 7.1.30437
- Message encryption with PGP support
- Simplified security certificates and keys
- Live backup
- Automatic avatar downloading
- Improved print preview
- Even more customizable toolbars
- Auto-resize and formatting options for embedded pictures
- Improved table editor
- Text pasting options
- Improved calendar invites
- Customizable secondary sorting for all views
- Calendar folder sharing on MS Exchange and IceWarp servers
- GMail out of office responder support
- Preview images from hyperlinks in chat
- Tons of other improvements and fixes
eM Client 7.0.30068
- Change log not available for this version
eM Client 7.0.27943
- Fixed some issues in deduplicator
- Several theme support improvements
- Updated localizations
eM Client 7.0.27920.0
- Change log not available for this version
eM Client 7.0.27894.0
- Change log not available for this version
eM Client 7.0.27804.0
- Exchange compatibility fixes
- Fixed several theme issues
- Fixed search conditions in search menu.
- Fixed unread count for Unread folder in conversation view
- Fixed rule order when importing from version 6
- Fixed 'Copy all addresses' and 'Add all contacts' options in contact text boxes
- Fixed undo in text boxes after pasting text
- When converting html into plain text, we now put the link into sharp brackets behind the link text
- When copying mail addresses into clipboard don't copy the "mailto:" prefix
- Added support for system scrollbars in themes (used for System and Classic theme)
- Display the original .p7m file as attachment if S/MIME decoding fails
- Localization updates
- Other bug fixes and performance improvements
eM Client 7.0.27777.0
- Exchange compatibility fixes
- Fixed search conditions in search menu
- Fixed unread count for Unread folder in conversation view
- Fixed rule order when importing from version 6
- Fixed 'Copy all addresses' and 'Add all contacts' options in contact text boxes
- Fixed undo in text boxes after pasting text
- When converting html into plain text, we now put the link into sharp brackets behind the link text
- When copying mail addresses into clipboard don't copy the "mailto:" prefix
- Added support for system scrollbars in themes (used for System and Classic theme)
- Display the original .p7m file as attachment if S/MIME decoding fails
- Localization updates
- Other bug fixes and performance improvements
eM Client 7.0.27744.0
- Exchange compatibility fixes
- Fixed search conditions in search menu.
- Fixed unread count for Unread folder in conversation view
- Fixed rule order when importing from version 6
- Fixed 'Copy all addresses' and 'Add all contacts' options in contact text boxes
- Fixed undo in text boxes after pasting text
- When converting html into plain text, we now put the link into sharp brackets behind the link text
- When copying mail addresses into clipboard don't copy the "mailto:" prefix
- Added support for system scrollbars in themes (used for System and Classic theme)
- Display the original .p7m file as attachment if S/MIME decoding fails
- Localization updates
- Other bug fixes and performance improvements
eM Client 7.0.27742.0
- Change log not available for this version
eM Client 7.0.27732.0
- Exchange compatibility fixes
- Fixed search conditions in search menu
- Fixed unread count for Unread folder in conversation view
- Fixed rule order when importing from version 6
- Fixed 'Copy all addresses' and 'Add all contacts' options in contact text boxes
- Fixed undo in text boxes after pasting text
- When converting html into plain text, we now put the link into sharp brackets behind the link text
- When copying mail addresses into clipboard don't copy the "mailto:" prefix
- Added support for system scrollbars in themes (used for System and Classic theme)
- Display the original .p7m file as attachment if S/MIME decoding fails
- Localization updates
- Other bug fixes and performance improvements
eM Client 7.0.26687.0
- Change log not available for this version
eM Client 7.0.26667.0
- New modern interface with several new themes including Dark theme
- Conversation view
- Delayed sending
- Full GMail Labels support
- Messages rendered by Chromium instead of Internet Explorer
- Translation of incoming messages
- Better support for touch devices and high-res displays
- Vacation responder
- Support for internet calendars (including Facebook calendar)
- Customizable toolbars
- And much more
eM Client 7.0.26653.0
- Change log not available for this version
eM Client 7.0.26567.0
- Change log not available for this version
eM Client 7.0.26134.0
- Change log not available for this version
eM Client 7.0.26567.0
- New modern interface with several new themes including Dark theme
- Conversation view
- Delayed sending
- Full GMail Labels support
- Messages rendered by Chromium instead of Internet Explorer
- Translation of incoming messages
- Better support for touch devices and high-res displays
- Vacation responder
- Support for internet calendars (including Facebook calendar)
- Customizable toolbars
更新時間:2019-08-23
更新細節:
What's new in this version:
ActivePresenter 7.5.9
Enhancements:
- [HTML5]: Improve lesson resuming when integrating with LMS
Bugs Fixed:
- Duration of Text To Speech audio is not set correctly
ActivePresenter 7.5.8
- [HTML5]: List is not displayed correctly
ActivePresenter 7.5.7
- Text is not converted correctly when opening some version 6 - projects
- Bullet styling works incorrectly in some cases
- The program crashes when editing shapes in some cases
- Video saving issue when copying to slide pools
- Can not reset to default slide name by typing an empty value
- [Recording]: Empty slide created when dragging mouse
- [HTML5]: Some specific keys on Finnish keyboard don't work on Firefox
- [HTML5]: Question randomization is not even
- [HTML5]: The program crashes when exporting some projects
ActivePresenter 7.5.6
Bugs fixed:
- Quality issue when exporting to MKV video
- Warning message appears when starting the program on some computers
- [HTML5]: Text box is not focused automatically on Internet Explorer
- [macOS]: Some video frames are blurry when exporting to MP4
- [macOS]: Recorded cursors are small when recording with Retina display
ActivePresenter 7.5.5
Windows:
- The program hangs up in some cases
Recording:
- Audio is not synced with recorded content when recording simulation in some cases
HTML5:
- Partial score works incorrectly in some questions
ActivePresenter 7.5.4
- Audio playback issue on some specific computers
- Text typing operation is not recorded correctly in some cases
ActivePresenter 7.5.3
Bugs Fixed:
- [HTML5]: Interaction auto focus doesn't work if slide has background image
- [HTML5]: Media player toolbar is under video on Google Chrome in some special cases
- [HTML5]: Multiple blanks in review mode works incorrectly
- [HTML5]: jQuery in JavaScript doesn't work
- [HTML5]: CSS warning in Firefox
- The program becomes less responsive when editing short looped audio
- Timeline playhead is too difficult to manipulate in high DPI screen
ActivePresenter 7.5.2
- Program crashes after previewing in some cases
- [HTML5]: Audio and animation are out of sync in some cases
ActivePresenter 7.5.1
Enhancements:
- [macOS]: Support macOS 10.14 and its dark theme mode
- [macOS]: Support exporting to PDF
- [macOS]: Better Retina display support
- [macOS]: Record System Audio with Background Music
Bugs Fixed:
- [Recording]: Text in target application is capitalized incorrectly
- [Recording]: The Recording Toolbar is reset after selecting Re-capture
- [HTML5]: Some player skins show incorrectly in old versions of Safari
- [HTML5]: Browser hangs up in some cases when using Drag-n-Drop with the Shuffle Answer option
- Default project size is saved when selecting Cancel in the Preferences dialog
- Event Editor is less responsive when project has many slides
- Can not select font name for shape which has no text
- Elements of formula are clipped in some cases
- Some other bugs fixed
ActivePresenter 7.5.0
New Features:
- Feedback Master: Easy to design, manage question feedbacks
- Advanced Action: Define and reuse a bunch of actions without hassle
- Equation: Insert math or any science equation into shape or question. Support pasting equation from Microsoft Office
- Audio Normalization
- Publish To YouTube
- Animated Timer
- Icon library: There are dozens of new prebuilt icons to choose from
- Add more themes and sound effects
- [HTML5]: New player designs, more decent skins and presets
- [HTML5]: Show author video and information in output
- [HTML5]: Add Text Scale option for responsive project
- [HTML5]: Customizable Pre-loader
- [HTML5]: Attach resources to project
- [HTML5]: Support Course Review
- [macOS]: Support exporting to PDF
Enhancements:
- Support editing points for preset shapes
- Improve performance
- Drag Source now supports Drop Accept and Drop Reject states
- [HTML5]: Variable values are retained after resuming course
- [HTML5]: Allow selecting fonts for embedding
- [HTML5]: Add option to retain object state when going back to a slide
- [HTML5]: Subtract score when learner performs wrong actions
- [HTML5]: Improve loading time
更新時間:2019-08-21
更新細節:
What's new in this version:
Changes:
Crypto:
- Added an oaepHash option to asymmetric encryption which allows users to specify a hash function when using OAEP padding
Deps:
- Updated V8 to 7.6.303.29
- Improves the performance of various APIs such as JSON.parse and methods called on frozen arrays
- Adds the Promise.allSettled method
- Improves support of BigInt in Intl methods
- Updated libuv to 1.31.0
- UV_FS_O_FILEMAP has been added for faster access to memory mapped files on Windows
- uv_fs_mkdir() now returns UV_EINVAL for invalid filenames on Windows. It previously returned UV_ENOENT
- The uv_fs_statfs() API has been added
- The uv_os_environ() and uv_os_free_environ() APIs have been added
Fs:
- Added fs.writev, fs.writevSync and filehandle.writev (promise version) methods. They allow to write an array of ArrayBufferViews to a file descriptor
Http:
- Added three properties to OutgoingMessage.prototype: writableObjectMode, writableLength and writableHighWaterMark
Stream:
- Added an new property readableEnded to readable streams. Its value is set to true when the 'end' event is emitted
- Added an new property writableEnded to writable streams. Its value is set to true after writable.end() has been called
更新時間:2019-08-16
更新細節:
What's new in this version:
Fixed:
- “Data Dribble”: The attacker requests a large amount of data from a specified resource over multiple streams. They manipulate window size and stream priority to force the server to queue the data in 1-byte chunks. Depending on how efficiently this data is queued, this can consume excess CPU, memory, or both, potentially leading to a denial of service.
- “Ping Flood”: The attacker sends continual pings to an HTTP/2 peer, causing the peer to build an internal queue of responses. Depending on how efficiently this data is queued, this can consume excess CPU, memory, or both, potentially leading to a denial of service.
- “Resource Loop”: The attacker creates multiple request streams and continually shuffles the priority of the streams in a way that causes substantial churn to the priority tree. This can consume excess CPU, potentially leading to a denial of service.
- “Reset Flood”: The attacker opens a number of streams and sends an invalid request over each stream that should solicit a stream of RST_STREAM frames from the peer. Depending on how the peer queues the RST_STREAM frames, this can consume excess memory, CPU, or both, potentially leading to a denial of service.
- “Settings Flood”: The attacker sends a stream of SETTINGS frames to the peer. Since the RFC requires that the peer reply with one acknowledgement per SETTINGS frame, an empty SETTINGS frame is almost equivalent in behavior to a ping. Depending on how efficiently this data is queued, this can consume excess CPU, memory, or both, potentially leading to a denial of service.
- “0-Length Headers Leak”: The attacker sends a stream of headers with a 0-length header name and 0-length header value, optionally Huffman encoded into 1-byte or greater headers. Some implementations allocate memory for these headers and keep the allocation alive until the session dies. This can consume excess memory, potentially leading to a denial of service.
- “Internal Data Buffering”: The attacker opens the HTTP/2 window so the peer can send without constraint; however, they leave the TCP window closed so the peer cannot actually write (many of) the bytes on the wire. The attacker then sends a stream of requests for a large response object. Depending on how the servers queue the responses, this can consume excess memory, CPU, or both, potentially leading to a denial of service.
C- “Empty Frames Flood”: The attacker sends a stream of frames with an empty payload and without the end-of-stream flag. These frames can be DATA, HEADERS, CONTINUATION and/or PUSH_PROMISE. The peer spends time processing each frame disproportionate to attack bandwidth. This can consume excess CPU, potentially leading to a denial of service.