# Changelog

## [0.1.7](https://github.com/liblaf/thu-learn-downloader/compare/v0.1.6...v0.1.7) (2023-03-02)

### Bug Fixes

- fix filename on macOS ([5fb82a6](https://github.com/liblaf/thu-learn-downloader/commit/5fb82a61f81befc475c39f5b866a60b014cae51b))

## [0.1.6](https://github.com/liblaf/thu-learn-downloader/compare/v0.1.5...v0.1.6) (2023-03-02)

### Bug Fixes

- **ci:** fix workflow syntax ([d8e68d9](https://github.com/liblaf/thu-learn-downloader/commit/d8e68d9aa21bb667d857fa74e3858e4387b4d8f4))
- fix filename ([#29](https://github.com/liblaf/thu-learn-downloader/issues/29)) ([aa35ee4](https://github.com/liblaf/thu-learn-downloader/commit/aa35ee4a0d6fd821596107b70ffd0bf9a629a1d3))

## [0.1.5](https://github.com/liblaf/thu-learn-downloader/compare/v0.1.4...v0.1.5) (2023-02-28)

### Bug Fixes

- fix usage as module ([89fe654](https://github.com/liblaf/thu-learn-downloader/commit/89fe6543cebf51b697016b37f5c7f44724380060))

## [0.1.4](https://github.com/liblaf/thu-learn-downloader/compare/v0.1.3...v0.1.4) (2023-02-27)

### Documentation

- **license:** update copyright year(s) ([#13](https://github.com/liblaf/thu-learn-downloader/issues/13)) ([90c2ffe](https://github.com/liblaf/thu-learn-downloader/commit/90c2ffe68a5348964e2887a6208359f266739330))

## [0.1.3](https://github.com/liblaf/thu-learn-downloader/compare/v0.1.2...v0.1.3) (2023-02-27)

### Bug Fixes

- rename release assets ([c03b735](https://github.com/liblaf/thu-learn-downloader/commit/c03b735b0213dc2851916e3ba1af14498d284296))

## [0.1.2](https://github.com/liblaf/thu-learn-downloader/compare/0.1.1...v0.1.2) (2023-02-24)

### Bug Fixes

- migrate to python 3.11 ([ce52070](https://github.com/liblaf/thu-learn-downloader/commit/ce52070b65bae9d5012445213d4fca30ff515f29))

## 0.1.1 (2022-12-26)

### Fix

- auto skip submit & comment attachment

## 0.1.0 (2022-11-12)

### Feat

- refactor
- use `hydra` instead of `argparse`
- **multiprocessing**: support multiprocessing

### Fix

- change default download directory
- **downloader.py**: prepend course number before course folder name
- **tqdm**: fix tqdm scale
