Shotcut 歷史舊版本 Page1

最新版本 Megacubo 17.0.2 (64-bit)

Shotcut 歷史版本列表

Shotcut 是一款適用於 Windows,Mac 和 Linux 的免費開源跨平台視頻編輯器。主要功能包括支持多種格式; 不需要進口意味著本地時間線編輯; Blackmagic Design 支持輸入和預覽監視; 和解決方案支持 4k。 選擇版本:Shotcut 18.01(32 位)Shotcut 18.01(64 位) Shotcut 軟體介紹

Shotcut (32-bit)Shotcut (64-bit)


Megacubo 17.0.2 (64-bit) 查看版本資訊

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

What's new in this version:

- Bugfixes and minor performance improvements

Protocol Buffers 23.3 查看版本資訊

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

What's new in this version:

C++:
- Regenerate stale files
- Use the same ABI for static and shared libraries on non-Windows platforms

Objective-C:
- Regenerate stale files

UPB (Python/PHP/Ruby C-Extension):
- Fixed a bug in upb_Map_Delete() that caused crashes in map.delete(k) for Ruby when string-keyed maps were in use

Shotcut 23.06.14 查看版本資訊

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

What's new in this version:

Fixed:
- H.264 output when using Export > Use hardware encoder with NVIDIA (h264_nvenc)
-: please avoid changing Codec > B frames higher than 0
- file dialogs in filters crash Shotcut in Linux AppImage or on KDE
- crash in Text: Rich > File > Open when choosing a text file
- crash changing Video Mode with Count generator with GPU Effects on
- crash when trying to Open MLT XML as Clip (nest project) with GPU Effects on
- loading JPEG images over 32 megapixels
- player not working if Settings > Player > External Monitor was used in a previous version
- Timeline > Replace on a clip breaks some of its video filters
- Keyframes > Add Keyframe in the Mask: Simple Shape filter
- changing Keyframe Type or a keyframe's time position in the Mask: Simple Shape filter
- custom keyboard shortcuts for actions in the Timeline or Keyframes context (right-click) menu
- Properties > Copy Fill File Path uses incorrect directory separator on Windows
- chroma bleeding on some (e.g. Ut Video) interlaced 4:2:0 files

Improved:
- Improved the smoothness of fast forward (up to 64x) playback
- Improved Timeline performance and automatic scrolling

Protocol Buffers 23.2 查看版本資訊

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

What's new in this version:

Compiler:
- Add missing header to Objective-c generator

Java:
- Rollback of: Simplify protobuf Java message builder by removing methods that calls the super class only

Protocol Buffers 23.1 查看版本資訊

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

What's new in this version:

Compiler:
- Add a workaround for GCC constexpr

C++:
- Add a workaround for GCC constexpr

Csharp:
- [C#] Replace regex that validates descriptor names

Shotcut 23.05.14 查看版本資訊

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

What's new in this version:

- Restored Settings > Theme
- Added a GPU category to the filter chooser
- Allow adding any non-GPU video filter with GPU Effects on

Fixed:
- a crash in Stabilize video filter during preview
- bold fonts not working correct in text filters
- some audio and export issues with video clips with no audio
- Spot Remover video filter during preview
- filter UI not working after changing Settings > Audio Channels
- translations (Settings > Language) not loading completely
- the order of Recent revered when migrated from previous version
- saving a filter set with the same name
- a crash when adding a filter to Output of an empty Timeline

Protocol Buffers 22.5 查看版本資訊

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

What's new in this version:

Announcements:
- Protobuf News may include additional announcements or pre-announcements for upcoming changes

C++:
- Fix: avoid warnings on MSVC
- Fix: avoid warnings on Windows
- Add missing cstdint header
- Fix: missing -DPROTOBUF_USE_DLLS in pkg-config
- Avoid using string(JOIN..., which requires cmake 3.12
- Explicitly include GTest package in examples
- Bump Abseil submodule to 20230125.3

Protocol Buffers 23.0 查看版本資訊

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

What's new in this version:

Compiler:
- Implement a retain_options flag in protoc
- Make protoc --descriptor_set_out respect option retention
- Modify release artifacts for protoc to statically link system libraries
- Extension declaration: Enforce that if the extension range has a declaration then all extensions in that range must be declared. This should prevent non-declared extensions from being added.
- Implement "reserved" for extension declaration
- Open-source extension declaration definition

C++:
- Fix(libprotoc): export useful symbols from .so
- Turn off clang::musttail on i386
- Fixes Clang 6 linker bug
- Remove PROTOBUF_DEPRECATED in favor of [[deprecated]]
- Add assert to the list of keywords for C++
- Added Reflection::GetCord() method in C++
- Support C++ protobuf ctype=CORD for bytes field
- Expand LazySerializerEmitter to cover proto3 cases
- Unconditionally generate unknown field accessors
- Introduce proto filter for inject_field_listener_events
- Add ParseFromCord to TextFormat
- Mark proto2::Arena::GetArena as deprecated

Java:
- Adds Timestamps.now()
- Added Reflection::GetCord() method in C++
- Re-attach OSGI headers to lite,core, and util. This information was dropped in the move from maven to bazel.
- Add Java FileDescriptor.copyHeadingTo() which copies file-level settingspackage, file options) to FileDescriptorProto.Builder
- Remove unnecessary has bits from proto2 Java
- Add casts to make protobuf compatible with Java 1.8 runtime
- Fix mutability bug in Java proto lite: sub-messages inside of oneofs were not
- Document known quirks of EnumDescriptor::is_closed() when importing across files with different syntaxes

Kotlin:
- Remove errorprone dependency from kotlin protos

Csharp:
- Make json_name take priority over name
- Add C# presence methods to proto3 oneof fields

Objective-C:
- Enforce the max message size when serializing to binary form
- Mark mergeFromData:extensionRegistry: as deprecated

Python:
- Fix bug in _internal_copy_files where the rule would fail in downstream repositories.
- Make numpy/pip_deps a test-only dependency.
- Fix Python bug with required fields
- Mark deprecated SupportsUnknownEnumValues on Message reflection. Use FieldDescriptor or EnumDescriptor instead.
- Raise warnings for MessageFactory class usages
- Add Python support for retention attribute
- Document known quirks of EnumDescriptor::is_closed() when importing across files with different syntaxes

Python C-Extension:
- Fix Python bug with required fields
- See also UPB changes below, which may affect Python C-Extension

PHP:
- RepeatedField: unset by index

PHP C-Extension:
- RepeatedField: unset by index
- See also UPB changes below, which may affect PHP C-Extension

Ruby:
- Change the Ruby code generator to emit a serialized proto instead of the DSL
- Feat(6178): emit ruby enum as integer

Ruby C-Extension:
- Feat(6178): emit ruby enum as integer
- Ruby: Implement Write Barriers
- See also UPB changes below, which may affect Ruby C-Extension.

UPB:
- Implements upb_Message_DeepClone

- Other:
- Fix: missing -DPROTOBUF_USE_DLLS in pkg-config
- Avoid using string(JOIN..., which requires cmake 3.12
- Bump Abseil submodule to 20230125.3
- Fix btree issue in map tests.
- Fix declared dependencies for pkg-config
- Fix build for newlib
- Update usage disclaimer on FieldOptions.ctype
- Add config option to print 64-bit integers in JSON as unquoted ints if they can be losslessly converted into a 64-bit float.
- Version protoc according to the compiler version number.
- Fix shared object ABI exports
- Ensure VarintParseSlowArm{32,64} are exported with PROTOBUF_EXPORT
- Update the min required CMake version to 3.10

Shotcut 23.05.07 查看版本資訊

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

What's new in this version:

Added:
- Motion Tracker video filter
- Speed: Forward Only and Speed: Forward & Reverse filters
- saving and loading filter sets: Filters > + > Sets
- an Add To Timeline button to many things in Open Other
- a visual rectangle control to the Mask: Simple Shape filter
- faster and better quality YADIF deinterlacer plus addition of BWDIF deinterlacer
- 10-bit export presets under the "ten_bit" category
- support for Intel ("qsv") AV1 and VP9 hardware encoders on Windows including 10-bit
- Settings > Language > Hebrew
- low disk space warnings to the Properties > Convert and Reverse actions

Fixed:
- seeking on raw FLAC audio files
- Record Audio breaks the state of the player's mute toggle when you unmute the Shotcut
- using the mouse wheel to scroll the timeline horizontally on macOS and Linux
- image padding not transparent during a transition
- loading projects made with version before 19.06 using comma for decimal symbol
- chroma bleeding for interlaced YUV 4:2:0 video sources
- Shotcut became very slow if something wrong and very large was saved to Recent

- Restored Settings > GPU Effects
- Restored Lens Correction video filter
- Holding Shift while dragging a point in the Corner Pin filter moves all corners togetherfor AV1
- Less audio crackling in exports when audio source is not 48000 Hz sample rate
- Less audio crackling upon start of playback in preview
- Upgraded Qt to version 6.4
- Upgraded Glaxnimate to version 0.5.3, which fixes some bugs and can animate motion along a drawn path
- Upgraded FFmpeg to latest version 6
- Upgraded MLT to latest version 7.16.0
- Upgrade AV1 codecs to latest versions
- Stabilize and Normalize: Two Pass on a timeline clip is faster
- The Lens Correction video filter is back
- Open Other > Text now has a Rich option
- Changed File > Export > Video and its shortcut to be the same as clicking Export > Export Fileaudio during recording
- Removed Settings > Theme
- Removed Settings > Player > External Monitor with a system monitor
- Removed Settings > Display Method on Windows and macOS
- Removed export progress on the Windows taskbar icon
- The minimum version for Windows is now Windows 10
- The minimum version of our non-Flatpak Linux binaries is now based on Ubuntu 20.04 LTS, which uses glibc 2.31
- The macOS app is now universal and runs on either Intel or Apple Silicon without Rosetta

Protocol Buffers 22.4 查看版本資訊

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

What's new in this version:

C++:
- Fix libprotoc: export useful symbols from .so
- Fix btree issue in map tests

Python:
- Fix bug in _internal_copy_files where the rule would fail in downstream repositories

Other:
- Bump utf8_range to version with working pkg-config
- Fix declared dependencies for pkg-config
- Update abseil dependency and reorder dependencies to ensure we use the version specified in protobuf_deps
- Turn off clang::musttail on i386