diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a53c7f..f0e2c20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 [``](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 diff --git a/Cargo.lock b/Cargo.lock index 1eac9ce..191d0fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "KIT-ILIAS-downloader" -version = "0.2.22" +version = "0.2.23" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index 6c2074c..40ab847 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md index 90d7384..0ad339a 100644 --- a/README.md +++ b/README.md @@ -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