Paint.NET 歷史版本列表
Paint.NET 是免費的圖像和照片編輯軟件運行 Windows 的個人電腦。它具有直觀和創新的用戶界面,支持圖層,無限撤消,特殊效果以及各種有用和強大的工具。一個積極發展的在線社區提供友好的幫助,教程和插件.它開始作為由微軟指導的本科學院高級設計項目開發,目前由一些最初從事這項工作的校友維護。最初意圖作為 Windows 附帶的 Microsoft Paint 軟件的免費替代品,它已經發展成為... Paint.NET 軟體介紹更新時間:2020-02-14
更新細節:
更新時間:2020-02-02
更新細節:
What's new in this version:
Password Depot 14.0.1 (64-bit)
- Bugs with drop-down lists in the top bar were fixed
- Various improvements and fixes to the user interface
更新時間:2020-02-01
更新細節:
What's new in this version:
- This updates improves performance and significantly reduces memory usage, adds two new translations, and fixes a number of small issues
- Reduced overall memory usage (commit size) by up to 1/3rd by eliminating the per-image scratch buffer
- Greatly improved performance when finishing actions of most tools by employing a shared cache between the render and commit code paths
- Reduced memory usage when working with many tools by consolidating homogenous tiles (those that are comprised of a single color value)
- Significantly improved performance of most history actions (commit, undo, redo) by switching from NTFS compression to multithreaded LZ4 compression for history files
- Significantly improved performance of undo/redo with very complex selections (e.gfrom the Magic Wand tool)
- Improved performance of Image -> Flatten (also affects flattening when saving)
- Improved performance of the Invert Colors and Desaturate adjustments by disabling hardware acceleration for them (too much overhead in copying tiles to the GPU for such trivial rendering kernels)
- Improved performance when saving by moving thumbnail rendering for the File -> Open Recent menu to a background thread
- Reduced memory usage when printing, and removed a rare crash that was related to its use of the (now removed) scratch buffer
- Improved performance of effect rendering when a complex selection is active (improved caching)
- New: Added a "busy spinner" to the canvas when using the Magic Wand and Paint Bucket tools
- New translation: Hebrew (HE)
- New translation: Slovak (SK)
- Fixed a really goofy crash that required drawing with the paintbrush and, without letting go of the mouse button, moving the mouse into the toolbar and then using the mouse wheel to change the brush width
- Fixed a layout bug with the image list button
- Fixed an error that prevented saving some images as JPEGs if they had EXIF Interop metadata (PropertyNotFoundException)
- Fixed a crash when running on a CPU that supports AVX but with an OS that is configured to not support it (via bcdedit /set xsavedisable 1)
- Fixed a crash when pressing the spacebar after switching to a tool but before it has received any mouse input events
- Fixed a rare crash when opening the Levels adjustments with certain types of selections
- Fixed a crash when checking for updates with an expired alpha/beta build
- Fixed a crash (FileLoadException) when DLLs are not updated correctly by the updater
- Updated WebPFileType plugin to version 1.3.2
- Updated DDSFileTypePlus plugin to version 1.9 9This adds support for X8B8G8R8 and R8G8B8 formats, and fixes a visual glitch when previewing cube maps in some formats
更新時間:2020-02-01
更新細節:
What's new in this version:
Changes:
crypto:
- fix key requirements in asymmetric cipher
deps:
- update llhttp to 2.0.1
- update nghttp2 to 1.40.0
- v8: mark serdes API as stable
更新時間:2020-02-01
更新細節:
更新時間:2020-01-27
更新細節:
What's new in this version:
MPV-EASY Player 0.32.0.1 update content:
- Now use auto-safe as the default parameter for hard solutions
- Menu-[Adjust video aspect ratio] Add [2.4: 1] option
MPV-EASY borderless GUI mode:
- OSC imitation Gaussian blur supports adjusting the frame rate
MPV-EASY setting interface:
- An auto-safe option was added to the hard mode
- Add [Frame Rate] option to imitate Gaussian blur
- Updated language files for new settings
- Updated reset function for new settings
更新時間:2020-01-23
更新細節:
更新時間:2020-01-22
更新細節:
What's new in this version:
deps:
- upgrade to libuv 1.34.1
- upgrade npm to 6.13.6
module:
- add API for interacting with source maps
- loader getSource, getFormat, transform hooks
- logical conditional exports ordering
- unflag conditional exports
process:
- allow monitoring uncaughtException
Commits:
- async_hooks: remove internal only error checking
- benchmark: add default type in getstringwidth.js
- benchmark: benchmarking impacts of async hooks on promises
- build: remove enable_vtune from vcbuild.bat
- build: add vs2019 to vcbuild.bat help
- build: fix macos runner type in GitHub Action
- build: fix step name in GitHub Actions workflow
- build: add GitHub actions to run linters
- build: silence OpenSSL Windows compiler warnings
- build: silence c-ares Windows compiler warnings
- build: test Python 3 using GitHub Actions-based CI
- build: avoid using CMP for BZ2File
- child_process: remove unnecessary use of inner state
- deps: V8: cherry-pick d89f4ef1cd62
- deps: V8: cherry-pick b9d33036e9a8
- deps: upgrade to libuv 1.34.1
- deps: upgrade npm to 6.13.6
- deps: deactivate failing tests corresponding to experimental features
- doc: add missing code formatting in vm.md
- doc: standardize on "host name" in url.md
- doc: standardize on "host name" in tls.md
- doc: standardize on "host name" in os.md
- doc: standardize on "host name" in net.md
- doc: standardize on "host name" in https.md
- doc: standardize on "host name" in http2.md
- doc: standardize on "host name" in fs.md
- doc: standardize on "host name" in errors.md
- doc: standardize on "host name" in dgram.md
- doc: standardize on "host name" in deprecations.md
- doc: standardize on "host name" in async_hooks.md
- doc: fix a code example in crypto.md
- doc: add an example for util.types.isExternal
- doc: fix example of parsing request.url
- doc: document readline key bindings
- doc: improve doc v8.getHeapSpaceStatistics() 'GetHeapSpaceStatistics'
- doc: update README to make Node.js description clearer
- doc: fix a code example in zlib.md
- doc: add GeoffreyBooth to collaborators
- doc: update description of External
- doc: rename iterator to iterable in examples
- doc: fix stream async iterator sample
- doc: correct filehandle.[read|write|append]File()
- doc: prefer server vs srv and client vs clt
- doc: explain native external types
- doc,src: clarify that one napi_env is per-module
- errors: remove dead code in ERR_INVALID_ARG_TYPE
- fs: add missing HandleScope to FileHandle.close
- fs: use async writeFile in FileHandle#appendFile
- http2: skip creating native ShutdownWrap
- lib: replace BigInt64Array global by the primordials
- lib: add Uint16Array primordials
- lib: add RegExp primordials
- lib: replace Float32Array global by the primordials
- lib: replace BigUInt64Array global by the primordials
- lib,tools,test: remove custom number-isnan rule
- module: fix check exports issue in cjs module loading
- (SEMVER-MINOR) module: unflag conditional exports
- (SEMVER-MINOR) module: add API for interacting with source maps
- module: logical conditional exports ordering
- module: loader getSource, getFormat, transform hooks
- n-api: return napi_invalid_arg on napi_create_bigint_words
- (SEMVER-MINOR) n-api: add napi_get_all_property_names
- (SEMVER-MINOR) process: allow monitoring uncaughtException
- readline: improve unicode support and tab completion
- readline: move charLengthLeft() and charLengthAt()
- readline: improve getStringWidth()
- readline,repl: support tabs properly
- readline,repl: improve history up/previous
- readline,repl: skip history entries identical to the current line
- readline,repl: add substring based history search
- repl: do not preview while pasting code
- repl: fix preview cursor position
- repl: change preview default in case of custom eval functions
- repl: activate previews for lines exceeding the terminal columns
- repl: improve preview length calculation
- repl,readline: clean up code
- src: fix performance regression in node_file.cc
- src: use uv_guess_handle() to detect TTYs
- src: include uv.h in node_binding header
- src: change GetStringWidth's expand_emoji_sequence option default
- src: improve GetColumnWidth performance
- src: fix -Wbraced-scalar-init warning
- src: add build Github Action
- src: remove node::InitializeV8Platform()
- src: remove uses of node::InitializeV8Platform()
- src: clean up large_pages code
- stream: fix async iterator destroyed error propagation
- stream: simplify push
- stream: clean up definition using defineProperties
- stream: replace Function.prototype with primordial
- stream: sync stream unpipe resume
- test: stricten readline keypress failure test condition
- test: allow disabling crypto tests
- test: add repl tests to verify unicode support in previews
- test: fix recursive rm test to actually use tmpdir
- test: check that --insecure-http-parser works
- test: remove unused symlink loop
- test: prefer server over srv
- test: fix unit test logging with python3
- test,module: add test for exports cjs loader check
- tools: remove obsolete dependencies
- tools: update remark-preset-lint-node to 1.12.0
- tools: update JSON header parsing for backticks
- tools: ensure consistent perms of signed release files
- tools: add clang-tidy rule in src
- util: add todo comments for inspect to add unicode support
- (SEMVER-MINOR) vm: add code cache support for SourceTextModule
- wasi: improve use of primordials
- win: change to use Python in install tool
更新時間:2020-01-17
更新細節:
更新時間:2020-01-15
更新細節:
What's new in this version:
- Better tracking of some Windows Store apps
- ManicTimeSettings.xml file, if user was not allowed to changes settings, he/she was also not allowed access to Plugin manager. From now on, this setting only applies to Settings, not Plugin manager
- Bug fixes