From 8c0070007caf4a8d94288a29e8e17bf16217c2c9 Mon Sep 17 00:00:00 2001 From: arvvoid Date: Fri, 27 Mar 2020 18:39:16 +0100 Subject: [PATCH] Changelog update --- addon.xml | 5 +++-- changelog.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/addon.xml b/addon.xml index 67ac8a92..6678e38d 100644 --- a/addon.xml +++ b/addon.xml @@ -47,9 +47,10 @@ If an official app is available for your platform, use it instead of this. - Fix playing the same content twice with caching enabled for Spain/Nordic region - Minor code/style fixes - Update translations -- Remove pycryptodomex dependency ,use a pure python aes implementation +- Remove pycryptodomex dependency ,use a pure python aes implementation (pyaes) [THIS VERSION WILL ASK TO RE-ENTER CREDENTIALS] - [THIS IMPROVE OUT OF THE BOX COMPATIBILITY WITH MORE DEVICES] + [THIS IMPROVE OUT OF THE BOX COMPATIBILITY WITH MORE DEVICES, NO NOTICABLE PERFORMANCE DIFFERENCE FOR THE USE] + [pycryptodomex had to be installed from command line on many Linux, macOS] resources/icon.png diff --git a/changelog.md b/changelog.md index 59957eee..d58dc91a 100644 --- a/changelog.md +++ b/changelog.md @@ -2,9 +2,10 @@ v.2.5.0 - Fix playing the same content twice with caching enabled for Spain/Nordic region - Minor code/style fixes - Update translations -- Remove pycryptodomex dependency ,use a pure python aes implementation +- Remove pycryptodomex dependency ,use a pure python aes implementation (pyaes) [THIS VERSION WILL ASK TO RE-ENTER CREDENTIALS] - [THIS IMPROVE OUT OF THE BOX COMPATIBILITY WITH MORE DEVICES] + [THIS IMPROVE OUT OF THE BOX COMPATIBILITY WITH MORE DEVICES, NO NOTICABLE PERFORMANCE DIFFERENCE FOR THE USE] + [pycryptodomex had to be installed from command line on many Linux, macOS] v.2.4.0 - New enhanced Kids category (EU handler)