You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lossless-cut/versions/3.66.1.md

34 lines
2.3 KiB
Markdown

- ‼️ Upgraded Electron to 38 - They dropped support for macOS 11
- 🆕 Markers: Segments that don't have any end time are now considered "markers". They are rendered differently, and are excluded from exports. Markers can be useful for bookmarking locations on the timeline and all markers can be batch exported as screenshots.
- 🔈 Play multiple audio tracks simultaneously (with FFmpeg-assisted playback)
- ✅ Remember segment selected/deselected state inside `.llc` file
- 💿 Split timeline by byte size
- Modify segments by JavaScript expression
- Upgraded FFmpeg to 8.0
- Drastically improve performance of FFmpeg-assisted playback for non-natively supported codecs/formats
- Improve UI performance and increase max segments to 1000
- Toggle tracks by expression
- CSV export/import tags as extra columns
- New keyboard actions:
- `toggleDarkMode`: Toggle dark mode
- `toggleStripCurrentFilter`: Toggle tracks using current filter
- `toggleStripAll`: Keep or discard all tracks
- `toggleStripSubtitle`: Keep or discard subtitle tracks
- `toggleStripVideo`: Keep or discard video tracks
- `selectSegmentsAtCursor`
- `makeCursorTimeZero`: Allow setting timeline zero offset to current cursor time - this effectively also means allowing a negative time offset
- New shortcuts:
- <kbd>shift</kbd>+<kbd>alt</kbd>+<kbd>up</kbd> Jump & seek to previous segment
- <kbd>shift</kbd>+<kbd>alt</kbd>+<kbd>down</kbd> Jump & seek to next segment
- <kbd>shift</kbd>+<kbd>alt</kbd>+<kbd>pageup</kbd> Jump & seek to first segment
- <kbd>shift</kbd>+<kbd>alt</kbd>+<kbd>pagedown</kbd> Jump & seek to last segment
- Add new file name template variables:
- `CUT_DURATION`
- `CUT_FROM_NUM`
- `CUT_TO_NUM`
- `FILE_EXPORT_COUNT`
- `EXPORT_COUNT`
- `SEG_LABEL` (cut+merge mode)
- Change `SEG_NUM` and `SEG_NUM_INT` variables: they will now correspond to the original index of the segment as shown in the number on the segment list. New variables `SELECTED_SEG_NUM` and `SELECTED_SEG_NUM_INT` can be used for previous behavior (where the numbering is based on the segment's number in the list of *selected* segments).
- All segments will now have a start time defined - `.llc` project file version bumped to v2 (to migrate missing `start` times). Missing end time now means that the segment is a marker (previously it meant the segment extended to end of timeline).