Mindomo Desktop (64-bit) 歷史版本列表
Mindomo Desktop  64 位是 Windows PC 的免費思維導圖軟件,它獨特地將離線工作與在線編輯和協作相結合。一個易於使用,獨立的思維導圖軟件,具有高度多樣化的功能。如果您正在尋找完整的思維導圖體驗,Mindomo Desktop 還涵蓋了在線和移動同步。免費思維導圖軟件,可以讓您在本地創建思維導圖和概念圖,並在線上傳以便於共享:Mindomo Desktop&nbs... Mindomo Desktop (64-bit) 軟體介紹更新時間:2019-11-13
更新細節:
What's new in this version:
Enhancements:
- Added support for HSQLDB 2.5
Changes:
- Athena: New Connections now default to using the Athena Simba JDBC driver instead of the old version 1 driver. Older connections using the old version 1 driver may no longer show table names in the database browser. The connections should be created again using the new driver
- General: Fonts: Default fonts changed to better match system defaults and better support display of unicode characters
- SQL Editor: Editor font graphics settings changed to better match system defaults
更新時間:2019-11-10
更新細節:
更新時間:2019-11-10
更新細節:
What's new in this version:
New features:
- Email Resent (Bounce) feature
- Improved Mailvelope integration
- Support for Redis and Memcached cache
- Support for SMTPUTF8 and GSSAPI
更新時間:2019-11-08
更新細節:
What's new in this version:
Fixes:
- Fixed backgroundThrottling: false not having an effect
- Fixed broken globalShortcut.registerAll() on Windows and Linux
- Fixed crash on exit in aura platforms with webview
- Fixed exiting HTML fullscreen for cross-origin iframes (e.g. YouTube) while in macOS fullscreen
- Fixed improper label internationalization for the recentDocuments MenuItem
- Fixed issue where app.setAppLogsPath did not work when you provided a valid path
- Fixed webrequest api typings
Other Changes:
- Updated Chromium to 78.0.3904.99
更新時間:2019-11-07
更新細節:
What's new in this version:
Enhancements:
- DynamoDB: Added support for querying for is null and is not null on map attributes
- Query Results: Added font auto detection that tries to select an appropriate font if the current font can't display characters in the results
Changes:
- DynamoDB Database Browser: Expanding a table to show columns now lists key columns first and then remaining columns in alphabetical order
- DynamoDB: Running a select * query now puts the key columns first and the rest of the columns are ordered alphabetically
- DynamoDB: If specifying a column list in a select query against a table, the columns displayed in the results are in the same order as the column list in the select statement
- MySQL Connection Properties: Added the characterEncoding property as an option when using the MySQL JDBC driver
Bug Fixes:
- DynamoDB: is null and is not null syntax in select statements only checking for existence of attribute on the table and not whether it has been set to a NULL attribute value
- SimpleDB: Drop Domains generating tick marks around domains with special characters
更新時間:2019-11-07
更新細節:
What's new in this version:
Bug Fixes
- [VS2019] Fix for loss of VA functionality (and potential crash) that occurs in recent VS2019 updates when the Preview Tab is enabled
- [VS2019] Enabled/restored support for completion and suggestion listboxes in C#
- Rename References and Rename Files close files during their operation if more than 50 have to be opened (user is prompted to continue or cancel before closing files)
- Fixed files missing from Open File in Solution dialog when "Show only files in the current solution" is unchecked (for some cmake scenarios)
- Fixed problem with Add Include that in some cases caused generation of relative path with excessive directory traversal operators (../..)
- [VS2017+] Fixed problem in which VA editor colors reverted to previous theme after changing themes and then opening and closing the VA Options dialog
- Fixed placement of generated code when executing Extract Method in a lambda of an inline class method
- [UE4] Dot to arrow conversion is no longer active in hlsl/hlsli/usf/ush files
- [UE4] Fixed case in which Goto might cause stack overflow crash
- Fixed crash upon right-click of serial number edit control in registration dialog that appears during startup
- [VS2010] Fixed crash during exit after having used the debugger
- Fix for flicker of listbox border while scrolling
- Fix for hang during initialization of Code Inspection
- Fix for issue where VA prevented exit of VS process when initiated during load of solution
- Spell check no longer underlines printf format size specifiers %zu and %llu
- Fixed case in which Quick Info creation might cause a hang (regression in build 2341.0)
更新時間:2019-11-06
更新細節:
What's new in this version:
Changes:
cli:
- Added a new flag (--trace-uncaught) that makes Node.js print the stack trace at the time of throwing uncaught exceptions, rather than at the creation of the Error object, if there is any. This is disabled by default because it affects GC behavior
crypto:
- Added Hash.prototype.copy() method. It returns a new Hash object with its internal state cloned from the original one
dgram:
- Added source-specific multicast support. This adds methods to Datagram sockets to support RFC 4607 for IPv4 and IPv6
fs:
- Added a bufferSize option to fs.opendir(). It allows to control the number of entries that are buffered internally when reading from the directory
meta:
- Added Chengzhong Wu to collaborators
Commits:
- async_hooks: only emit after for AsyncResource if stack not empty
- buffer: improve performance caused by primordia
- build: fix detection of Visual Studio 2017
- build: add workaround for WSL
- build: allow Python 3.8
- build: find Python syntax errors in dependencies
- build: fix pkg-config search for libnghttp2
- build: vcbuild uses default Python, not Py2
- build: prefer python 3 over 2 for configure
- build: python3 support for configure
- cli: whitelist new V8 flag in NODE_OPTIONS
- (SEMVER-MINOR) cli: add --trace-uncaught flag
- crypto: guard with OPENSSL_NO_GOST
- (SEMVER-MINOR) crypto: add Hash.prototype.copy() method
- deps: V8: cherry-pick a7dffcd767be
- deps: V8: cherry-pick e5dbc95
- deps: update npm to 6.12.1
- deps: V8: backport 777fa98
- deps: V8: cherry-pick c721203
- deps: V8: cherry-pick ed40ab1
- (SEMVER-MINOR) dgram: add source-specific multicast support
- doc: add missing hash for header link
- doc: linkify .setupMaster() in cluster doc
- doc: explain http2 aborted event callback
- doc: linkify .fork() in cluster documentation
- doc: update AUTHORS list
- doc: improve doc Http2Session:Timeout
- doc: move inactive Collaborators to emeriti
- doc: add options description for send Apis
- doc: fix an error in resolution algorithm steps
- doc: fix numbering in require algorithm
- doc: remove incorrect and outdated example
- doc: adjust code sample for stream.finished
- doc: claim NODE_MODULE_VERSION=80 for Electron 9
- doc: remove "it is important to" phrasing
- doc: revise os.md
- doc: delete "a number of" things in the docs
- doc: remove dashes
- doc: add legendecas to collaborators
- doc: make YAML matter consistent in crypto.md
- doc,meta: prefer aliases and stubs over Runtime Deprecations
- doc,n-api: sort bottom-of-the-page references
- (SEMVER-MINOR) fs: add bufferSize option to fs.opendir()
- http: support readable hwm in IncomingMessage
- inspector: turn platform tasks that outlive Agent into no-ops
- meta: use contact_links instead of issue templates
- module: resolve self-reference
- n-api,doc: add info about building n-api addons
- src: isolate->Dispose() order consistency
- (SEMVER-MINOR) src: expose granular SetIsolateUpForNode
- src: change env.h includes for forward declarations
- src: split up InitializeContext
- src: fix crash with SyntheticModule#setExport
- src: allow inspector without v8 platform
- stream: extract Readable.from in its own file
- test: use arrow functions for callbacks
- test: verify npm compatibility with releases
- tools: fix Python 3 deprecation warning in test.py
- tools: fix Python 3 syntax error in mac_tool.py
- tools: use print() function in buildbot_run.py
- tools: undefined name opts -> args in gyptest.py
- tools: git rm -r tools/v8_gypfiles/broken
- tools: update ESLint to 6.6.0
- tools: doc: improve async workflow of generate.js
更新時間:2019-11-06
更新細節:
更新時間:2019-11-05
更新細節:
What's new in this version:
Features:
- Added new contextBridge module to make it easier to communicate between an isolated context and the main world
Fixes:
- Fixed nativeTheme not accessible via the remote module
- Fixed a memory leak issue when setting Tray images
- Fixed issue where proxied remote promises might not resolve if Bluebird was installed in the renderer
Other Changes:
- Prepare for 7.1.0
- Updated Chromium to 78.0.3904.94
更新時間:2019-11-03
更新細節:
What's new in this version:
- Fix for an issue that caused some websites or page elements using dynamic JavaScript to fail to load