Camtasia Studio 歷史舊版本 Page17

最新版本 Camtasia Studio 2023.2.0

Camtasia Studio 歷史版本列表

一個功能強大但易於使用的屏幕錄像機,Camtasia Studio 可以幫助您創建專業視頻,而不必成為視頻專業人士。輕鬆記錄您的屏幕移動和操作,或從相機或其他來源導入高清視頻。在 Mac 和 Windows 平台上自定義和編輯內容,並在幾乎任何設備上與觀眾分享您的視頻。下載 Camtasia Studio 適用於 Windows 的脫機安裝程序安裝程序.顯示您的想法,傳播信息或與視頻分享知識。從快... Camtasia Studio 軟體介紹


BirdFont for Windows 3.23.5 查看版本資訊

更新時間:2019-05-20
更新細節:

Photo Mechanic 6.0 (build 3143) 查看版本資訊

更新時間:2019-05-15
更新細節:

What's new in this version:

- Fixed: Shift-Up/Down arrow keys work in reverse for a range selection on the Contact Sheet.
- Fixed: View crop crashes in PM6.
- Fixed: AutoPlay launching PM when PM is already running produces error instead of performing ingest/open operation.
- Fixed: Navigator/Favorites doesn't see new folders that PM creates. User must refresh manually.
- Keyboard shortcuts related to right click menu in Navigator have been revamped.
- Updated Photo Mechanic installer to improve the user experience. In particular, managing of the optional third-party GStreamer install should be easier

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

更新時間:2019-05-09
更新細節:

What's new in this version:

Changes:

Deps:
- Updated llhttp to 1.1.3. This fixes a bug that made Node.js' HTTP parser refuse any request URL that contained the "|" (vertical bar) character (Fedor Indutny) #27595.

Tls:
- Added an enableTrace() method to TLSSocket and an enableTrace option to tls.createServer(). When enabled, TSL packet trace information is written to stderr. This can be used to debug TLS connection problems (cjihrig)

Cli:
- Added a --trace-tls command-line flag that enables tracing of TLS connections without the need to modify existing application code (cjihrig)
- Added a --cpu-prof-interval command-line flag. It can be used to specify the sampling interval for the CPU profiles generated by --cpu-prof (Joyee Cheung)

Module:
- Added the createRequire() method. It allows to create a require function from a file URL object, a file URL string or an absolute path string. The existing createRequireFromPath() method is now deprecated (Myles Borins)
- Throw on require('./path.mjs'). This is technically a breaking change that should have landed with Node.js 12.0.0. It is necessary to have this to keep the possibility for a future minor version to load ES Modules with the require function (Myles Borins)

Repl:
- The REPL now supports multi-line statements using BigInt literals as well as public and private class fields and methods (Ruben Bridgewater)
- The REPL now supports tab autocompletion of file paths with fs methods (Anto Aravinth)

Meta:
- Added Christian Clauss to collaborators

Ocenaudio 3.6.4 (64-bit) 查看版本資訊

更新時間:2019-05-07
更新細節:

What's new in this version:

- Fix VST issue

UltraMixer 6.1.5 (64-bit) 查看版本資訊

更新時間:2019-05-07
更新細節:

Camtasia Studio 2019.0.1 (64-bit) 查看版本資訊

更新時間:2019-05-07
更新細節:

What's new in this version:

Camtasia Studio 2019.0.1 (64-bit)
- Fixed issue that prevented selecting the last line of a callout using Shift-DownArrow
- Fixed issue that caused user's editing cursor to get stuck in callouts when font size changed
- Fixed issue that could prevent waveform rendering when using a stitch in conjunction with clip speed
- Spacebar now always plays or pauses playback, and ignores the currently focused button
- Improved support for respecting users' machine language settings regarding numbers on the Properties panel
- Update mp4v2 resolving: CVE-2018-14054, CVE-2018-14325, CVE-2018-14326, CVE-2018-14379, CVE-2018-14403, CVE-2018-14446
- Changes to track height are now saved with the project
- Fixed issue that could cause unwanted changes to effect timings when stitching and unstitching media
- Fixed issue that caused a crash when importing very old camrec files
- Fixed issue that caused animated GIF files to only show the first frame during Media Bin preview
- Improved snapping behavior when trimming multiple media at once


Camtasia Studio 2019.0.0 (64-bit)

- Added ability to automatically adjust audio levels with defined Loudness Units Full Scale (LUFS) normalization
- Added new mouse cursor effect to smooth out cursor movements
- Expanded number of customizable product hotkeys and shortcuts
- Added new Block Text style for annotations
- Added properties to adjust vertical and horizontal text spacing in annotations
- Added Whip Spin transition
- Add ability to include logos and images to Themes
- Added additional device frames for download in TechSmith Assets
- Added “Open in Camtasia” option for TechSmith Asset downloads
- Improved SmartFocus functionality
- Updated Canvas preset sizes to match more modern devices and platforms
- Added support for importing and using PDF files
- Fixed an issue that could cause the Camtasia Recorder to record a black frame at the beginning of recording
- Fixed an issue preventing H.263-encoded mp4s from playing back properly
- Fixed a problem that impacted editing performance on systems with Intel Integrated graphics processors when scaling down large images
- Fixed a problem that impacted editing performance on systems with Intel Integrated graphics processors when applying Behaviors to text callouts
- Fixed a crash that could occur while editing a clip with both a stitch and the clip speed effect applied
- Fixed an issue that could cause audio clips to seek incorrectly across splits
- Retired FTP output
- Retired ability to add new Legacy Callouts to a project
- Update mp4v2 resolving: CVE-2018-14054, CVE-2018-14325, CVE-2018-14326, CVE-2018-14379, CVE-2018-14403, CVE-2018-14446

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

更新時間:2019-04-30
更新細節:

What's new in this version:

Notable changes:
intl:
- Update ICU to 64.2. This adds support for Japanese Era
- Fixes a bug in ICU that affected Node.js 12.0.0 in the case where new Date().toLocaleString() was called with a non-default locale

C++ API:
- Added an overload EmitAsyncDestroy that can be used during garbage collection

Commits:
- benchmark: fix http bench-parser.js
- bootstrap: delay the instantiation of maps in per-context scripts
- build: allow icu download to use other hashes besides md5
- build: disable custom v8 snapshot by default
- crypto: update root certificates
- deps: backport ICU-20575 to fix err/crasher
- deps: backport ICU-20558 to fix Intl crasher
- deps: update ICU to 64.2
- dgram: change 'this' to 'self' for 'isConnected'
- doc: add Node 12 to the first list of versions
- doc: update comment in bootstrap for primordials
- doc: simplify GOVERNANCE.md text
- doc: fix pull request number
- doc: clarify behaviour of writeFile(fd)
- doc: fix v12.0.0 changelog id
- doc: simplify Collaborator pre-nomination text
- lib: throw a special error in internal/assert
- module: initialize module_wrap.callbackMap during pre-execution
- (SEMVER-MINOR) n-api: do not require JS Context for napi_async_destroy()
- process: reduce the number of internal frames in async stack trace
- report: print common items first for readability
- src: refactor deprecated UVException in node_file.cc
- src: move OnMessage to node_errors.cc
- src: use predefined AliasedBuffer types in the code base
- src: apply clang-tidy modernize-deprecated-headers found by Jenkins CI
- (SEMVER-MINOR) src: do not require JS Context for ~AsyncResoure()
- (SEMVER-MINOR) src: add Environment overload of EmitAsyncDestroy
- src: apply clang-tidy rule modernize-use-equals-default
- src: use std::vector<size_t> instead of IndexArray
- src: enable context snapshot after running per-context scripts
- src: enable snapshot with per-isolate data
- src: implement IsolateData serialization and deserialization
- src: allow creating NodeMainInstance that does not own the isolate
- test: refactor net-connect-handle-econnrefused
- test: move test-net-connect-handle-econnrefused
- test: rework to remove flakiness, and be parallel
- test: fix ineffective error tests
- test: make test-worker-esm-missing-main more robust
- test: increase coverage in lib/internal/dns/promises.js
- tls: include invalid method name in thrown error
- tools: update certdata.txt
- tools: update LICENSE and tools/icu/current_ver.dep
- tools: fix use-after-free mkcodecache warning
- tools: update tools/license-builder.sh
- tools: implement node_mksnapshot
- util: add prototype support for boxed primitives
- util: rename setIteratorBraces to getIteratorBraces
- util: improve Symbol.toStringTag handling

Camtasia Studio 2019.0.0 (64-bit) 查看版本資訊

更新時間:2019-04-30
更新細節:

What's new in this version:

- Added ability to automatically adjust audio levels with defined Loudness Units Full Scale (LUFS) normalization
- Added new mouse cursor effect to smooth out cursor movements
- Expanded number of customizable product hotkeys and shortcuts
- Added new Block Text style for annotations
- Added properties to adjust vertical and horizontal text spacing in annotations
- Added Whip Spin transition
- Add ability to include logos and images to Themes
- Added additional device frames for download in TechSmith Assets
- Added “Open in Camtasia” option for TechSmith Asset downloads
- Improved SmartFocus functionality
- Updated Canvas preset sizes to match more modern devices and platforms
- Added support for importing and using PDF files
- Fixed an issue that could cause the Camtasia Recorder to record a black frame at the beginning of recording
- Fixed an issue preventing H.263-encoded mp4s from playing back properly
- Fixed a problem that impacted editing performance on systems with Intel Integrated graphics processors when scaling down large images
- Fixed a problem that impacted editing performance on systems with Intel Integrated graphics processors when applying Behaviors to text callouts
- Fixed a crash that could occur while editing a clip with both a stitch and the clip speed effect applied
- Fixed an issue that could cause audio clips to seek incorrectly across splits
- Retired FTP output
- Retired ability to add new Legacy Callouts to a project
- Update mp4v2 resolving: CVE-2018-14054, CVE-2018-14325, CVE-2018-14326, CVE-2018-14379, CVE-2018-14403, CVE-2018-14446

X-VPN 42.0_328 查看版本資訊

更新時間:2019-04-30
更新細節:

BlueJ 4.2.1 查看版本資訊

更新時間:2019-04-30
更新細節:

What's new in this version:

- Fixed a startup freeze that could cause BlueJ to be forever stuck on the splash screen in Windows
- Fixed a window positioning issue that could cause BlueJ windows to appear off-screen (and thus seem to never appear), especially on Windows
- Stopped the "File changed on disk" dialog from popping up again when dismissed, and made it less likely to appear in cases which might be caused by slow network storage
- Fixed an issue with not recognising JavaFX installed via Ubuntu package