Update change log

pull/2734/head
Mikael Finstad 6 months ago
parent 1a2c592073
commit 260130f1af
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -17,5 +17,9 @@
{
"version": "3.67.2",
"highlightsMd": "- Remove \"Fix video codec tag / ID\" option: **Codec tag will no longer be auto corrected**, as it turned out to cause problems with some files. Instead you can override codec tag for individual tracks in the \"tracks\" dialog\n- Add a `hevc_metadata=aud=insert` bitstream filter in the track editor\n- New action `generateOverviewWaveform` to generate a full waveform overview\n- Minor improvements and fixes\n"
},
{
"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"
}
]

@ -0,0 +1,12 @@
- Changed: Invert scroll zoom direction
- Changed: `toggleStripAll` action to not invert selection - instead actually toggle all on/off
- New setting: When opening a new file, ask about import chapters: "Always", "never" or "ask"
- Add "Copy to clipboard and close" button for YouTube chapters
- Add new keyboard actions for existing functions
- `selectSegmentsByLabel`
- `selectSegmentsByExpr`
- `labelSelectedSegments`
- `mutateSegmentsByExpr`
- Add new template variable `FILES` for all templates. It is a list of `SourceFile` objects.
- Enable language Norsk Bokmål 🇳🇴
- Bugfixes, improvements and dependency upgrades
Loading…
Cancel
Save