From e787ac06b24f45a203ac4b02b466423456700f1d Mon Sep 17 00:00:00 2001 From: croneter Date: Sun, 2 May 2021 14:12:33 +0200 Subject: [PATCH] Fix changelog --- addon.xml | 1 + changelog.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/addon.xml b/addon.xml index 10d6ce42..9c17c02b 100644 --- a/addon.xml +++ b/addon.xml @@ -98,6 +98,7 @@ - Direct paths: corrections to more closely mirror Kodi's way of saving movie and tv show files to the db - Make sure that the correct file system encoding is used for playlists - Fix a rare AttributeError when using playlists +- Fix regression: fix add-on paths always falling back to direct paths version 3.1.2 (beta only): - Fix ImportError: cannot import name 'dir_util' from 'distutils' on PKC startup diff --git a/changelog.txt b/changelog.txt index f0d18bc9..5e652420 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,7 @@ version 3.1.3 (beta only): - Direct paths: corrections to more closely mirror Kodi's way of saving movie and tv show files to the db - Make sure that the correct file system encoding is used for playlists - Fix a rare AttributeError when using playlists +- Fix regression: fix add-on paths always falling back to direct paths version 3.1.2 (beta only): - Fix ImportError: cannot import name 'dir_util' from 'distutils' on PKC startup