Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Commit

Permalink
Changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
arvvoid committed Mar 27, 2020
1 parent b045e5c commit 8c00700
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
</news>
<assets>
<icon>resources/icon.png</icon>
Expand Down
5 changes: 3 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8c00700

Please sign in to comment.