Skip to content

Releases: distribyted/distribyted

v0.14.0

21 Feb 10:00
cced772
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/goccy/go-yaml from 1.11.2 to 1.11.3 by @dependabot in #262
  • Bump uraimo/run-on-arch-action from 2.6.0 to 2.7.1 by @dependabot in #260
  • Bump peter-evans/dockerhub-description from 3 to 4 by @dependabot in #261
  • Bump github.com/anacrolix/log from 0.14.6-0.20231202035202-ed7a02cad0b4 to 0.15.0 by @dependabot in #269
  • Bump github.com/anacrolix/torrent from 1.53.3 to 1.54.0 by @dependabot in #266
  • Bump github.com/bodgit/sevenzip from 1.4.5 to 1.5.0 by @dependabot in #268
  • Bump golang.org/x/net from 0.20.0 to 0.21.0 by @dependabot in #267
  • Bump github.com/rs/zerolog from 1.31.0 to 1.32.0 by @dependabot in #264
  • Bump crazy-max/ghaction-docker-meta from 5.5.0 to 5.5.1 by @dependabot in #265
  • Bump github.com/anacrolix/dht/v2 from 2.21.0 to 2.21.1 by @dependabot in #271
  • feat: Avoid timeout errors on start. by @ajnavarro in #272
  • Expose "disable TCP/uTP" torrent client options. by @pataquets in #263

Full Changelog: v0.13.0...v0.14.0

v0.13.0

23 Jan 18:16
a7064e4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.0...v0.13.0

v0.12.0

26 Sep 12:31
78c3edb
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/net from 0.14.0 to 0.15.0 by @dependabot in #215
  • Bump github.com/goccy/go-yaml from 1.9.4 to 1.11.2 by @dependabot in #217
  • Bump github.com/fsnotify/fsnotify from 1.5.4 to 1.6.0 by @dependabot in #216
  • Bump github.com/urfave/cli/v2 from 2.3.0 to 2.25.7 by @dependabot in #214
  • Bump github.com/rs/zerolog from 1.26.1 to 1.30.0 by @dependabot in #212
  • Bump github.com/dgraph-io/badger/v3 from 3.2103.2 to 3.2103.5 by @dependabot in #213
  • Bump github.com/bodgit/sevenzip from 1.1.1 to 1.4.3 by @dependabot in #220
  • Bump gopkg.in/natefinch/lumberjack.v2 from 2.0.0 to 2.2.1 by @dependabot in #221
  • Bump github.com/mattn/go-colorable from 0.1.12 to 0.1.13 by @dependabot in #219

Full Changelog: v0.11.0...v0.12.0

v0.11.0

06 Sep 08:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.10.0

08 Oct 17:45
fab0b80
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.2...v0.10.0

v0.9.2

21 Dec 19:37
4b29ce6
Compare
Choose a tag to compare

v0.9.1

19 Dec 11:03
a1b8cd1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

10 Dec 12:05
5d1f56a
Compare
Choose a tag to compare

What's Changed

  • Improve documentation updating interface screenshots. by @ajnavarro in #104
  • Improve server. Set chunk size to 2MB to support huge archives. by @ajnavarro in #103
  • Expose HTTPFS on menu bar. by @ajnavarro in #105

Full Changelog: v0.8.2...v0.9.0

v0.8.2

01 Dec 19:00
c51c88e
Compare
Choose a tag to compare
  • Fix storage and torrent reader. #101

v0.8.1

30 Nov 17:28
Compare
Choose a tag to compare
  • Fix a problem setting read timeout, causing context canceled errors.