From d57a716b18e612cead283d403f61b1174d119ac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferenc=20Pint=C3=A9r?= Date: Mon, 10 Feb 2025 17:40:46 +0100 Subject: [PATCH] update readme_history --- distrib/Readme/readme_history.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/distrib/Readme/readme_history.txt b/distrib/Readme/readme_history.txt index f4f991030..d7298fae2 100644 --- a/distrib/Readme/readme_history.txt +++ b/distrib/Readme/readme_history.txt @@ -6,6 +6,24 @@ This file contains all change log, with detailed examples and explanations. The "rst" version of the documentation just lists changes in brief. For online documentation check https://avisynthplus.readthedocs.io/en/latest/ +For changes see: +https://avisynthplus.readthedocs.io/en/latest/avisynthdoc/changelist374.html +and +https://avisynthplus.readthedocs.io/en/latest/avisynthdoc/FilterSDK/FilterSDK.html#what-s-new-in-the-api-v11 + +20250210 + +- Fix: audio cache would overflow over int sized count and position differences +- Fix: "Info" overflowed and displayed negative hours/minutes/audio length at longer clips, use int64 + +20250208 3.7.3 r4178 +-------------------- +- LCase: another fix as needed after 4176 changes + +20250207 3.7.3 r4177 +-------------------- +- C header API fix after the recent big changes + 20250207 3.7.3 r4176 -------------------- - Fix 20240417 regression: RevStr, UCase, LCase went wrong at string cache introduction