Unity 歷史版本列表
Unity 是一個遊戲開發生態系統:一個強大的渲染引擎完全集成了一整套直觀的工具和快速的工作流程來創建交互式的 3D 和 2D 內容; 輕鬆的多平台發布; 成千上萬的質量,在資源商店和知識共享 community.For 獨立開發者和工作室,Unity&rsquo 的現成的資產; S 民主化生態系統摔破的時間和成本障礙,創造獨特的美麗的遊戲。他們使用 Unity 打造民生做他們喜歡的事情:創建遊戲... Unity 軟體介紹更新時間:2022-11-30
更新細節:
What's new in this version:
Time zone update:
- Time zone data has been updated to 2022f. This includes changes to Daylight Savings Time (DST) for Fiji and Mexico.
Other notable changes:
buffer:
- (SEMVER-MINOR) introduce File class
deps:
- update V8 to 10.8.168.20
doc:
- deprecate use of invalid ports in url.parse
util:
- add fast path for utf8 encoding
更新時間:2022-11-14
更新細節:
What's new in this version:
Notable changes:
The following CVEs are fixed in this release:
- CVE-2022-3602: X.509 Email Address 4-byte Buffer Overflow (High)
- CVE-2022-3786: X.509 Email Address Variable Length Buffer Overflow (High)
- CVE-2022-43548: DNS rebinding in --inspect via invalid octal IP address (Medium)
- More detailed information on each of the vulnerabilities can be found in November 2022 Security Releases blog post
更新時間:2022-11-10
更新細節:
What's new in this version:
- Fix call notification dialog buttons
- emit missing signal to update folder sync status icon
- Fix macOS autoupdater settings
- Validate and sanitise edit locally token and relpath before sending to serverin #5106
- Fix compatibility with newer python3-nautilus
- Refactor FolderMan's "Edit Locally" capabilities as separate class
- use new public API to open an edit locally URL
- Use separate variable for cfg file name in CMAKE.
- Fix stable-3.6 compile on macOS
- Fix bad backport of CustomButton changes in Stable-3.6
- Backport/5067/stable 3.6
- Backport/5092/stable 3.6
- properly escape a path when creating a test file during tests
更新時間:2022-11-07
更新細節:
What's new in this version:
Added:
- option to color menu to restore foreground and background colors on startup
- You can now double the border of the text layer (in response to requests from VTubers)
- noise filter
- presets to channel operation filters
- "Merge Layers" menu to the layer list popup
Fixed:
- a problem with symmetrical brush rendering when a layer is hidden in the upper left corner
- "Draft" has been added to "Properties" in the Layer menu
更新時間:2022-11-05
更新細節:
What's new in this version:
Fixed:
- X.509 Email Address 4-byte Buffer Overflow (High)
- X.509 Email Address Variable Length Buffer Overflow (High)
- DNS rebinding in --inspect via invalid octal IP address (Medium)
更新時間:2022-10-28
更新細節:
What's new in this version:
Changed:
- At the end run a ucrt64 shell instead of a mingw64 one, see msys2/MINGW-packages#13371
- The usual round of package updates
更新時間:2022-10-25
更新細節:
更新時間:2022-10-20
更新細節:
What's new in this version:
- Fix wrong estimated time when doing sync
- Bugfix/selective sync abort error
- Bugfix/conflict resolution when selecting folder
- Fix menu bar height calculation on macOS
- Fix add account window text clipping, enlarge text
- Accept valid lsColJob reply XML content types
- Fix low-resolution file changed overlay icons in activities
- Deallocate call notification dialog objects when closed
- Ensure that the file being processed has had its etag properly sanitised, log etag more
- Ensure strings in main window QML are presented as plain text and not HTML
- Do not format text in QML components as HTML
- Fix two factor authentication notification
- Bring back .lnk files on Windows and always treat them as non-virtual files
- Fix 'Reply' primary property
- Update after tx migrate
- Command-line client. Do not trust SSL certificates by default, unless '--trust' option is set.
- Fix invisible user status selector button not being checked when user is in Offline mode
- Fix link shares default expire date being enforced as maximum expire date even when maximum date enforcement is disabled on the server
- Backport/4989/stable 3.6
- use correct version copmparison on NSIS updater: fix update from rc
- Improve 'Handle local file editing' feature. Add loading popup. Add f…
- Backport/5039/bugfix/check token for edit locally requests
- Fix account not found when doing local file editing
- Fix two factor auth notification: activity item was disabled
- Fix predefined status text formatting
- Fix sync progress bar colours in dark mode
- Improve handling of file name clashes
- Ensure placeholder message in emoji picker wraps correctly
更新時間:2022-10-19
更新細節:
What's new in this version:
Notable Changes:
Deprecations and Removals:
- (SEMVER-MAJOR) module: runtime deprecate exports double slash maps
- (SEMVER-MAJOR) process: runtime deprecate coercion to integer in process.exit()
更新時間:2022-10-14
更新細節:
What's new in this version:
Notable changes:
- watch mode (experimental)
- Running in 'watch' mode using node --watch restarts the process when an imported file is changed
- Contributed by Moshe Atlow
Other notable changes:
fs:
- (SEMVER-MINOR) add FileHandle.prototype.readLines
http:
- (SEMVER-MINOR) add writeEarlyHints function to ServerResponse
http2:
(SEMVER-MINOR) make early hints generic
lib:
- (SEMVER-MINOR) refactor transferable AbortSignal
src:
- (SEMVER-MINOR) add detailed embedder process initialization API
util:
- (SEMVER-MINOR) add default value option to parsearg