Update change log

pull/2910/head
Mikael Finstad 2 months ago
parent 26060348b7
commit 2606036bb1
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -21,5 +21,9 @@
{
"version": "3.68.0",
"highlightsMd": "- Changed: Invert scroll zoom direction\n- Changed: `toggleStripAll` action to not invert selection - instead actually toggle all on/off\n- New setting: When opening a new file, ask about import chapters: \"Always\", \"never\" or \"ask\"\n- Add \"Copy to clipboard and close\" button for YouTube chapters\n- Add new keyboard actions for existing functions\n - `selectSegmentsByLabel`\n - `selectSegmentsByExpr`\n - `labelSelectedSegments`\n - `mutateSegmentsByExpr`\n- Add new template variable `FILES` for all templates. It is a list of `SourceFile` objects.\n- Enable language Norsk Bokmål 🇳🇴\n- Bugfixes, improvements and dependency upgrades\n"
},
{
"version": "3.69.0",
"highlightsMd": "- Add lossless cropping & aspect ratio override via bitstream and container metadata\n- Alow shifting tracks for each file (`-itsoffset`)\n- Add \"decimate video\" tool to filter away all non-keyframes\n- Move timecode out of timeline and make it copy-able\n- Add new \"opposing\" align mode #2654\n- Add FFmpeg `-hwaccel auto` setting for hardware acceleration of certain operations\n- Show keyboard shortcuts inside button tooltips in UI\n- Warn if trying to cut with too few keyframes around cutpoint\n- Changed: New, advanced output directory selector\n- Changed: Preserve chapters when merging files that already have chapters\n- Changed: Don't merge adjacent segments in combineOverlappingSegments\n- Changed: Don't transfer segment name when filling gaps\n- Changed: Always scroll *up* to zoom in\n- Many other improvements and fixes\n"
}
]

@ -0,0 +1,14 @@
- Add lossless cropping & aspect ratio override via bitstream and container metadata
- Alow shifting tracks for each file (`-itsoffset`)
- Add "decimate video" tool to filter away all non-keyframes
- Move timecode out of timeline and make it copy-able
- Add new "opposing" align mode #2654
- Add FFmpeg `-hwaccel auto` setting for hardware acceleration of certain operations
- Show keyboard shortcuts inside button tooltips in UI
- Warn if trying to cut with too few keyframes around cutpoint
- Changed: New, advanced output directory selector
- Changed: Preserve chapters when merging files that already have chapters
- Changed: Don't merge adjacent segments in combineOverlappingSegments
- Changed: Don't transfer segment name when filling gaps
- Changed: Always scroll *up* to zoom in
- Many other improvements and fixes
Loading…
Cancel
Save