From b1ae5a088b1112f858e5b99f74ab3a7e571d5091 Mon Sep 17 00:00:00 2001 From: BingLingGroup <42505588+BingLingGroup@users.noreply.github.com> Date: Fri, 20 Mar 2020 09:59:08 +0800 Subject: [PATCH] Docs update changelog --- CHANGELOG.md | 75 ++++++++++++++++++++++++++++----------- autosub/metadata.py | 2 +- docs/CHANGELOG.zh-Hans.md | 66 ++++++++++++++++++++++++---------- 3 files changed, 102 insertions(+), 41 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f23c41b0..93ece95e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,28 +12,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [Unreleased](#unreleased) - [Added](#addedunreleased) - [Changed](#changedunreleased) +- [0.5.6-alpha - 2020-03-20](#056-alpha---2020-03-20) + - [Added](#added056-alpha) + - [Changed](#changed056-alpha) + - [Deprecated](#deprecated056-alpha) + - [Fixed](#fixed056-alpha) - [0.5.5-alpha - 2020-03-04](#055-alpha---2020-03-04) - [Added](#added055-alpha) - - [Changed](#changed055-alpha) + - [Fixed](#fixed055-alpha) - [0.5.4-alpha - 2020-01-31](#054-alpha---2020-01-31) - [Added](#added054-alpha) - - [Changed](#changed054-alpha) + - [Removed](#removed054-alpha) + - [Fixed](#fixed054-alpha) - [0.5.3-alpha - 2019-12-30](#053-alpha---2019-12-30) - - [Changed](#changed053-alpha) + - [Fixed](#fixed053-alpha) - [0.5.2-alpha - 2019-11-05](#052-alpha---2019-11-05) - [Added](#added052-alpha) - - [Changed](#changed052-alpha) + - [Fixed](#fixed052-alpha) - [0.5.1-alpha - 2019-08-02](#051-alpha---2019-08-02) - [Added](#added051-alpha) - - [Changed](#changed051-alpha) + - [Fixed](#fixed051-alpha) - [0.5.0-alpha - 2019-07-27](#050-alpha---2019-07-27) - [Added](#added050-alpha) - [Changed](#changed050-alpha) + - [Fixed](#fixed050-alpha) - [0.4.1-alpha - 2019-07-11](#041-alpha---2019-07-11) - [Added](#added041-alpha) - [Changed](#changed041-alpha) + - [Fixed](#fixed041-alpha) - [0.4.0-alpha - 2019-02-17](#040-alpha---2019-02-17) - - [Changed](#changed040-alpha) + - [Fixed](#fixed040-alpha) Click up arrow to go back to TOC. @@ -41,16 +49,29 @@ Click up arrow to go back to TOC. #### Added(Unreleased) +#### Changed(Unreleased) + +### [0.5.6-alpha] - 2020-03-20 + +#### Added(0.5.6-alpha) + - Add extra environment variables check when finding dependencies. [issue #91](https://github.com/BingLingGroup/autosub/issues/91) - Add arguments parser input when open it without arguments. [issue #92](https://github.com/BingLingGroup/autosub/issues/92) - Add subtitles processing when not input `-SRC`. -#### Changed(Unreleased) +#### Changed(0.5.6-alpha) -- Fix Google Speech-to-Text API empty result response bug. [issue #89](https://github.com/BingLingGroup/autosub/issues/89) - Change option `-sml` into `-nsml`. - Change defaults for Auditok. +#### Fixed(0.5.6-alpha) + +- Fix Google Speech-to-Text API empty result response bug. [issue #89](https://github.com/BingLingGroup/autosub/issues/89) + +#### Deprecated(0.5.6-alpha) + +- Deprecate Python 2.7 support. + ### [0.5.5-alpha] - 2020-03-04 #### Added(0.5.5-alpha) @@ -60,12 +81,14 @@ Click up arrow to go back to TOC. - Add exception when receiving error from [Google-Speech-v2](https://github.com/gillesdemey/google-speech-v2). - Add Nuitka compatibility codes to stop program compiled by Nuitka when using Google Cloud service account credentials. [Nuitka pkg_resources.DistributionNotFound error](https://github.com/Nuitka/Nuitka/issues/146) -#### Changed(0.5.5-alpha) +#### Fixed(0.5.5-alpha) - Fix high memory/RAM usage partially by terminating child processes, lowering default multiprocessing counts and using `gc.collect(0)`. [issue #67](https://github.com/BingLingGroup/autosub/issues/67), [issue #74](https://github.com/BingLingGroup/autosub/issues/74) - Fix dependency finding issue. [issue #82](https://github.com/BingLingGroup/autosub/issues/82) - Fix ass override tags translation issue. [issue #79](https://github.com/BingLingGroup/autosub/issues/79) + ↑  + ### [0.5.4-alpha] - 2020-01-31 #### Added(0.5.4-alpha) @@ -73,16 +96,19 @@ Click up arrow to go back to TOC. - Add basic Google Cloud Speech-to-Text support. [issue #10](https://github.com/BingLingGroup/autosub/issues/10) - Add more bilingual subtitles formats output support. [issue #72](https://github.com/BingLingGroup/autosub/issues/72) -#### Changed(0.5.4-alpha) +#### Removed(0.5.4-alpha) -- Fix output format limits when input is a subtitles file. - Remove gtransv2 support. +#### Fixed(0.5.4-alpha) + +- Fix output format limits when input is a subtitles file. +  ↑  ### [0.5.3-alpha] - 2019-12-30 -#### Changed(0.5.3-alpha) +#### Fixed(0.5.3-alpha) - Fix excessive transcoding time issue. [pull request #66](https://github.com/BingLingGroup/autosub/pull/66) - Fix Auditok option issues. [issue #70](https://github.com/BingLingGroup/autosub/issues/70) @@ -96,7 +122,7 @@ Click up arrow to go back to TOC. - Add issue templates. -#### Changed(0.5.2-alpha) +#### Fixed(0.5.2-alpha) - Fix last row of empty translation text missing issue. [issue #62](https://github.com/BingLingGroup/autosub/issues/62) - Fix executable file detection problem in the current directory. @@ -109,7 +135,7 @@ Click up arrow to go back to TOC. - Add translation source lang code auto match. -#### Changed(0.5.1-alpha) +#### Fixed(0.5.1-alpha) - Fix method list_to_googletrans index error bug. [issue #48](https://github.com/BingLingGroup/autosub/issues/48) - Fix unix subprocess.check_output compatibility. [issue #47](https://github.com/BingLingGroup/autosub/issues/47) @@ -166,14 +192,17 @@ Click up arrow to go back to TOC. - Refactor internal regions unit to millisecond. [issue #23](https://github.com/BingLingGroup/autosub/issues/23) - Refactor speech regions detection by using auditok. [issue #27](https://github.com/BingLingGroup/autosub/issues/27) - Refactor generate_subtitles into 3 parts. [issue #24](https://github.com/BingLingGroup/autosub/issues/24) -- [issue #8](https://github.com/BingLingGroup/autosub/issues/8) - - Fix python3 compatibility issues. - - Fix Nuitka build after updating Nuitka to 0.6.4(Environment Anaconda2 python3.5). - Refactor api_gen_text to 2 parts. One is speech_to_text. Another is text_translation. [issue #33](https://github.com/BingLingGroup/autosub/issues/33) - Refactor txt output. Now txt can output regions. -- Fix vtt output replacing all commas to dots issues. - Refactor list_to_sub_str. [issue #37](https://github.com/BingLingGroup/autosub/issues/37) +#### Fixed(0.5.0-alpha) + +- Fix vtt output replacing all commas to dots issues. +- [issue #8](https://github.com/BingLingGroup/autosub/issues/8) + - Fix python3 compatibility issues. + - Fix Nuitka build after updating Nuitka to 0.6.4(Environment Anaconda2 python3.5). +  ↑  ### [0.4.1-alpha] - 2019-07-11 @@ -188,16 +217,19 @@ Click up arrow to go back to TOC. #### Changed(0.4.1-alpha) -- Fix vague language codes caused wrong recognition result. [agermanidis/autosub pull request #136](https://github.com/agermanidis/autosub/pull/136) - Change docs. +#### Fixed(0.4.1-alpha) + +- Fix vague language codes caused wrong recognition result. [agermanidis/autosub pull request #136](https://github.com/agermanidis/autosub/pull/136) +  ↑  ### [0.4.0-alpha] - 2019-02-17 [0.4.0-alpha release](https://github.com/BingLingGroup/autosub/releases/tag/0.4.0-alpha) -#### Changed(0.4.0-alpha) +#### Fixed(0.4.0-alpha) - Fix several issues. [agermanidis/autosub pull request #128](https://github.com/agermanidis/autosub/pull/128) by [@iWangJiaxiang](https://github.com/iWangJiaxiang) - Fix "ffmpeg.exe" causes "Dependency not found: ffmpeg" on Windows. @@ -207,7 +239,8 @@ Click up arrow to go back to TOC.  ↑  -[Unreleased]: https://github.com/BingLingGroup/autosub/compare/0.5.5-alpha...HEAD +[Unreleased]: https://github.com/BingLingGroup/autosub/compare/0.5.6-alpha...HEAD +[0.5.6-alpha]: https://github.com/BingLingGroup/autosub/compare/0.5.5-alpha...0.5.6-alpha [0.5.5-alpha]: https://github.com/BingLingGroup/autosub/compare/0.5.4-alpha...0.5.5-alpha [0.5.4-alpha]: https://github.com/BingLingGroup/autosub/compare/0.5.3-alpha...0.5.4-alpha [0.5.3-alpha]: https://github.com/BingLingGroup/autosub/compare/0.5.2-alpha...0.5.3-alpha diff --git a/autosub/metadata.py b/autosub/metadata.py index 73a42882..23df48dd 100644 --- a/autosub/metadata.py +++ b/autosub/metadata.py @@ -12,7 +12,7 @@ # For gettext po files NAME = 'autosub' -VERSION = '0.5.5-alpha' +VERSION = '0.5.6-alpha' DESCRIPTION = _('Auto-generate subtitles for video/audio/subtitles file.') LONG_DESCRIPTION = ( _('Autosub is an automatic subtitles generating utility. ' diff --git a/docs/CHANGELOG.zh-Hans.md b/docs/CHANGELOG.zh-Hans.md index 6a701fc8..0551a773 100644 --- a/docs/CHANGELOG.zh-Hans.md +++ b/docs/CHANGELOG.zh-Hans.md @@ -11,28 +11,34 @@ - [未发布](#未发布) - [添加](#添加未发布) - [改动](#修改未发布) +- [0.5.6-alpha - 2020-03-20](#056-alpha---2020-03-20) + - [添加](#添加056-alpha) + - [即将删除](#即将删除056-alpha) + - [修复](#修复056-alpha) - [0.5.5-alpha - 2020-03-04](#055-alpha---2020-03-04) - [添加](#添加055-alpha) - - [改动](#改动055-alpha) + - [修复](#修复055-alpha) - [0.5.4-alpha - 2020-01-31](#054-alpha---2020-01-31) - [添加](#添加054-alpha) - - [改动](#改动054-alpha) + - [删除](#删除054-alpha) + - [修复](#修复054-alpha) - [0.5.3-alpha - 2019-12-30](#053-alpha---2019-12-30) - - [改动](#改动053-alpha) + - [修复](#修复053-alpha) - [0.5.2-alpha - 2019-11-05](#052-alpha---2019-11-05) - [添加](#添加052-alpha) - - [改动](#改动052-alpha) + - [修复](#修复052-alpha) - [0.5.1-alpha - 2019-08-02](#051-alpha---2019-08-02) - [添加](#添加051-alpha) - - [改动](#改动051-alpha) + - [修复](#修复051-alpha) - [0.5.0-alpha - 2019-07-27](#050-alpha---2019-07-27) - [添加](#添加050-alpha) - [改动](#改动050-alpha) + - [修复](#修复050-alpha) - [0.4.1-alpha - 2019-07-11](#041-alpha---2019-07-11) - [添加](#添加041-alpha) - [改动](#改动041-alpha) - [0.4.0-alpha - 2019-02-17](#040-alpha---2019-02-17) - - [改动](#改动040-alpha) + - [修复](#修复040-alpha) 点击上箭头以返回目录。 @@ -40,11 +46,21 @@ #### 添加(未发布) +#### 改动(未发布) + +### [0.5.6-alpha] - 2020-03-20 + +#### 添加(0.5.6-alpha) + - 添加额外的环境变量检查在查找依赖时。[issue #91](https://github.com/BingLingGroup/autosub/issues/91) - 添加无参数启动时的请求输入参数解析功能。[issue #92](https://github.com/BingLingGroup/autosub/issues/92) - 添加字幕处理功能,当不输入`-SRC`选项时。 -#### 改动(未发布) +#### 即将删除(0.5.6-alpha) + +- 即将删除Python 2.7支持。 + +#### 修复(0.5.6-alpha) - 修复Google Speech-to-Text API空结果返回bug。[issue #89](https://github.com/BingLingGroup/autosub/issues/89) - 修改选项`-sml`为`-nsml`。 @@ -59,12 +75,14 @@ - 添加[Google-Speech-v2](https://github.com/gillesdemey/google-speech-v2)识别错误的异常。 - 添加Nuitka兼容性代码,使得Nuitka编译版在使用Google Cloud服务账号凭据时终止运行。[Nuitka pkg_resources.DistributionNotFound错误](https://github.com/Nuitka/Nuitka/issues/146) -#### 改动(0.5.5-alpha) +#### 修复(0.5.5-alpha) - 修复部分高内存占用,通过终结子进程,减少默认多进程数量,使用`gc.collect(0)`。[issue #67](https://github.com/BingLingGroup/autosub/issues/67),[issue #74](https://github.com/BingLingGroup/autosub/issues/74) - 修复依赖查找问题。[issue #82](https://github.com/BingLingGroup/autosub/issues/82) - 修复ass标签翻译问题。[issue #79](https://github.com/BingLingGroup/autosub/issues/79) + ↑  + ### [0.5.4-alpha] - 2020-01-31 #### 添加(0.5.4-alpha) @@ -72,16 +90,19 @@ - 添加Google Cloud Speech-to-Text基础支持。[issue #10](https://github.com/BingLingGroup/autosub/issues/10) - 添加更多格式的双语字幕输出支持。[issue #72](https://github.com/BingLingGroup/autosub/issues/72) -#### 改动(0.5.4-alpha) +#### 删除(0.5.4-alpha) -- 修复输入是字幕文件时的输出格式限制。 - 删除gtransv2支持。 +#### 修复(0.5.4-alpha) + +- 修复输入是字幕文件时的输出格式限制。 +  ↑  ### [0.5.3-alpha] - 2019-12-30 -#### 改动(0.5.3-alpha) +#### 修复(0.5.3-alpha) - 修复ffmpeg参数导致的过长转码时间问题。[pull request #66](https://github.com/BingLingGroup/autosub/pull/66) - 修复Auditok选项问题。[issue #70](https://github.com/BingLingGroup/autosub/issues/70) @@ -95,7 +116,7 @@ - 添加问题模板。 -#### 改动(0.5.2-alpha) +#### 修复(0.5.2-alpha) - 修复最后一排空翻译丢行问题。[issue #62](https://github.com/BingLingGroup/autosub/issues/62) - 修复当前运行路径的可执行文件检测问题。 @@ -108,7 +129,7 @@ - 添加翻译源语言代码自动匹配功能。 -#### 改动(0.5.1-alpha) +#### 修复(0.5.1-alpha) - 修复方法list_to_googletrans的列表越界bug。[issue #48](https://github.com/BingLingGroup/autosub/issues/48) - 修复unix subprocess.check_output的兼容性问题。[issue #47](https://github.com/BingLingGroup/autosub/issues/47) @@ -163,13 +184,16 @@ - 修改内部音频处理的时间单位为毫秒。[issue #23](https://github.com/BingLingGroup/autosub/issues/23) - 修改内部时间轴/分句处理为auditok。[issue #27](https://github.com/BingLingGroup/autosub/issues/27) - 重构内部函数generate_subtitles为3个独立的部分。[issue #24](https://github.com/BingLingGroup/autosub/issues/24) +- 重构内部函数api_gen_text为两部分。一个是speech_to_text。另一个是text_translation。[issue #33](https://github.com/BingLingGroup/autosub/issues/33) +- 重构txt输出,现在可以用txt输出时间码。 +- 重构方法list_to_sub_str。[issue #37](https://github.com/BingLingGroup/autosub/issues/37) + +#### 修复(0.5.0-alpha) + - [issue #8](https://github.com/BingLingGroup/autosub/issues/8) - 修复python3兼容性问题。 - 修复Nuitka构建问题(Nuitka更新至0.6.4后解决,环境Anaconda2 python3.5)。 -- 重构内部函数api_gen_text为两部分。一个是speech_to_text。另一个是text_translation。[issue #33](https://github.com/BingLingGroup/autosub/issues/33) -- 重构txt输出,现在可以用txt输出时间码。 - 修复vtt输出模块替换所有逗号到句号的问题。 -- 重构方法list_to_sub_str。[issue #37](https://github.com/BingLingGroup/autosub/issues/37)  ↑  @@ -183,14 +207,17 @@ #### 改动(0.4.1-alpha) -- 修复因不确切的语言代码导致的错误识别结果。[agermanidis/autosub pull request #136](https://github.com/agermanidis/autosub/pull/136) - 修改文档。 +#### 修复(0.4.1-alpha) + +- 修复因不确切的语言代码导致的错误识别结果。[agermanidis/autosub pull request #136](https://github.com/agermanidis/autosub/pull/136) +  ↑  ### [0.4.0-alpha] - 2019-02-17 -#### 改动(0.4.0-alpha) +#### 修复(0.4.0-alpha) - 修复多个问题。[agermanidis/autosub pull request #128](https://github.com/agermanidis/autosub/pull/128) by [@iWangJiaxiang](https://github.com/iWangJiaxiang) - 修复Windows上ffmpeg依赖不存在问题。 @@ -200,7 +227,8 @@  ↑  -[未发布]: https://github.com/BingLingGroup/autosub/compare/0.5.5-alpha...HEAD +[未发布]: https://github.com/BingLingGroup/autosub/compare/0.5.6-alpha...HEAD +[0.5.6-alpha]: https://github.com/BingLingGroup/autosub/compare/0.5.5-alpha...0.5.6-alpha [0.5.5-alpha]: https://github.com/BingLingGroup/autosub/compare/0.5.4-alpha...0.5.5-alpha [0.5.4-alpha]: https://github.com/BingLingGroup/autosub/compare/0.5.3-alpha...0.5.4-alpha [0.5.3-alpha]: https://github.com/BingLingGroup/autosub/compare/0.5.2-alpha...0.5.3-alpha