Mdathome Golang Versions Save

An unofficial rewrite of the official MangaDex@Home client, with focus on performance and reliability!

v2.0.0

1 year ago

Changelog

  • 133a858 Upgrade go.mod to Golang v1.19
  • 736c35c Attempt to fix Golang caching
  • deb8ba9 Updated Golang from v1.17 to v1.19
  • 7376c16 Updated goreleaser from v1.4.1 to v1.12.3
  • e2c4e36 Tweak caching path
  • aded801 Strip symbols from build
  • 7c8c956 Updated dependencies
  • 86acc2d Allow for selective enabling of geoip without removing MaxMind key
  • 7aeb190 Fixed critical typo
  • b302079 Tweaked cache scanning intervals and limits more tolerantly
  • d77362a Remove executability from Makefile
  • 9f9f360 Updated dependencies
  • 2d34220 Better configuration file handling?

v2.0.0-rc2

1 year ago

Changelog

  • 4197277 Updated dependencies
  • d9bb479 Improved default configuration handling
  • 24652c9 Try tweaking upstream transport for better performance
  • 7a28052 Updated dependencies
  • 16061ff Remove erroneous log message
  • babe87b Update dependencies
  • 37e6189 Upgrade to Golang 1.18
  • c357824 Upgraded dependencies
  • 1a566a4 Move configuration logic into internal package
  • ec1d8b0 Moved configuration into Golang source file
  • 377eaa6 Replace release notes by default

v2.0.0-rc1

2 years ago

Changelog

  • 4903f94 Release v2.0.0-rc1 - The Great Rewrite
  • 00b85fc Upgrade dependencies
  • 0430e45 Adapted more stringent checks

v1.12.2

2 years ago

Changelog

  • cf56665 Release v1.12.2
  • b934254 Added fallback invalid hostname rejecter
  • 437681a Attempt to mitigate SNI crashes
  • d1085d0 Remove client settings max constant
  • 6bfa6c9 Updated CHANGELOG.md
  • e7bcb88 Disabled buggy TLS SNI whitelist by default

v1.12.1

2 years ago

Changelog

  • 0be9dd0 Release v1.12.1
  • b677510 Added configuration of visitor timeouts
  • b79351e Updated golang.org/x/crypto
  • 0396367 Added GitHub Actions build and publish mechanism
  • 7d67705 Updated dependencies

v1.12.0

2 years ago

[v1.12.0] - 2021-08-11

Added

  • Added TLS certificate reloader by [@lflare].

v1.11.6

2 years ago

[v1.11.6] - 2021-07-03

Changed

  • Increased timeout for Read by [@lflare].
  • Increase timeouts to 5 minutes by [@lflare].

Fixed

  • Ignore non-existant cache files when deleting by [@lflare].

v1.11.5

2 years ago

[v1.11.5] - 2021-06-15

Added

  • [2021-06-14] Added experimental auto-recovery and gzip support by [@lflare].

Changed

  • [2021-06-14] Took advantage of new bolt.Compact() command for database shrinking by [@lflare].

Fixed

  • [2021-06-14] Fixed reverse proxy X-Forwarded-For IP handling by [@lflare].
  • [2021-06-14] Automatically serve robots.txt, fixes #19 by [@lflare].

v1.11.4

2 years ago

[v1.11.4] - 2021-06-10

Fixed

  • [2021-06-10] Properly refixed TLS SNI random crashes again by [@lflare].

v1.11.3

2 years ago

[v1.11.3] - 2021-06-07

Changed

  • [2021-06-02] Removed upx from macOS/Darwin builds by [@lflare].

Fixed

  • [2021-06-07] Fixed TLS SNI random crashes by [@lflare].