Warning: If you are upgrading from an older version: Run Moodle-dl with--without-downloading-files to avoid re-downloading description files
New Features
- More arbitrarily changing stuff is filtered from descriptions to prevent re-downloading (by leo872016)
- The call to `core_webservice_get_site_info` can now be skipped, instead the `userid` and Moodle version can be specified manually.
- When you log out of a course online, but it continues to be downloaded from moodle-dl, you now only get a warning instead of all files being marked as deleted
- It now uses aioxmpp instead of slixmpp, so XMPP messages are sent instantaneously instead of very slowly.
- Icons in Telegram and XMPP notifications are used.
- It is now possible to use Moodles with `http` (without encryption). A warning is issued if you try to do this.
- It is now possible to download content from the Helixmedia extension.
Changes
- Explanations were improved (by AlexBocken)
Bug Fixes
- An exception handling was repaired. (by Azuxul)
- The version check (when trying to get an sso token automatically) has been fixed.