@@ -22,25 +22,29 @@ ambiguous situations.
22
22
23
23
## Unreleased
24
24
25
+ ## 3.5.0 - 2023-09-13
26
+
27
+ ### Added
28
+ - ` no-delete-prompt-override ` conflict resolution strategy
29
+ - Support for ILIAS learning modules
30
+ - ` show_not_deleted ` option to stop printing the "Not Deleted" status or report
31
+ message. This combines nicely with the ` no-delete-prompt-override ` strategy,
32
+ causing PFERD to mostly ignore local-only files.
33
+ - Support for mediacast video listings
34
+ - Crawling of files in info tab
35
+
36
+ ### Changed
37
+ - Remove size suffix for files in content pages
38
+
25
39
### Fixed
26
40
- Crawling of courses with the timeline view as the default tab
27
41
- Crawling of file and custom opencast cards
28
42
- Crawling of button cards without descriptions
29
43
- Abort crawling when encountering an unexpected ilias root page redirect
30
- - Remove size suffix for files in content pages
31
44
- Sanitize ascii control characters on Windows
32
45
- Crawling of paginated past meetings
33
46
- Ignore SCORM learning modules
34
47
35
- ### Added
36
- - ` no-delete-prompt-override ` conflict resolution strategy
37
- - support for ILIAS learning modules
38
- - ` show_not_deleted ` option to stop printing the "Not Deleted" status or report
39
- message. This combines nicely with the ` no-delete-prompt-override ` strategy,
40
- causing PFERD to mostly ignore local-only files.
41
- - support for mediacast video listings
42
- - crawling of files in info tab
43
-
44
48
## 3.4.3 - 2022-11-29
45
49
46
50
### Added
0 commit comments