Skip to content

Releases: glujan/drpg

2024.1.17

18 Jan 07:54
b765e4a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.11.10...2024.1.17

2023.11.10

10 Nov 12:19
91ca122
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.11.8...2023.11.10

2023.11.8

08 Nov 12:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.5.11...2023.11.8

2023.5.11

11 May 12:18
71ba87f
Compare
Choose a tag to compare
  • fixed a bug that interrupted some downloads (#34)

What's Changed

  • Handle error responses when getting file url by @glujan in #35
  • Prepare release 2023.5.11 by @glujan in #36

Full Changelog: 2022.12.0...2023.5.11

2022.12.0

18 Dec 13:12
c6a1816
Compare
Choose a tag to compare
Rework releases (#33)

* Add hook for setup.cfg

* Bump mypy hook

* Add workflow to publish package

* Bump version

* Return value from suppress_errors decorator

* Fix action reference

2022.9.0

30 Sep 20:58
01afc1e
Compare
Choose a tag to compare
Follow redirects when downloading a file. Fixes #30. (#31)

* Follow redirects when downloading a file. Fixes #30.

* Update Python 3.11 to rc2

* Add pre-commit

* Improve type hints

2022.2.0

14 Feb 19:27
Compare
Choose a tag to compare
  • add support for httpx 0.16-0.22+

2021.11.0

19 Nov 22:39
Compare
Choose a tag to compare
  • add support for httpx 0.20-0.21
  • add support for Python 3.10

2021.9.0

14 Sep 10:22
ed3c98e
Compare
Choose a tag to compare

First stable version 🚀

0.0.9-beta

17 May 07:03
817e092
Compare
Choose a tag to compare
0.0.9-beta Pre-release
Pre-release
Merge pull request #12 from glujan/add-type-hints

Add type hints