diff options
author | Tatsuki Makino <tatsuki_makino@hotmail.com> | 2023-04-13 12:03:18 +0200 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2023-04-15 18:56:58 +0200 |
commit | 4876c612ca5d182752e5244fb0c45a10027582c0 (patch) | |
tree | cefda08f722196b25547afdb7350f4e13d85c7ab /multimedia/openshot/files/patch-src_windows_preferences.py | |
parent | multimedia/libopenshot: Update to 0.3.1 (diff) |
multimedia/openshot: Update to 3.1.0
ChangeLog: https://www.openshot.org/blog/2023/04/06/new_openshot_release_310/
* Improved Profiles (400+ Export Profiles, New Profile UI, and more)
* Huge Time Remapping update (improved audio resampling, support for backwards
audio, bezier curve support)
* Improved Undo / Redo system, includes grouping actions (i.e. single undo for
split-clips and similar multi-step edits)
* Improved Preview & Split Clip dialog (correct aspect ratio, correct sample
rate)
* Improved Caption Effect (high DPI support, improved VTT support)
* Memory leak fixes (clip caching, memory leak fixes, prevent zombie threads)
* Improved Performance (FrameMapper & Clip objects now include extra caching
and optimizations)
* Improved Keyboard Bindings (arrow keys)
* Bug fix for Blender Animated Titles using high FPS (incorrect duration)
* Bug fix for Mac Chroma Key effect (babl color methods)
* Bug fix for video preview widget resizing, to correctly clear cache
* Bug fix for Automatic Transition Direction logic (i.e. correctly fade in/out
based on where the transition is dropped)
* Fixed issue with AppImage to support newer distros (related to glibc
compatibility)
* Improved About dialog (release notes link, remove "candidate" for official
releases)
* Expanded default Emojis (adding in Arrows, Shapes, and Brands)
* Improved File Properties Dialog, to handle replacing files and thumbnails,
and better support for changing FPS
* Updated language translations
* Updated supporters and donors
* Updated docs / user-guide
PR: 270763
Reported by: tatsuki_makino@hotmail.com
Diffstat (limited to 'multimedia/openshot/files/patch-src_windows_preferences.py')
-rw-r--r-- | multimedia/openshot/files/patch-src_windows_preferences.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/openshot/files/patch-src_windows_preferences.py b/multimedia/openshot/files/patch-src_windows_preferences.py index 9977ccf14dc7..b361734d20b5 100644 --- a/multimedia/openshot/files/patch-src_windows_preferences.py +++ b/multimedia/openshot/files/patch-src_windows_preferences.py @@ -1,6 +1,6 @@ ---- src/windows/preferences.py.orig 2022-12-08 21:31:12 UTC +--- src/windows/preferences.py.orig 2023-04-01 07:04:04 UTC +++ src/windows/preferences.py -@@ -315,7 +315,7 @@ class Preferences(QDialog): +@@ -318,7 +318,7 @@ class Preferences(QDialog): value_list.remove(value_item) elif os_platform == "Windows" and v not in ("0", "3", "4"): value_list.remove(value_item) |