Skip to content

Releases: hobuinc/doppkit

v0.2.2

18 Sep 23:08
50a6e8a
Compare
Choose a tag to compare

What's Changed

  • Fix Import - Content is in doppkit.cache by @j9ac9k in #44

Full Changelog: v0.2.1...v0.2.2

v0.2.1

18 Sep 20:04
45dac8b
Compare
Choose a tag to compare

What's Changed

  • Less monkey-patching of Application, rename overwrite to override by @j9ac9k in #43

Full Changelog: v0.2.0...v0.2.1

v0.2.0

14 Aug 22:04
de5a277
Compare
Choose a tag to compare

What's Changed

  • Use Python3.9 compatible type annotation syntax by @j9ac9k in #37
  • Add download progress to gui by @j9ac9k in #38
  • CodeSign Windows Releases by @j9ac9k in #39
  • Disable SSL verification on pre-specified servers by @j9ac9k in #40
  • Bump version to 0.2.0 by @j9ac9k in #41

Full Changelog: v0.1.15...v0.2.0

v0.1.15

24 Jul 18:19
74abb95
Compare
Choose a tag to compare

What's Changed

  • More Project Restructuring - Fix GUI binary not launching by @j9ac9k in #36

Full Changelog: v0.1.14...v0.1.15

v0.1.14

21 Jul 20:58
755931f
Compare
Choose a tag to compare

What's Changed

  • Create a directory if needed by @j9ac9k in #26
  • Fix error with making parent directories of downloads by @j9ac9k in #29
  • copy in parse_options_header from werkzeug to drop its binary build req by @hobu in #28
  • Fix intersection parameter, relay exceptions by @j9ac9k in #30
  • Add GUI + Shuffle Project Structure by @j9ac9k in #31
  • Add user-agent information so GRiD server can track doppkit usage by @j9ac9k in #32
  • Fix various release CI issues by @j9ac9k in #35

Full Changelog: v0.1.12...v0.1.14

v0.1.12

28 Apr 14:40
44d8438
Compare
Choose a tag to compare

What's Changed

  • Flip the logic for application of disable ssl verification by @hobu in #24

Full Changelog: v0.1.11...v0.1.12

v0.1.11

27 Apr 15:37
be38c30
Compare
Choose a tag to compare

What's Changed

  • add --disable-ssl-verification option #22 by @hobu in #23

New Contributors

  • @hobu made their first contribution in #23

Full Changelog: v0.1.10...v0.1.11

v0.1.10

10 Apr 20:34
c1b6014
Compare
Choose a tag to compare

What's Changed

  • Limit the number of async tasks in the queue by @j9ac9k in #10
  • Add CI job to publish windows single executable on release by @j9ac9k in #11

Full Changelog: v0.1.0...v0.1.10

v0.1.0

21 Mar 17:45
5c8d3f8
Compare
Choose a tag to compare

Features

  • async downloads occur in parallel

Bug Fix

  • now works with URL redirects

Misc

  • aiofiles added as a dependency
  • Python 3.9 minimum