From 6d1df5ce3223565b4b0f577af9d3980fe7ba6620 Mon Sep 17 00:00:00 2001 From: Vilnius Ramanauskas Date: Sun, 17 Oct 2021 16:22:40 +0300 Subject: [PATCH] Up version to 5.1.3 (safely import translatePath by antonsoroko) --- README.md | 3 +++ addon.xml | 7 ++++--- changelog.txt | 3 +++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ca64ed1..0123206 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ Search and download subtitles for movies and TV-Series from OpenSubtitles.org. S Changelog +5.1.3 +- Safely import translatePath. (by [antonsoroko](https://github.com/antonsoroko)) + 5.1.2 - Fixes for python3/matrix. Remove sys.path.append. diff --git a/addon.xml b/addon.xml index 5962768..eefa9d6 100644 --- a/addon.xml +++ b/addon.xml @@ -1,7 +1,7 @@ @@ -51,8 +51,9 @@ 多语种的电影及剧集字幕,每日更新千余条翻译好的字幕。免费下载,提供API接口,已拥有上百万的用户。 Users need to provide OpenSubtitles.org username and password in add-on configuration -v5.1.2 (2020-03-21) by enen92 -- Fixes for python3/matrix. Remove sys.path.append. +v5.1.3 (2021-10-17) by antonsoroko +- safely import translatePath. + all GPL-2.0-only diff --git a/changelog.txt b/changelog.txt index a5ca201..b4e678a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ +5.1.3 +- Safely import translatePath. (by antonsoroko) + 5.1.2 - Fixes for python3/matrix. Remove sys.path.append.