Nouveautés & Corrections
- 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.
- Add new template variable FILES for all templates. It is a list of SourceFile objects.
- Improve documentation.
- Enable language Norsk Bokmål.
- Pull latest translations.
- Bugfixes, improvements and dependency upgrades.
- Remove "Fix video codec tag / ID" option (no more auto codec tag "fixing" as it turned out to also cause problems for some). Instead you can override codec tag for individual tracks in the "tracks" dialog.
- Add a hevc_metadata=aud=insert bitstream filter in the track editor.
- Improve dialogs.
- Fix capture frame timestamp transfer.
- Fix system language not saving.
- Remember advanced settings setting while the app runs.
- Blur export button when clicking it to prevent it from holding focus.
- Fix broken selecting current segment when looping segments playback.
- Show estimated segment file size in segment list.
- New action generateOverviewWaveform.
- Allow testing/triggering actions from keyboard shortcuts page.
- Encode flac when merging too.
- Enable flatpak.
- Fix segments history bug when history limit (100) exceeded.
- Improve concat dialog.
- Enable system language support.
- Capture snapshot to clipboard captureSnapshotToClipboard.
- Bugfixes and improvements.
- Improve UI and accessibility #2561 (remove abandoned evergreen-ui and reduce usage of sweetalert).
- Use Shift + mouse click/drag to move/resize segments (configurable modifier key).
- Use native web keyboard events (KeyboardEvent.code): This makes keybindings consistently independent of keyboard layout. Also don't trigger hotkeys when some UI element or dialog is focused.
- New action play-selected-segments (once).