Releases: bartekmotyl/simple-video-cutter
0.21.0
0.20.0
0.19.0
Release 0.19.0 of simple-video-cutter.
License: MIT
In this release:
- Fixed #39 - possibility to store configuration file in a separate, writable directory
Starting from this release, default location of configuration file is user's local AppData folder (usually C:\Users\<username>\AppData\Local\SimpleVideoCutter
) which is expected always be writable. Feel free to copy over your previous configuration file if necessary.
Additionally, there are three new command line options available that control placement of the configuration file:
--configCurrentFolder
- in the same folder where exe file is located (old behavior)--configLocalApplicationData
- in the AppData\Local folder (this is now the default)--configApplicationData
- in the AppData\Roaming folder (this means the file is copied when user logs in on another machine in domain environment). Please note this option may be useful only if ffmpeg path points to a shared resource as well (e.g. network drive) or it is expected ffmpeg is always installed in the same place on all machines.
0.18.0
Release 0.18.0 of simple-video-cutter.
License: MIT
In this release:
- Improved German translations (thanks to @tbiering )
- Fixed #20 (thanks to @tbiering )
- Fixed problem occurring when releasing mouse button outside of timeline (thanks to @tbiering )
- Fixed problem with subtitles - they are no longer automatically shown even if found in the source directory
- Upgrade to most recent version of dependent libraries
0.17.0
Release 0.17.0 of simple-video-cutter.
License: MIT
In this release:
- Changed link for automatic ffmpeg download (now it points to https://www.gyan.dev/ffmpeg/builds/)
- Improved German translations (thanks to @ingof )
- Include .webm on list of supported files
0.16.0
Release 0.16.0 of simple-video-cutter.
License: MIT
In this release:
- Improved Simplified Chinese translations (thanks to @TioaTyan )
- Added .mkv to the default list of video files (issue #21)
- Basic command line support - if argument is provided then program tries to automatically open given file (path). This enables using Simple Video Cutter in "Open with.." in Windows Explorer (issue #19 )
- Possibility to quickly select a range from current point till the end / from the beginning till current point (issue #22 )
0.15.0
Release 0.15.0 of simple-video-cutter.
License: MIT
In this release:
- Automatic download of FFmpeg
0.14.0
Release 0.14.0 of simple-video-cutter.
License: MIT
In this release:
- Updated bundled VLC library
- Translations into Polish, German, French, Italian, Spanish, Japanese and Chinese (simplified). Most of them are machine based, thanks to DeepL
- Version check (notifies about new releases when available)
0.12.0
Release 0.12.0 of simple-video-cutter.
License: MIT
In this release:
- FFmpeg profiles (possibility to provide custom FFmpeg arguments to control conversion process)
- Saving window position and toolbars layout
- Fixed bug related to use of {SameFolder} output file path placeholder
0.11.0
Release 0.11.0 of simple-video-cutter.
License: MIT
In this release:
- lossless cut (ffmpeg's "-codec copy") by default;
- possibility to use custom ffmpeg arguments; currently only by changing config file manually, in the future also configurable in UI
- drag & drop of video files into program window
- improved tasks list (more details), indicate error if task failed
- {SameFolder} placeholder that allows to save generated files in the same folder where original file is located
- 'next frame' button