blob: 4663ff863cabbfd4cbec6ea767c07a54870abd8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
## [0.2.6] - 2026-02-10
Improved stability and usability of the command parser.
### What's Changed
- Removed: wildcard feature for output by @Draver93 in #13
- Allow args without description by @Draver93 in #14
- upload AppImage by @torusJKL in #15
- Added: quotes to handle paths with names by @Draver93 in #17
## [0.2.5] - 2025-01-14
### Bug Fixes & Improvements
- Resolved an issue where certain options were not displayed and empty enums were rendered incorrectly in the UI.
- Fixed a bug where output placeholders were not expanded correctly, resulting in invalid or incomplete output paths.
- Improved the FFmpeg command parser to correctly handle edge cases and complex argument combinations.
- Fixed a packaging issue where the Linux .desktop file was missing the application category, ensuring the app now appears correctly in desktop menus for Debian-based distributions.
### New Features
- A new help tab that provides in-app documentation for all major elements of the application.
### Breaking Changes
- rename Linux binary from `FFStudio` to `ffstudio`
### What's Changed
- Feature/help by @Draver93 in #9
- Fixed: missing options, empty enums representation by @Draver93 in #10
- Fixed: output placeholder faild to expand by @Draver93 in #11
- Bugfix/ffmpeg cmd parser by @Draver93 in #12
This update improves usability and stability with the addition of the Help tab and several important bug fixes, making the application easier to use and more reliable.
## [0.2.4] - 2025-10-29
### Bug Fixes & Improvements
- Fixed a crash when deleting a segment while another segment was selected.
- Improved the preview generation logic — now users can generate previews for any segment or frame, not just a limited set of small jobs.
- Added support for audio-based preview rendering and fixed an index‑issue in preview creation.
- Miscellaneous performance and stability improvements for segment/frame preview pipeline.
### What's Changed
- Bugfix/missing ctx flags by @Draver93 in #5
- Bugfix/loading preview seg failed by @Draver93 in #6
|