Lançamento do Kdenlive 25.12.3
A última atualização de manutenção da série 25.12 foi lançada com o pacote usual de correções de estabilidade e melhorias no fluxo de trabalho. Os destaques incluem pequenos refinamentos na interface, como melhor comportamento dos widgets de encaixe, melhor gerenciamento de atalhos no modo de tela cheia, itens de menu de marcadores agrupados logicamente e uma nova opção para desativar os efeitos da linha do tempo no menu hambúrguer. A versão também traz melhorias no gerenciamento de clipes multistream e na edição ripple, além de corrigir um pequeno vazamento de memória no widget de renderização e uma falha no editor de curvas. Veja o registro de alterações abaixo para mais detalhes.
As versões para macOS estarão disponíveis posteriormente devido a problemas técnicos durante a geração dos pacotes.
O Kdenlive precisa do seu apoio
Nossa pequena equipe tem trabalhado há anos para construir um editor de vídeo intuitivo e de código aberto que não rastreia você, não usa seus dados e respeita sua privacidade. No entanto, para garantir um desenvolvimento adequado, precisamos de recursos. Portanto, considere fazer uma doação se você gosta de usar o Kdenlive — mesmo pequenas quantias podem fazer uma grande diferença.
Registro de alterações completo
- Fix dragging audio clips from clip monitor button. Commit.
- Fix Whisper plugin install on Python 3.14. Commit.
- When hiding a dockwidget with hidden title bar, ensure freed space is reused. Commit.
- Correctly handle shortcuts with Shift modifier when in fullscreen mode. Commit. Fixes bug #516326
- Fix possible crash un curve editor. Commit.
- Fix mix not invalidating preview on change. Commit.
- Shutdown after rendering: don't shutdown after abort, show prompt before shutting down on KDE. Commit. Fixes bug #513510
- Kdenlive Settings: fix apply button disabled after changing audio rec device. Commit.
- Fix import of clips with multiple video streams. Commit.
- Fix small mem leak in Render Widget. Commit. See bug #514763
- Fix insertion of multistream clips. Commit.
- Fix timeline preview invalidates full track when adding clip. Commit. Fixes bug #514541
- Never raise the effect stack on item selection if Effect Stack is docked with Timeline. Commit. Fixes bug #514547
- Fix resize Item start in ripple mode. Commit. Fixes bug #516099
- Fix ripple moving playhead. Commit. Fixes bug #516098
- Moved avfilter.gradfun to Image Adjustment category. Commit.
- Backport avfilter_gradfun fix. Commit.
- Fix shortcut conflict with extract action. Commit. Fixes bug #516750
- Make cppcheck happy. Commit.
- Ensure the track audio levels are always checked after the other track effects. Commit. Fixes bug #441452
- Fix audio scrubbing when Pause on Seek is disabled. Commit. Fixes bug #509667
- Refactor disabling clip, fixes audio stream lost on disable/enable. Commit. Fixes bug #474139
- Ensure no audio frame stays in the queue when switching clip in Clip Monitor. Commit. See bug #433601
- Don't scroll up on bin drag when entering timeline. Commit. Fixes bug #439323
- Fix incorrect audio tracks count when timeline preview is enabled, breaking copy-paste. Commit. Fixes bug #515124
- Fix missing variable in split screen overlay. Commit.
- Grouping menu items logically. Commit.
- Add Disable Timeline Effects function to timeline hamburger menu. Commit.
- Fix rotoscoping right click to close shape. Commit.
- Try to fix image position on MacOS in fixed size mode. Commit.