From 33e0a50fd6e176b4abb0c970779039e997757272 Mon Sep 17 00:00:00 2001 From: Croneter Date: Sat, 2 Mar 2024 08:01:17 +0100 Subject: [PATCH] beta version bump 3.8.8 --- addon.xml | 8 ++++++-- changelog.txt | 4 ++++ resources/lib/variables.py | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/addon.xml b/addon.xml index 50e6c2cd1..ca22edbec 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -103,7 +103,11 @@ Plex를 Kodi에 기본 통합 Kodi를 Plex Media Server에 연결합니다. 이 플러그인은 Plex로 모든 비디오를 관리하고 Kodi로는 관리하지 않는다고 가정합니다. Kodi 비디오 및 음악 데이터베이스에 이미 저장된 데이터가 손실 될 수 있습니다 (이 플러그인이 직접 변경하므로). 자신의 책임하에 사용하십시오! 자신의 책임하에 사용 - version 3.8.7 (beta only): + version 3.8.8 (beta only): +- WARNING: You will need to reset the Kodi database! +- Fix changelog: Omega instead of Nexus #2036 + +version 3.8.7 (beta only): - Kodi Omega: new attempt to fix movies not showing up #2034 - Separate intro / credit / commercial skip settings (thanks @Spacetech) #2033 diff --git a/changelog.txt b/changelog.txt index bf425fee5..86130d44d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +version 3.8.8 (beta only): +- WARNING: You will need to reset the Kodi database! +- Fix changelog: Omega instead of Nexus #2036 + version 3.8.7 (beta only): - Kodi Omega: new attempt to fix movies not showing up #2034 - Separate intro / credit / commercial skip settings (thanks @Spacetech) #2033 diff --git a/resources/lib/variables.py b/resources/lib/variables.py index 7f90ce938..c1fb72862 100644 --- a/resources/lib/variables.py +++ b/resources/lib/variables.py @@ -104,7 +104,7 @@ PKC_MACHINE_IDENTIFIER = None # Minimal PKC version needed for the Kodi database - otherwise need to recreate -MIN_DB_VERSION = '3.8.5' +MIN_DB_VERSION = '3.8.8' DB_VIDEO_VERSION = None DB_VIDEO_PATH = None