OpenShot Video Editor | OpenShot 2.6.1 Released | Improved Crop + Translations + Bug Fixes

submited by
Style Pass
2021-09-11 12:30:03

Written by Jonathan on Sept. 6, 2021 in Releases.

Please check out the latest release of OpenShot! Lots of bugs and regressions fixed, and vastly improved language support (including 11 fully translated languages)!

Highlights (TL;DR):Auto migration of Crop keyframes from 2.5.1 projects (adds a crop effect and sets the equivellent keyframes). 100% backwards compatibility.Title Editor: TAB between fieldsFix Windows drive letter regression, where saving projects on a different drive than the assets would cause corruption. 2.6.1 will also repairs any corruption detected in *.osp project files.Fix many broken language translations (pt_BR, sk, lt, ko)Updating many language translations to 100%:AfrikaansChinese (Simplified)DanishDutchEnglish (United Kingdom)Gaelic; ScottishGermanJapanesePolishRussianSpanishChinese (Traditional)TurkishFrenchImproved language translation testing scripts, and adding automated tests to fail GitHub PRs loudly if translations are brokenProtection against many uninitialized variable errors, reported by Sentry.ioSilenced a loud thumbnail server warningPrevent a divide by zero error on video preview resizingUpdated credits and contributorsBumping version to 2.6.1 (minimum libopenshot 0.2.7, SO 21)openshot-qt Changelog (Version: 2.6.1)11f8e505 2021-09-04 Jonathan Thomas Bumping version to 2.6.1, min libopenshot version to 0.2.7 (SO 21) HEAD, origin/release-202109048ef41550 2021-09-04 Jonathan Thomas Merge pull request #4389 from OpenShot/language-update-sep-4-2021 origin/develop1ab16fb2 2021-09-04 Jonathan Thomas Updating contributors and supportersa0998894 2021-09-04 Jonathan Thomas Updating all language translations16c8d8e9 2021-09-03 Jonathan Thomas Merge pull request #4387 from OpenShot/auto-migrate-crop-properties5deec3db 2021-09-03 Jonathan Thomas Auto migrate crop_x, crop_y, crop_width, and crop_height properties from OpenShot 2.5.1 projects into the new 2.6.x crop effect. This should restore cropping to 100% compatibility to OpenShot 2.5.1 projects.443585a4 2021-08-30 Jonathan Thomas Merge pull request #4373 from OpenShot/updating-translations-aug-30-202124ab71bc 2021-08-30 Jonathan Thomas Updating translationsa94c526b 2021-08-28 Jonathan Thomas Merge pull request #4367 from OpenShot/prevent-zero-divisionbc8916f6 2021-08-28 JacksonRG Merge pull request #4366 from OpenShot/repair-project-files9a9c4ad6 2021-08-28 Jonathan Thomas Fixing unused calculation origin/prevent-zero-divisionb2d9585c 2021-08-28 Jonathan Thomas Avoid dividing by zero when resizing app/video widget35724498 2021-08-28 Jonathan Thomas Creating a backup of possible 2.6.0 windows drive letter corruption, compiling regex, and updating original file during the project open.861a2b85 2021-08-27 Jackson Remove blank line09951ec1 2021-08-27 Jackson Moved regex to read file4238b0a5 2021-08-27 Jackson repair project files with invalid json for paths1d8a8d77 2021-08-27 Jonathan Thomas Merge pull request #4365 from OpenShot/protect-export-screene4debc92 2021-08-27 Jonathan Thomas Fixing an uninitialized variable on export screen (caught using Sentry) origin/protect-export-screene87734d9 2021-08-27 Jonathan Thomas Merge pull request #4364 from OpenShot/protect-recovery-processf83109de 2021-08-27 Jonathan Thomas Also silencing the thumbnail 404 error logging (which currently is sent to Sentry for no real reason)6a93b2f1 2021-08-27 Jonathan Thomas Protect recovery process from missing project file (i.e. a user deletes the current project file in the file system... while the auto-save system is still running). Also reduce some logging in the asset folder detection.c42d2f5f 2021-08-27 Jonathan Thomas Merge pull request #4362 from OpenShot/protect-bounding-boxfc9af3ba 2021-08-27 JacksonRG Merge pull request #4361 from OpenShot/fix-path-bug8180f8e5 2021-08-27 Jonathan Thomas Protect against invalid items passed into setBoundingBox1c5dfe89 2021-08-27 Jackson save paths as valid json4bd27e0a 2021-08-27 Jonathan Thomas Merge pull request #4360 from OpenShot/fix-broken-languages2c08a0ad 2021-08-27 Jonathan Thomas Updating translation resource file, to actually fix the 4 broken languagese1c46972 2021-08-26 Jonathan Thomas Merge pull request #4355 from OpenShot/translation-github-ci-adding0d8cb102 2021-08-26 Jonathan Thomas Merge branch 'develop' into translation-github-ci-adding3224f9bd 2021-08-26 Jonathan Thomas Merge pull request #4354 from OpenShot/updating-broken-translations34bfc7eb 2021-08-26 Jonathan Thomas Adding translation testing to our GitHub actions CI... to make language translation failures more visible.a38ff7eb 2021-08-26 Jonathan Thomas Merge pull request #4353 from OpenShot/fix-translation-tests4aae19ed 2021-08-26 Jonathan Thomas Updating broken translation placeholders and updating translations since release of 2.6.02358119c 2021-08-26 Jonathan Thomas Fix translation testing scripts to actually work! This caused our 2.6.0 branch to use invalid translations, oops.466d3118 2021-08-26 JacksonRG Merge pull request #4351 from OpenShot/title-editor-tab-switching13c7b627 2021-08-26 Jackson Switch to next text field on tab press5468a9a7 2021-08-25 JacksonRG Merge pull request #4345 from OpenShot/merge-master-2.6.08403607c 2021-08-25 Jackson Merge master 2.6.0 into developee4e20c6 2021-08-25 JacksonRG Merge pull request #4344 from OpenShot/release-20210819 origin/master6e636e82 2021-08-25 Jonathan Thomas Fixing a max length error on deploy/publish script with GitHub API, and adding better errors for GitHub specific issues.libopenshot Changelog (Version: 0.2.7, SO: 21)5987878 2021-09-04 Jonathan Thomas Merge branch 'release-20210904' of github.com:OpenShot/libopenshot into release-20210904 HEAD, origin/release-202109044106f1f 2021-09-04 Jonathan Thomas Bumping version to 0.2.7, SO 2182498b2 2021-09-04 Jonathan Thomas Bumping version to 0.2.7, SO 205a8ffe3 2021-09-03 Jonathan Thomas Merge pull request #724 from OpenShot/improved-crop-effect origin/develop5f91ddc 2021-09-03 Jonathan Thomas Reversing y_offset direction to match previous OpenShot crop behaviorf9e5db6 2021-09-03 Jonathan Thomas Adding an X and Y offset to the current crop effect, to better support previous clip crop parameters (for migrating crop options from OpenShot 2.5.1 to OpenShot 2.6). Also refactoring the crop effect, to actually copy the pixels into a new image buffer.d58febf 2021-08-26 JacksonRG Merge pull request #718 from OpenShot/default-crop-border-of-zerofc05893 2021-08-25 JacksonRG Merge pull request #721 from OpenShot/merge-master-0.2.6569b591 2021-08-25 Jackson Merge master 0.2.6 into develop3275251 2021-08-25 JacksonRG Merge pull request #720 from OpenShot/release-20210819 origin/master928c37b 2021-08-23 Jackson set default crop border to 0libopenshot-audio Changelog (Version: 0.2.2, SO: 8)d588dbd 2021-09-04 Jonathan Thomas Bump version to 0.2.2 (SO still 8) HEAD, origin/release-202109045ec3bc2 2021-08-25 JacksonRG Merge pull request #135 from OpenShot/merge-master-0.2.1 origin/develop6225e19 2021-08-25 Jackson Merge branch 'master' into merge-master-0.2.1a73ba47 2021-08-25 JacksonRG Merge pull request #134 from OpenShot/release-20210819 origin/masteraf98548 2021-08-21 Frank Dana Merge pull request #131 from ferdnyc/fix-need-asio66d707a 2021-08-18 FeRD (Frank Dana) Ensure NEED_ASIO is always set

Leave a Comment
Related Posts