Notezilla 歷史舊版本 Page6

最新版本 Notezilla 9.0.27

Notezilla 歷史版本列表

Notezilla 是一個用於 Windows 的粘滯便箋軟件,旨在保持您的裝備精良& 精心組織。它可以讓你快速記下粘滯便箋(看起來像是 3M Post-It&Note; 注意),就在你的 Windows 桌面上,給你最好的便簽體驗。桌面上的便簽可以更快地訪問所需的信息! 通過可選的云同步功能,您可以在計算機之間同步便簽,使用我們的 iPhone / iPad,Android,Window... Notezilla 軟體介紹


Pinegrow Web Editor 6.0 查看版本資訊

更新時間:2021-06-10
更新細節:

What's new in this version:

- Design panel Floating tools
- Replace colors
- Move up and down
- Tree auto collapse
- CSS fields
- Monaco code editor and more

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

更新時間:2021-06-03
更新細節:

What's new in this version:

cli:
- add -C alias for --conditions flag

deps:
- add workspaces support to npm install commands

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

更新時間:2021-05-19
更新細節:

What's new in this version:

- async_hooks: use new v8::Context PromiseHook API
- lib: support setting process.env.TZ on windows
- (SEMVER-MINOR) module: add support for URL to import.meta.resolve
- (SEMVER-MINOR) process: add 'worker' event
- (SEMVER-MINOR) util: add util.types.isKeyObject and util.types.isCryptoKey

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

更新時間:2021-05-05
更新細節:

What's new in this version:

- Async_hooks,doc: replace process.stdout.fd with 1
- Benchmark: avoid using console.log()
- Benchmark: use process.hrtime.bigint()
- Bootstrap: freeze more intrinsics
- Build: fix label-pr workflow
- Build: label PRs with GitHub Action instead of nodejs-github-bot

Crypto:
- don't crash with some selfsigned certs
- fix generateKeyPair type checks
- fix scrypt keylen validation
- fix DiffieHellman generator validation

Debugger:
- enable linter on internal/inspector/inspect_client
- refactor internal/inspector/_inspect to use more primordials
- apply automatic lint fixes for inspect_repl.js
- apply automatic lint fixes for _inspect.js
- remove unused function argument
- align message with Node.js standard
- add usage example for --port
- fix race condition/deadlock on initialization
- replace internal use of deprecated API
- allow longer time to connect
- accommodate line chunking in Windows
- fix inspect restart on Windows
- remove unused code
- move node-inspect to internal library

Deps:
- V8: cherry-pick fd75c97d3f56
- upgrade npm to 7.11.2
- update to [email protected]
- patch V8 to 9.0.257.24
- patch V8 to 9.0.257.21
- update llhttp to 6.0.1
- patch V8 to 9.0.257.19

- Revert "doc: os.uptime() temporary bug notice"
- Fix outdated util inspect documentation and layout example

Doc:
- mark Node.js 10 as End-of-Life
- mark querystring api as legacy
- update node-api support matrix
- add arguments for stream event of Http2Server and Http2SecureServer
- indicate that abort tests do not generate core files
- add try/catch in http2 respondWithFile example
- note the system requirements for V8 tests
- minor clarification to pathObject
- clarify that fs.Dir async iterator closes automatically
- document new TCP_KEEPCNT and TCP_KEEPINTVL socket option defaults
- do not mention TCP in the allowHalfOpen option description
- update message to match actual output
- request default snap track be updated for LTS
- mark process.hrtime() as legacy
- fix typo in worker_threads.md
- fix version history for "exports" patterns
- fix package.json "imports" field history
- fix typo in buffer.md
- fix YAML comment opening tags
- add nodejs-sec email template
- document 'secureConnect' event limitation

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

更新時間:2021-04-21
更新細節:

What's new in this version:

Deprecations and Removals:
- Remove permissive rmdir recursive
- Runtime deprecate rmdir recursive option
- Runtime deprecate access to process.binding('http_parser')
- Runtime deprecate access to process.binding('url')
- Make process.binding('util') return only type checkers
- Runtime deprecate access to process.binding('crypto')
- Runtime deprecate access to process.binding('signal_wrap')
- Runtime deprecate access to process.binding('v8')
- Runtime deprecate access to process.binding('async_wrap')
- Remove module.createRequireFromPath
- Runtime deprecate subpath folder mappings
- Runtime deprecate "main" index and extension lookups
- Runtime deprecate invalid package.json main entries
- Runtime deprecate changing process.config

Stable Timers Promises API:
- The Timers Promises API provides an alternative set of timer functions that return Promise objects. Added in Node.js v15.0.0, in this release they graduate from experimental status to stable.
- Remove support for Python 2
- Default PYTHON to python3 in Makefile
- Update Makefile to support fat binary
- Warn for gcc versions earlier than 8.3.0
- Update minimum supported Xcode to 11
- Update minimum supported GCC to 8.3
- Update AIX to GCC8 for v16.x
- Set arch in Distribution.xml

V8 9.0:
- The V8 JavaScript engine is updated to V8 9.0, including performancetweaks and improvements.
- This update also brings the ECMAScript RegExp Match Indices, which provide the start and end indices of the captured string. The indices array is available via the `.indices` property on match objects when the regular expression has the `/d` flag.

Other Notable Changes:
- Graduate assert.match and assert.doesNotMatch
- Expose btoa and atob as globals
- Bump minimum ICU version to 68
- Update ICU to 69.1
- Update llhttp to 6.0.0
- Upgrade npm to 7.10.0
- Add http.ClientRequest.getRawHeaderNames()
- Update cluster to use Parent
- Add support for `node:`‑prefixed `require(…)`
- Add histogram option to timerify
- Add auto‑completion for `node:`‑prefixed `require(…)`
- Add getSystemErrorMap() impl

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

更新時間:2021-04-07
更新細節:

What's new in this version:

Vulnerabilties Fixed:
- CVE-2021-3450: OpenSSL - CA certificate check bypass with X509_V_FLAG_X509_STRICT (High):
- This is a vulnerability in OpenSSL which may be exploited through Node.js

Impacts:
- All versions of the 15.x, 14.x, 12.x and 10.x releases lines

CVE-2021-3449: OpenSSL - NULL pointer deref in signature_algorithms processing (High):
- This is a vulnerability in OpenSSL which may be exploited through Node.js

Impacts:
All versions of the 15.x, 14.x, 12.x and 10.x releases lines

CVE-2020-7774: npm upgrade - Update y18n to fix Prototype-Pollution (High):
- This is a vulnerability in the y18n npm module which may be exploited by prototype pollution

Impacts:
- All versions of the 14.x, 12.x and 10.x releases lines

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

更新時間:2021-04-01
更新細節:

What's new in this version:

buffer:
- implement btoa and atob

deps:
- upgrade npm to 7.7.6
- This update adds workspaces support to npm run and npm exec

doc:
- add legacy status to stability index
- add @linkgoron to collaborators

http:
- add http.ClientRequest.getRawHeaderNames()

ExpanDrive 7.7.8 查看版本資訊

更新時間:2021-03-29
更新細節:

What's new in this version:

- new: Improved auto-updater for per-connection updates

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

更新時間:2021-03-18
更新細節:

What's new in this version:

crypto:
- add optional callback to crypto.sign and crypto.verify
- support JWK objects in create*Key

deps:
- switch openssl to quictls/openssl
- update to [email protected]

fs:
- improve fsPromises writeFile performance
- improve fsPromises readFile performance

lib:
- implement AbortSignal.abort()

node-api:
- define version 8

worker:
- add setEnvironmentData/getEnvironmentData

Pinegrow Web Editor 5.992 查看版本資訊

更新時間:2021-03-18
更新細節:

What's new in this version:

Bootstrap 5 – Beta:
- Bootstrap 5 is currently at Beta 2 release
- Normally, we refrain from releasing support for Beta versions of frameworks
- But in this case, we had a release coming up anyway, and decided it makes sense to also release the Bootstrap 5 support in its current form
- Please note that we are releasing this as a Beta feature, which means, as the Bootstrap 5 itself, it might not yet be fully polished

What’s new in Bootstrap 5:
- You’ll notice that Bootstrap 5 is very similar to Bootstrap 4. The main change is that Bootstrap JavaScript features no longer require jQuery

Improved text editing mode:
- Text editing mode lets you edit any text directly in the page view
- It is activated by clicking on the Text edit icon in the top toolbar, by clicking on the same icon in the selected element menu or by double-clicking on any text on the page
- Until now, once the Text edit mode was active it stayed active until you clicked on Done button, pressed ESC key or turned it off in the toolbar
- We noticed that this caused issues for many new users who unintentionally activated the text editing mode and then were not aware that they need to switch it off in order to return to the normal editing mode
- To help with that, the Text editing mode can now be turned off automatically when another element is selected. This behavior is on by default and can be toggled on or off with the checkbox next to the Done button.
- So, if you are a pro Pinegrow user, and wish to keep the Text editing mode active when switching between elements on the page, just uncheck the checkbox

WordPress custom image sizes:
- The limit of the number of custom image sizes that can be configured in WordPress -> Theme Settings has been increased to 6

Fixed:
- The issues with converting stylesheets to SCSS/LESS have been fixed