Skip to content

Commit 533bc27

Browse files
committed
Bump version to 3.5.0
1 parent 0113a0c commit 533bc27

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

CHANGELOG.md

+14-10
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,29 @@ ambiguous situations.
2222

2323
## Unreleased
2424

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+
2539
### Fixed
2640
- Crawling of courses with the timeline view as the default tab
2741
- Crawling of file and custom opencast cards
2842
- Crawling of button cards without descriptions
2943
- Abort crawling when encountering an unexpected ilias root page redirect
30-
- Remove size suffix for files in content pages
3144
- Sanitize ascii control characters on Windows
3245
- Crawling of paginated past meetings
3346
- Ignore SCORM learning modules
3447

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-
4448
## 3.4.3 - 2022-11-29
4549

4650
### Added

PFERD/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
NAME = "PFERD"
2-
VERSION = "3.4.3"
2+
VERSION = "3.5.0"

0 commit comments

Comments
 (0)