Version 0.2.23

This commit is contained in:
FliegendeWurst 2021-06-14 16:06:21 +02:00
parent cfd0e5d082
commit ff5bdb8d7a
4 changed files with 16 additions and 4 deletions

View File

@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
## [0.2.23] - 2021-06-14
### Added
- Logging output of saved forum post attachments
### Changed
- ILIAS folder/course pages are now always saved
### Fixed
- Links in saved ILIAS pages now work (see [`<base>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base))
- ZIP of multiple forum post attachments is no longer downloaded
## [0.2.22] - 2021-06-02
### Added
- `--sync-url` can now download more "personal desktop" pages
@ -134,7 +145,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[@Craeckie]: https://github.com/Craeckie
[@funnym0nk3y]: https://github.com/funnym0nk3y
[@Ma27]: https://github.com/Ma27
[Unreleased]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.2.22...HEAD
[Unreleased]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.2.23...HEAD
[0.2.22]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.2.22...v0.2.23
[0.2.22]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.2.21...v0.2.22
[0.2.21]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.2.20...v0.2.21
[0.2.20]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.2.19...v0.2.20

2
Cargo.lock generated
View File

@ -4,7 +4,7 @@ version = 3
[[package]]
name = "KIT-ILIAS-downloader"
version = "0.2.22"
version = "0.2.23"
dependencies = [
"anyhow",
"atty",

View File

@ -1,6 +1,6 @@
[package]
name = "KIT-ILIAS-downloader"
version = "0.2.22"
version = "0.2.23"
authors = ["FliegendeWurst <2012gdwu@posteo.de>"]
license = "GPL-3.0-or-later"
edition = "2018"

View File

@ -36,7 +36,7 @@ $ KIT-ILIAS-downloader -o ./ILIAS/WS2021-HM1 --sync-url 'https://ilias.studium.k
```
$ KIT-ILIAS-downloader --help
KIT-ILIAS-downloader 0.2.22
KIT-ILIAS-downloader 0.2.23
USAGE:
KIT-ILIAS-downloader [FLAGS] [OPTIONS] --output <output>