pferd/CHANGELOG.md

101 lines
3.4 KiB
Markdown
Raw Normal View History

2021-04-29 16:14:50 +02:00
# Changelog
2021-05-29 21:38:36 +02:00
All notable changes to this project will be documented in this file. The format
is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2021-04-29 16:14:50 +02:00
2021-05-29 21:38:36 +02:00
This project has its own custom versioning scheme. Version numbers consist of
three parts (e. g. `3.1.5`).
- The first number is increased on major rewrites or changes. What classifies as
a major change is up to the maintainers. This is pretty rare and a PFERD
version 4 should hopefully not be necessary.
- The second number is increased on backwards-incompatible changes in behaviour.
This refers to any change that would make an existing setup behave differently
(e. g. renaming options or changing crawler behaviour). If this number is
increased, it may be necessary for you to adapt your own setup.
- The third number is increased on backwards-compatible changes (e. g. adding
new options or commands, changing documentation, fixing bugs). Updates that
only increase this number should be safe and not require manual intervention.
We will try to correctly classify changes as backwards-compatible or
backwards-incompatible, but may occasionally make mistakes or stumble across
ambiguous situations.
2021-04-29 16:14:50 +02:00
2021-05-24 20:08:49 +02:00
## Unreleased
2021-04-29 16:14:50 +02:00
2021-07-07 14:26:20 +02:00
### Added
- `--skip` command line option
- Support for ILIAS booking objects
### Changed
- Using multiple path segments on left side of `-name->` now results in an
error. This was already forbidden by the documentation but silently accepted
by PFERD.
- More consistent path printing in some `--explain` messages
### Fixed
- Nondeterministic name deduplication due to ILIAS reordering elements
2021-06-13 17:23:18 +02:00
## 3.1.0 - 2021-06-13
If your config file doesn't do weird things with transforms, it should continue
to work. If your `-re->` arrows behave weirdly, try replacing them with
`-exact-re->` arrows. If you're on Windows, you might need to switch from `\`
path separators to `/` in your regex rules.
2021-06-04 18:33:02 +02:00
### Added
- `skip` option for crawlers
- Rules with `>>` instead of `>` as arrow head
- `-exact-re->` arrow (behaves like `-re->` did previously)
2021-06-04 18:33:02 +02:00
### Changed
- The `-re->` arrow can now rename directories (like `-->`)
- Use `/` instead of `\` as path separator for (regex) rules on Windows
- Use the label to the left for exercises instead of the button name to
determine the folder name
### Fixed
- Video pagination handling in ILIAS crawler
2021-06-01 11:49:30 +02:00
## 3.0.1 - 2021-06-01
2021-05-31 17:55:56 +02:00
### Added
- `credential-file` authenticator
- `--credential-file` option for `kit-ilias-web` command
- Warning if using concurrent tasks with `kit-ilias-web`
2021-05-31 17:55:56 +02:00
### Changed
- Cookies are now stored in a text-based format
### Fixed
- Date parsing now also works correctly in non-group exercises
2021-05-31 12:49:04 +02:00
## 3.0.0 - 2021-05-31
2021-04-29 16:14:50 +02:00
### Added
2021-05-25 17:16:57 +02:00
- Proper config files
- Concurrent crawling
- Crawl external ILIAS links
- Crawl uploaded exercise solutions
- Explain what PFERD is doing and why (`--explain`)
- More control over output (`--status`, `--report`)
2021-05-26 11:47:51 +02:00
- Debug transform rules with `--debug-transforms`
2021-05-25 17:16:57 +02:00
- Print report after exiting via Ctrl+C
- Store crawler reports in `.report` JSON file
- Extensive config file documentation (`CONFIG.md`)
- Documentation for developers (`DEV.md`)
2021-04-29 16:14:50 +02:00
- This changelog
### Changed
- Rewrote almost everything
2021-05-25 17:16:57 +02:00
- Better error messages
2021-04-29 16:14:50 +02:00
- Redesigned CLI
2021-05-25 17:16:57 +02:00
- Redesigned transform rules
- ILIAS crawling logic (paths may be different)
- Better support for weird paths on Windows
- Set user agent (`PFERD/<version>`)
2021-04-29 16:14:50 +02:00
### Removed
- Backwards compatibility with 2.x
2021-05-25 17:16:57 +02:00
- Python files as config files
- Some types of crawlers