mirror of
https://github.com/FliegendeWurst/KIT-ILIAS-downloader.git
synced 2024-08-28 04:04:18 +00:00
Version 0.2.19
This commit is contained in:
parent
696025f88b
commit
1f9ab6a07c
@ -6,6 +6,10 @@ and this project loosely adheres to [Semantic Versioning](https://semver.org/spe
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.2.19] - 2021-05-11
|
||||||
|
### Fixed
|
||||||
|
- Status display on Windows (issue [#14])
|
||||||
|
|
||||||
## [0.2.18] - 2021-05-07
|
## [0.2.18] - 2021-05-07
|
||||||
### Added
|
### Added
|
||||||
- Request rate limiting (default 8 req. / 60 s, option `--rate`, issue [#13])
|
- Request rate limiting (default 8 req. / 60 s, option `--rate`, issue [#13])
|
||||||
@ -99,6 +103,7 @@ and this project loosely adheres to [Semantic Versioning](https://semver.org/spe
|
|||||||
## [0.1.0] - 2020-04-21
|
## [0.1.0] - 2020-04-21
|
||||||
(undocumented)
|
(undocumented)
|
||||||
|
|
||||||
|
[#14]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/issues/14
|
||||||
[#13]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/issues/13
|
[#13]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/issues/13
|
||||||
[#11]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/pull/11
|
[#11]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/pull/11
|
||||||
[#10]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/issues/10
|
[#10]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/issues/10
|
||||||
@ -114,7 +119,8 @@ and this project loosely adheres to [Semantic Versioning](https://semver.org/spe
|
|||||||
[@Craeckie]: https://github.com/Craeckie
|
[@Craeckie]: https://github.com/Craeckie
|
||||||
[@funnym0nk3y]: https://github.com/funnym0nk3y
|
[@funnym0nk3y]: https://github.com/funnym0nk3y
|
||||||
[@Ma27]: https://github.com/Ma27
|
[@Ma27]: https://github.com/Ma27
|
||||||
[Unreleased]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.2.18...HEAD
|
[Unreleased]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.2.19...HEAD
|
||||||
|
[0.2.18]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.2.18...v0.2.19
|
||||||
[0.2.18]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.2.17...v0.2.18
|
[0.2.18]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.2.17...v0.2.18
|
||||||
[0.2.17]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.2.16...v0.2.17
|
[0.2.17]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.2.16...v0.2.17
|
||||||
[0.2.16]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.2.15...v0.2.16
|
[0.2.16]: https://github.com/FliegendeWurst/KIT-ILIAS-downloader/compare/v0.2.15...v0.2.16
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -4,7 +4,7 @@ version = 3
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "KIT-ILIAS-downloader"
|
name = "KIT-ILIAS-downloader"
|
||||||
version = "0.2.18"
|
version = "0.2.19"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"atty",
|
"atty",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "KIT-ILIAS-downloader"
|
name = "KIT-ILIAS-downloader"
|
||||||
version = "0.2.18"
|
version = "0.2.19"
|
||||||
authors = ["FliegendeWurst <2012gdwu@posteo.de>"]
|
authors = ["FliegendeWurst <2012gdwu@posteo.de>"]
|
||||||
license = "GPL-2.0-or-later"
|
license = "GPL-2.0-or-later"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
Loading…
Reference in New Issue
Block a user