- Add lossless cropping & aspect ratio override via bitstream and container metadata #643
- Alow shifting tracks for each file (
-itsoffset) #216 - Add "decimate video" tool to filter away all non-keyframes #2111
- Add Windows ARM 64 native build with native ffmpeg
- Move timecode out of timeline and make it copy-able #2592 #2691 #2800 #483 #2808
- Upgrade Electron to latest
- Add new "opposing" align mode #2654
- Add FFmpeg
-hwaccel autosetting for hardware acceleration of certain operations - Add API events
export-startandexport-complete - Allow deleting track metadata #2819
- Improve shift segments dialog #2839
- Show keyboard shortcuts inside button tooltips in UI
- Warn if trying to cut with too few keyframes around cutpoint #516 #2780 #2756
- (Linux) include app name in notification #2794
- Pull latest translations
Other notable changes:
- Advanced output directory selector #2101 #2115 #2755
- increase max file name length to 250 (truncation) #2779
- don't reset playback speed when using special playback modes #2889
- preserve chapters when merging files that already have chapters
- don't merge adjacent segments in combineOverlappingSegments #2896
- don't transfer segment name when filling gaps #2754
- always scroll up to zoom in #2703 #2786
- increase max keyframes to 10000
- Don't bind ctrl/cmd+c by default (they interfer with copying text)
- Many other improvements and fixes