Shotcut 歷史版本列表 Page33

最新版本 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)


Shotcut 19.01.24 (64-bit) 查看版本資訊

更新時間:2019-01-24
更新細節:

What's new in this version:

Fixes:
- Fixed launch crash on Linux by excluding libdrm libraries
- Fixed audio level changed by the Mask : From File filter
- Fixed Text filter may have glitches with Export > Parallel processing (regression in v18.12.x)
- Fixed missing file detected when Stabilize filter added without clicking Analyze
- Fixed external monitoring on Linux screen
- Fixed unable to detect hardware encoders with spaces in the installation folder path
- Fixed changing Speed can move a clip
- Fixed changing Speed has no effect when the system region and language decimal separators are different
- Fixed filter duration not adjusted when trimming a transition
- Fixed ripple trim when clip has a transition
- Fixed removing a transition by trimming adds some frames
- Fixed aspect ratio for File > Export Frame with non-square pixel video
- Fixed handling relative paths to external resources in the Overlay HTML editor
- Fixed a crash opening a project after removing the bottom video track
- Fixed the lossless/H.264 preset to be completely lossless
- Fixed dropping a file from a file manager whose name has special/extended characters (e.g. [, ])
- Fixed the state of the enabled checkbox for the Overlay HTML filter and when using a color picker
- Fixed distortion after changing the Keyframe Type of a keyframe for the Scale parameter in the Rotate and Scale filter
- Fixed right-clicking a keyframe to open context menu may change its position
- Fixed distortion when a Mirror filter is placed before a Size and Position or Rotate and Scale filter

Changes:
- Upgraded FFmpeg to v4.1
- Improved Color Grading filter by letting all parameters go from -100% to 100%
- Added an automatic retry without Parallel processing when Export job fails
- Set the Save as type list on the Export File dialog on Windows when a preset defines a filename extension

New:
- Added Center Playhead option to the Timeline and Keyframes menus
- Added Slow Zoom ___, Hold ___ presets to the Size and Position filter
- Added a Chroma Hold video filter
- Added a Swirl (HTML) video filter
- Added a simple Templates framework to the Overlay HTML filter (see path Shotcutshareshotcutqmlfilterswebvfx emplates to add your own) with the following templates: Blank HTML, Blue Middle Bar, Creative Commons Music, Blank with Web Animations, Simple Scroll

ProtonVPN 1.7.3 查看版本資訊

更新時間:2019-01-23
更新細節:

ProtonVPN 1.7.4 查看版本資訊

更新時間:2019-01-23
更新細節:

Mono 5.18.0.240 (64-bit) 查看版本資訊

更新時間:2019-01-21
更新細節:

What's new in this version:

In Depth
- General: Due to limitations in the TLS stack on 10.7 we are updating the minimum macOS development target from 10.7 to 10.9. Mono will be supported only on 10.9 or newer versions starting with this release.

Runtime
- AOT: Few hard to track race conditions in trampolines unboxing for AOT backend targetting amd64 were fixed.
- Interpreter: The interpreter received the first set of low-level optimizations, improving the execution time of typeof call by the factor of 10. Further changes were made to avoid unnecessary allocations and support Xamarin native types (nint/nuint).
- Custom Marshalers: The logic handling custom marshalers, types implementing IICustomMarshaler has been mostly rewritten in managed code with additional caching mechanisms to match .NET Framework behaviour.
- Optimizations: The intrinsics built on top of SSE41 for Math.Round/Math.Floor/Math.Ceiling were added.
- Windows: Mono Windows cross-compiler is using the same LLVM release branch as Linux resolving issues in scenarios where llvm-config.exe can’t be run (none WSL/CygWin build target).

Class Libraries
- CoreFX convergence: In this release, more CoreFX code was imported in particular in System.Reflection namespace. Many common types in mscorlib System namespace are now fully CoreFX based including System.Math. The Registry implementation on Windows is now fully based on CoreFX implementation.
- Mono.Options: A new CommandSet.GetCompletions() method was introduced, which returns all possible commands which match a given completion prefix. This is intended for e.g. bash completion support.
- System.Runtime.InteropServices: It’s now possible to use RuntimeInformation API to detect ARM and ARM64 platforms.

Tools
- MSBuild: Reference assemblies for .NET 4.7.2 are included to allow targeting .NET Framework 4.7.2 using MSBuild on Mono.

WorkFlowy Desktop 1.1.13 查看版本資訊

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

WorkFlowy Desktop 1.1.12 查看版本資訊

更新時間:2019-01-18
更新細節:

RazorSQL 8.2.3 (64-bit) 查看版本資訊

更新時間:2019-01-17
更新細節:

What's new in this version:

Enhancements:
- Microsoft Access: Added the ability to create a new MS Access database using the Create New Database option when adding a new MS Access connection

Changes:
- MongoDB: Decimal values bigger than a certain value are no longer returned in scientific notation

Bug Fixes:
- Last record missing from edit table tool if user filters query results and then launches Edit Table Tool on query results
- Right-click menu not working on editor tabs

NumPy 1.16.0 查看版本資訊

更新時間:2019-01-14
更新細節:

What's new in this version:

Highlights:
- Experimental support for overriding numpy functions, see __array_function__ below.
- The matmul function is now a ufunc. This provides better performance and allows overriding with __array_ufunc__.
- Improved support for the ARM and POWER architectures.
- Improved support for AIX and PyPy.
- Improved interop with ctypes.
- Improved support for PEP 3118.

New functions:
- New functions added to the numpy.lib.recfuntions module to ease the structured assignment changes: assign_fields_by_name, structured_to_unstructured, unstructured_to_structured, apply_along_fields, require_fields

New deprecations:
- The type dictionaries numpy.core.typeNA and numpy.core.sctypeNA are deprecated. They were buggy and not documented and will be removed in the 1.18 release. Usenumpy.sctypeDict instead.
- The numpy.asscalar function is deprecated. It is an alias to the more powerful numpy.ndarray.item, not tested, and fails for scalars.
- The numpy.set_array_ops and numpy.get_array_ops functions are deprecated.
- As part of NEP 15, they have been deprecated along with the C-API functions :c:func:PyArray_SetNumericOps and :c:func:PyArray_GetNumericOps. Users who wish to override the inner loop functions in built-in ufuncs should use :c:func:PyUFunc_ReplaceLoopBySignature.
- The numpy.unravel_index keyword argument dims is deprecated, use shape instead.
- The numpy.histogram normed argument is deprecated. It was deprecated previously, but no warning was issued.
- The positive operator (+) applied to non-numerical arrays is deprecated. See below for details.
- Passing an iterator to the stack functions is deprecated

Expired deprecations:
- NaT comparisons now return False without a warning, finishing a deprecation cycle begun in NumPy 1.11.
- np.lib.function_base.unique was removed, finishing a deprecation cycle begun in NumPy 1.4. Use numpy.unique instead.
- multi-field indexing now returns views instead of copies, finishing a deprecation cycle begun in NumPy 1.7. The change was previously attempted in NumPy 1.14 but reverted until now.
- np.PackageLoader and np.pkgload have been removed. These were deprecated in 1.10, had no tests, and seem to no longer work in 1.15.

Future changes:
NumPy 1.17 will drop support for Python 2.7

WorkFlowy Desktop 1.1.11 查看版本資訊

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

Shotcut 18.12.23 (32-bit) 查看版本資訊

更新時間:2018-12-23
更新細節:

What's new in this version:

Fixes:
- Fixed color accuracy of lossless/Ut Video preset and use yuv422p format
- Fixed number of digits for seconds in the Timer video filter when using Format > MM:SS.SS
- Fixed compositing completely transparent areas of alpha channel darkens output
- Fixed some generators (Color Bars, Ising, Lissajous, Plasma) not working correctly in Timeline
- Fixed Settings > External Monitor > DeckLink/Intensity can stall when Settings > Realtime is enabled
- Fixed making project folder if a parent folder does not exist
- Fixed New Project > Start does not save a .mlt file until you open media and save
- Fixed launch on some Linux (e.g. gentoo) by including libselinux
- Fixed crash when undo Playlist > Remove All
- Fixed auto-saved file not removed when save and exit with no changes
- Fixed the color accuracy of the Color generator
- Fixed numeric locale bug in the Audio Spectrum Visualization and Audio Waveform Visualization filters
- Fixed clip reloaded when leaving Properties > Speed with no change
- Fixed Settings > External Monitor on Windows screen
- Fixed launch crash on Linux with (Csound) csladspa < 6.11.1 installed

Changes and Improvements:
- Improved color accuracy of internal RGB-to-YUV conversions
- Changed Quality to 100% when using the intermediate/ProRes preset
- Added 16:9, 9:16, and 1:1 aspect ratios for transition wipes
- Moved Properties > Reverse... from the overflow menu to a button
- Changed Properties > Reverse... to use project folder if used.
- When Reverse job completes, automatically open it and add it to the Playlist
- Start playback from the beginning if you play when the play head is at the end
- Improved speed of the Text and Timer video filters

New Features:
- Added View > Scopes > Video Histogram
- Added Preset to some more filters: Audio Gain/Volume, Blur, Brightness, Opacity
- Added Preset and simple and advanced keyframes to the Balance and Pan audio filters
- Added a Levels video filter with simple and advanced keyframes!
- Added Properties > Color Range for video clips
- Replace the Mask video filter with 3 new filters: Mask: Simple Shape, Mask: From File, Mask: Apply

The new Mask: Apply filter makes it possible to mask filters without using multiple tracks! Use Mask: Simple Shape or Mask: From File to start the filter mask followed the video filters to be masked followed by Mask: Apply to apply the mask to the filters in between. Filters before or after the mask filters affect the entire video frame. One can still use Mask: Simple Shape or Mask: From File to affect the alpha channel for multitrack compositing as before. This makes them compatible with existing information and tutorials that suggest using multiple tracks as well as enabling collage/montage or transition effects when the tracks do not use the same clip.

The new Mask: From File is a powerful new video filter offering 3 modes:
- wipe transition (stock or custom)
- Channel > Brightness from a video or image file (File > Custom...)
- Channel > Alpha from a video or image file. Moreover, Threshold can be animated with simple or keyframes, which is especially nice when used with luma-wipe image files (stock or custom). Not only can you wipe on a masked filter but also you can use this as an alternative way to make a wipe transition using multiple tracks (instead of same track transition)