Skip to content

Commit 2823842

Browse files
committed
Релиз 0.2.13.
1 parent d6a28aa commit 2823842

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

Include/Version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
#define DO_MAKE_STR(x) #x
1818
#define MAKE_STR(x) DO_MAKE_STR(x)
1919

20-
#define VER_RELEASE 0
20+
#define VER_RELEASE 1
2121

2222
#define VER_MAJOR 0
2323
#define VER_MINOR 2
24-
#define VER_BUILD 12
24+
#define VER_BUILD 13
2525

2626
#define VERSION_NUM VER_MAJOR,VER_MINOR,VER_BUILD,REV_NUM
2727
#define VERSION_STR MAKE_STR(VER_MAJOR) "." MAKE_STR(VER_MINOR) "." MAKE_STR(VER_BUILD) "." MAKE_STR(REV_NUM)

history.txt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.2.13 dev
1+
0.2.13.225 - 2025-10-21
22
-----------------------
33
Fixed error text display in UTF-8, system ANSI, or mixed encoding (different encodings in different strings). This fixes the display of AviSynth+ errors.
44
Fixed filter registration and deregistration using included CMD files.
@@ -8,30 +8,25 @@ Fixed filter registration and deregistration using included CMD files.
88
Added support for various video formats for AviSynth+ and VapourSynth.
99
The filter will not open the correct scripts with unsupported video formats.
1010

11-
1211
0.2.9.200 - 2025-06-15
1312
-----------------------
1413
Fixed logging of exceptions with non-ASCII characters for the debug version.
1514
Minimum AviSynth Interface Version to get frame properties is 8 (previously it was 9).
1615

17-
1816
0.2.7.192 - 2025-04-03
1917
-----------------------
2018
Fixed registration of a filter from a folder with Unicode characters.
2119

22-
2320
0.2.5.183 - 2024-12-13
2421
-----------------------
2522
Fixed support for YV12, YV16, YV24 formats for AviSynth+.
2623

27-
2824
0.2.3.174 - 2024-11-05
2925
-----------------------
3026
Fixed display of video frame with error in AviSynth script.
3127
Fixed opening VapourSynth scripts without sound.
3228
Added support for Y10 (Gray10) format.
3329

34-
3530
0.2.1.165 - 2024-08-18
3631
-----------------------
3732
The license has been changed to LGPL-2.1.
@@ -40,18 +35,15 @@ ScriptSourceFilter will not show a video with an error if it cannot connect to A
4035
Now uses VapourSynth API 4.
4136
Recommended versions are AviSynth+ 3.7.3 or later, VapourSynth R63 or later.
4237

43-
4438
0.1.4.128 - 2022-09-21
4539
-----------------------
4640
Added Frame Properties support for AviSynth+ and VapourSynth R59.
4741
Recommended versions are AviSynth+ 3.7.2 or later, VapourSynth R59 or later.
4842

49-
5043
0.1.2.106 - 2022-01-05
5144
-----------------------
5245
Removed filter registration for .avs and .vpy extensions. This preserves the ability to open scripts using the "AVI/WAV File Source" system filter. Better solution is to add ScriptSourceFilter as an external filter in MPC-BE, MPC-HC and other players, set the priority as preferred and enable the filter when needed.
5346

54-
5547
0.1.0.76 - 2020-06-16
5648
----------------------
5749
The first official release.

0 commit comments

Comments
 (0)