mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Bump version to 3.5.0
This commit is contained in:
parent
0113a0ca10
commit
533bc27439
24
CHANGELOG.md
24
CHANGELOG.md
@ -22,25 +22,29 @@ ambiguous situations.
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 3.5.0 - 2023-09-13
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- `no-delete-prompt-override` conflict resolution strategy
|
||||||
|
- Support for ILIAS learning modules
|
||||||
|
- `show_not_deleted` option to stop printing the "Not Deleted" status or report
|
||||||
|
message. This combines nicely with the `no-delete-prompt-override` strategy,
|
||||||
|
causing PFERD to mostly ignore local-only files.
|
||||||
|
- Support for mediacast video listings
|
||||||
|
- Crawling of files in info tab
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Remove size suffix for files in content pages
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Crawling of courses with the timeline view as the default tab
|
- Crawling of courses with the timeline view as the default tab
|
||||||
- Crawling of file and custom opencast cards
|
- Crawling of file and custom opencast cards
|
||||||
- Crawling of button cards without descriptions
|
- Crawling of button cards without descriptions
|
||||||
- Abort crawling when encountering an unexpected ilias root page redirect
|
- Abort crawling when encountering an unexpected ilias root page redirect
|
||||||
- Remove size suffix for files in content pages
|
|
||||||
- Sanitize ascii control characters on Windows
|
- Sanitize ascii control characters on Windows
|
||||||
- Crawling of paginated past meetings
|
- Crawling of paginated past meetings
|
||||||
- Ignore SCORM learning modules
|
- Ignore SCORM learning modules
|
||||||
|
|
||||||
### Added
|
|
||||||
- `no-delete-prompt-override` conflict resolution strategy
|
|
||||||
- support for ILIAS learning modules
|
|
||||||
- `show_not_deleted` option to stop printing the "Not Deleted" status or report
|
|
||||||
message. This combines nicely with the `no-delete-prompt-override` strategy,
|
|
||||||
causing PFERD to mostly ignore local-only files.
|
|
||||||
- support for mediacast video listings
|
|
||||||
- crawling of files in info tab
|
|
||||||
|
|
||||||
## 3.4.3 - 2022-11-29
|
## 3.4.3 - 2022-11-29
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
NAME = "PFERD"
|
NAME = "PFERD"
|
||||||
VERSION = "3.4.3"
|
VERSION = "3.5.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user