Skip to content

Commit 5ed8623

Browse files
authored
v3.6.3
1 parent 29f0458 commit 5ed8623

1 file changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [3.6.3] - 2026-01-31
8+
9+
### Added
10+
11+
- resolution for `back` and `elastic` easing overshoots:
12+
- custom ffmpeg shows other input in gaps
13+
- custom expressions clip progress to unit interval
14+
- resolution for other easing overshoots (CSS): clip
15+
- added `flipelastic` and `flipback` alternatives for `back` and `elastic`
16+
17+
### Changed
18+
19+
- more C code optimisations
20+
21+
### Fixed
22+
23+
- `squeeze[hv]` divide by zero in `vf_xfade.c` causes access violation exceptions when progress is 0
24+
725
## [3.6.2] - 2026-01-23
826

927
### Added
@@ -14,9 +32,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1432

1533
### Changed
1634

35+
- dropped `-g` option for GIF transparency as it was unreliable
1736
- GIF animation via gifski if installed
18-
- `-g` option for GIF transparency dropped as it was unreliable
19-
- C code optimisations
2037

2138
### Fixed
2239

0 commit comments

Comments
 (0)