Paint.NET 歷史版本列表
Paint.NET 是免費的圖像和照片編輯軟件運行 Windows 的個人電腦。它具有直觀和創新的用戶界面,支持圖層,無限撤消,特殊效果以及各種有用和強大的工具。一個積極發展的在線社區提供友好的幫助,教程和插件.它開始作為由微軟指導的本科學院高級設計項目開發,目前由一些最初從事這項工作的校友維護。最初意圖作為 Windows 附帶的 Microsoft Paint 軟件的免費替代品,它已經發展成為... Paint.NET 軟體介紹更新時間:2019-11-22
更新細節:
What's new in this version:
- Fixed the crash caused by mouse gestures or rocker gestures for closing tabs (thanks thirty)
- Support for Chromium’s minor version update(78.0.3904.87 → 78.0.3904.109)
更新時間:2019-11-14
更新細節:
更新時間: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-02
更新細節:
What's new in this version:
- Fine tuning of SuperDrag
- Support for Chromium’s minor version update(78.0.3904.70 → 78.0.3904.87)
更新時間:2019-11-01
更新細節:
更新時間:2019-11-01
更新細節:
更新時間: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
更新時間:2019-11-01
更新細節:
What's new in this version:
Functionality added or changed:
- Pressing 0 on the keyboard now clears all colored tags from selected items
- More helpful file-not-found dialog
- Restored reopening of closed collection and item panes on startup (removed in 5.0.75)
- Allow “Type:” in addition to “type:” for CSL type override in Extra field
Bugs fixed:
- Fixed Collection Pane and Item Pane toggles in View → Layout
- Fixed number key assignment of colored tags without any items
- Fixed “err is undefined” error message for a rare WebDAV server error
更新時間:2019-10-26
更新細節:
更新時間: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