@@ -12,6 +12,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
- [ Unreleased] ( #unreleased )
13
13
- [ Added] ( #addedunreleased )
14
14
- [ Changed] ( #changedunreleased )
15
+ - [ Fixed] ( #fixedunreleased )
16
+ - [ Removed] ( #removedunreleased )
17
+ - [ 0.5.7-alpha - 2020-05-06] ( #057-alpha---2020-05-06 )
18
+ - [ Added] ( #added057-alpha )
19
+ - [ Changed] ( #changed057-alpha )
20
+ - [ Fixed] ( #fixed057-alpha )
21
+ - [ Removed] ( #removed057-alpha )
15
22
- [ 0.5.6-alpha - 2020-03-20] ( #056-alpha---2020-03-20 )
16
23
- [ Added] ( #added056-alpha )
17
24
- [ Changed] ( #changed056-alpha )
@@ -47,9 +54,45 @@ Click up arrow to go back to TOC.
47
54
48
55
### [ Unreleased]
49
56
50
- #### Added(Unreleased)
57
+ ### [ 0.5.7-alpha ] - 2020-05-06
51
58
52
- #### Changed(Unreleased)
59
+ #### Added(0.5.7-alpha)
60
+
61
+ - Add support for Xun Fei Yun Speech-to-Text WebSocket API.
62
+ - Add support for Baidu Automatic Speech Recognition API. [ issue #68 ] ( https://github.com/BingLingGroup/autosub/issues/68 )
63
+ - Add chars filter for the transcript result in XfyunWebSocketAPI.
64
+ - Add delete_chars in method list_to_googletrans.
65
+ - Add merge_src_assfile, merge_bilingual_assfile methods.
66
+ - Add stop words to split events in merge_src_assfile method.
67
+ - Add punctuations split in merge_src_assfile method.
68
+ - Add limitation in SplitIntoAudioPiece with an audio length of at least 4 bytes.
69
+ - Add support for src language auto-detection when not input ` -SRC ` language.
70
+
71
+ #### Changed(0.5.7-alpha)
72
+
73
+ - Change the replacement condition of the audio_split_cmd only when the user doesn't modify it.
74
+ - Change the MAX_REGION_SIZE_LIMIT into 60 seconds.
75
+ - Change all text file input decoding into "utf-8".
76
+ - Change the default style selection in subtitles translation.
77
+ - Change the loglevel in ffmpeg commands into ` -loglevel error ` .
78
+ - Change DEFAULT_MIN_REGION_SIZE to 0.5.
79
+ - Change langcodes into the optional dependency.
80
+ - Change LICENSE into GPLv2.
81
+
82
+ #### Fixed(0.5.7-alpha)
83
+
84
+ - Fix the size count bug when the last line been split in list_to_googletrans.
85
+ - Fix delete_chars issue when using ` -of full-src ` .
86
+ - Fix os.remove() PermissionError in api_xfyun.py.
87
+ - Fix DEFAULT_AUDIO_PRCS_CMDS and DEFAULT_CHECK_CMD.
88
+ - Fix the issue with path checking in dependency finding.
89
+ - Fix Baidu's strange error code handling. [ issue #114 ] ( https://github.com/BingLingGroup/autosub/issues/114 )
90
+
91
+ #### Removed(0.5.7-alpha)
92
+
93
+ - Remove Python 2.7 support.
94
+
95
+ <escape ><a href = " #TOC " >  ; ↑  ; </a ></escape >
53
96
54
97
### [ 0.5.6-alpha] - 2020-03-20
55
98
@@ -72,6 +115,8 @@ Click up arrow to go back to TOC.
72
115
73
116
- Deprecate Python 2.7 support.
74
117
118
+ <escape ><a href = " #TOC " >  ; ↑  ; </a ></escape >
119
+
75
120
### [ 0.5.5-alpha] - 2020-03-04
76
121
77
122
#### Added(0.5.5-alpha)
@@ -239,7 +284,8 @@ Click up arrow to go back to TOC.
239
284
240
285
<escape ><a href = " #TOC " >  ; ↑  ; </a ></escape >
241
286
242
- [ Unreleased ] : https://github.com/BingLingGroup/autosub/compare/0.5.6-alpha...HEAD
287
+ [ Unreleased ] : https://github.com/BingLingGroup/autosub/compare/0.5.7-alpha...HEAD
288
+ [ 0.5.7-alpha ] : https://github.com/BingLingGroup/autosub/compare/0.5.6-alpha...0.5.7-alpha
243
289
[ 0.5.6-alpha ] : https://github.com/BingLingGroup/autosub/compare/0.5.5-alpha...0.5.6-alpha
244
290
[ 0.5.5-alpha ] : https://github.com/BingLingGroup/autosub/compare/0.5.4-alpha...0.5.5-alpha
245
291
[ 0.5.4-alpha ] : https://github.com/BingLingGroup/autosub/compare/0.5.3-alpha...0.5.4-alpha
0 commit comments