Unity 歷史版本列表 Page15

最新版本 DrawPile 2.2.1

Unity 歷史版本列表

Unity 是一個遊戲開發生態系統:一個強大的渲染引擎完全集成了一整套直觀的工具和快速的工作流程來創建交互式的 3D 和 2D 內容; 輕鬆的多平台發布; 成千上萬的質量,在資源商店和知識共享 community.For 獨立開發者和工作室,Unity&rsquo 的現成的資產; S 民主化生態系統摔破的時間和成本障礙,創造獨特的美麗的遊戲。他們使用 Unity 打造民生做他們喜歡的事情:創建遊戲... Unity 軟體介紹


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

更新時間:2023-03-16
更新細節:

What's new in this version:

- This release contains a single revert of a change that was introduced in v19.8.0 and introduced application crashes

Flipper 0.185.0 查看版本資訊

更新時間:2023-03-16
更新細節:

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

更新時間:2023-03-15
更新細節:

What's new in this version:

- (SEMVER-MINOR) buffer: add Buffer.copyBytesFrom(...)
- (SEMVER-MINOR) events: add listener argument to listenerCount
- (SEMVER-MINOR) lib: add AsyncLocalStorage.bind() and .snapshot()
- (SEMVER-MINOR) src: add fs.openAsBlob to support File-backed Blobs
- (SEMVER-MINOR) tls: support automatic DHE
- (SEMVER-MINOR) url: implement URLSearchParams size getter
- (SEMVER-MINOR) wasi: add support for version when creating WASI
- (SEMVER-MINOR) worker: add support for worker name in inspector and trace_events
- doc: add marco-ippolito to collaborators

JRiver Media Center 30.0.76 (64-bit) 查看版本資訊

更新時間:2023-03-11
更新細節:

What's new in this version:

New:
- Added the image dimensions to the Get Movie & TV Info dialog

Fixed:
- Video analysis could fail to determine the aspect ratio of some video files
- Black bar detection would mis-detect some samples due to wrong seeking and too short analysis
- The "Norwegian Bokmål" language name was not encoded in Unicode properly
- Format Conversion could have unpredictable result if the files being converted were particles

Changed:
- DLNA notifies after resume from sleep on a background thread (instead of hanging the program)
- Video analysis will favor the container-specified aspect ratio, if available and reliable

Nextcloud 3.7.4 查看版本資訊

更新時間:2023-03-10
更新細節:

What's new in this version:

- check German translation for wrong wording
- Fix "Create new folder" menu entries in settings not working correctly on macOS
- Clean up account creation and deletion code
- Fix share dialog infinite loading
- fix edit locally job not finding the user account: wrong user id
- skip e2e encrypted files with empty filename in metadata
- Always discover blacklisted folders to avoid data loss when modifying selectivesync list.
- use new connect syntax
- with cfapi when dehydrating files add missing flag
- Fix avatars not showing up in settings dialog account actions until clicked on
- Fix text labels in Sync Status component
- Fix infinite loading in the share dialog when public link shares are disabled on the server
- Ci/clang tidy checks init variables
- Display 'Search globally' as the last sharees list element
- Resize WebView widget once the loginpage rendered
- Bugfix/do not restore virtual files
- Fix display of 2FA notification.

JRiver Media Center 30.0.74 (64-bit) 查看版本資訊

更新時間:2023-03-09
更新細節:

What's new in this version:

- Fixed: Occasional glitches when selecting a television program by entering a channel number, in Theater view guide grid

Changed:
- The SetField expression function clears the output instead of leaving the field name there
- The timer for TV Recording Manager is no longer started if TV feature is not turned on
- Prime Video in Theater View has a region/country setting
- Prime Video in Theater View can select/play specific episodes for TV series

JRiver Media Center 30.0.73 (64-bit) 查看版本資訊

更新時間:2023-03-05
更新細節:

What's new in this version:

- Fixed: For VST3 plugins on mixed DPI monitors we'll set the VST3 scale so the plugin in DSP studio displays properly

EF Commander 23.03 查看版本資訊

更新時間:2023-03-03
更新細節:

JRiver Media Center 30.0.66 (64-bit) 查看版本資訊

更新時間:2023-02-23
更新細節:

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

更新時間:2023-02-22
更新細節:

What's new in this version:

Changed:
- deps: upgrade npm to 9.5.0
- deps: add ada as a dependency
- doc: add debadree25 to collaborators
- doc: add deokjinkim to collaborators
- doc,lib,src,test: rename --test-coverage
- (SEMVER-MINOR) lib: add aborted() utility function
- (SEMVER-MINOR) src: add initial support for single executable applications
- (SEMVER-MINOR) src: allow optional Isolate termination in node::Stop()
- (SEMVER-MINOR) src: allow blobs in addition to FILE*s in embedder snapshot API
- (SEMVER-MINOR) src: allow snapshotting from the embedder API
- (SEMVER-MINOR) src: make build_snapshot a per-Isolate option, rather than a global one
- (SEMVER-MINOR) src: add snapshot support for embedder API
- (SEMVER-MINOR) src: allow embedder control of code generation policy
- (SEMVER-MINOR) stream: add abort signal for ReadableStream and WritableStream
- test_runner: add initial code coverage support
- url: replace url-parser with ada