Releases: C0D3D3V/Moodle-DL
Releases · C0D3D3V/Moodle-DL
Minor bug fix
Bug fix for Config Tools
Bug Fixes:
- When modifying config using the moodle-dl config tools, the config file was not truncate.
New Feature:
- Added support for notifications via ntfy by @khanxmetu
Activated TLS ALPN extension
Changes
- Now the TLS ALPN extension is always activated so that moodle-dl can connect to the moodle instance even if it is behind a reverse proxy.
More verbose SSO token errors
2.3.10 Bump to 2.3.10
Added option --use-all-ciphers
New Feature
- Added the option
--use-all-ciphers
. You can use it if you get SSL errors because of missing ciphers. (Default: insecure ciphers are disabled)
Fix bug for calendar mod
Bug Fix
- Fix crash on calendar events if there are no files in a course.
Fix Font Awesome in Moodle HTML Template
Fixes
- Because Moodle now does no longer allow cross-origin access, we now use font awesome from another cdn. This probably does not fix all Errors in Quizzes and Lessons HTMLs, please report more errors.
Bug Fix: Crash if no calendar was downloaded before
Bug Fix
- Fix crash if no calendar was downloaded before
Allow to download events from calendar mod
Added
- You can now download course calendar events. moodle-dl generates a simple HTML for every event. Initialy it will download all events, then it loads only events that are created after the last modification of events. To activate this set
download_calendars
to true. - You can now deactivate downloading of book mod, use option
download_books
.
Fix for book mod
Fixes
- Create table of contents recursive with subchapters