diff --git a/addon.xml b/addon.xml index 08bd07ef..1571c11e 100644 --- a/addon.xml +++ b/addon.xml @@ -74,7 +74,15 @@ Нативна інтеграція Plex в Kodi Підключає Kodi до серверу Plex. Цей плагін передбачає, що ви керуєте всіма своїми відео за допомогою Plex (і ніяк не Kodi). Ви можете втратити дані, які вже зберігаються у відео та музичних БД Kodi (оскільки цей плагін безпосередньо їх змінює). Використовуйте на свій страх і ризик! Використовуйте на свій ризик - version 2.4.10 (beta only): + version 2.5.0 (beta only): +- Huge rewrite of the sync mechanism - it should now be faster and more stable +- Sync huge Plex libraries now: the sync will load all data bit by bit +- Rewrote code for the main program loop, reducing the need for separate Python threads +- Rewrote and sped up code to access and change Kodi and Plex databases +- Fixes to Kodi 18 Leia music library +- Tons of other small fixes I can't remember + +version 2.4.10 (beta only): - Use xml.etree.cElementTree whenever possible to avoid memory leaks version 2.4.9: diff --git a/changelog.txt b/changelog.txt index fe374859..28e1e98b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,11 @@ +version 2.5.0 (beta only): +- Huge rewrite of the sync mechanism - it should now be faster and more stable +- Sync huge Plex libraries now: the sync will load all data bit by bit +- Rewrote code for the main program loop, reducing the need for separate Python threads +- Rewrote and sped up code to access and change Kodi and Plex databases +- Fixes to Kodi 18 Leia music library +- Tons of other small fixes I can't remember + version 2.4.10 (beta only): - Use xml.etree.cElementTree whenever possible to avoid memory leaks