Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Releases: leocov-dev/tadpoles-backup

Release v2.1.1

01 May 14:00
53a9687
Compare
Choose a tag to compare

Changes

  • container images are now published to GitHubs container registry instead of Docker Hub.
  • updated documentation to reference new container image.
  • chore: update testing code and update dependencies @leocov-dev (#51)

Release v2.1.0

12 Oct 13:05
Compare
Choose a tag to compare

Changes

  • Tadpoles password reset now uses API instead of JS bookmarklet @leocov-dev (#45)
  • build(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 @dependabot (#43)

Release v2.0.0

25 Aug 21:54
5e060b6
Compare
Choose a tag to compare

Changes

  • almost complete rewrite to support multiple providers
  • current providers are Tadpoles and Bright Horizons
  • new flag -p / --provider allows provider selection, omitting this flag defaults the provider to tadpoles
  • environment variables changed: TADPOLES_USER is now USERNAME, TADPOLES_PASS is now PASSWORD, a new var PROVIDER was added to configure the target provider
  • command clear cookie is now clear login
  • flag -c / --concurrency was deleted, goroutine limit is fixed at 2x cpu cores
  • documentation updates

Release v1.1.0

19 Feb 17:07
Compare
Choose a tag to compare

Changes

Features

Release v1.0.10

23 Oct 19:10
Compare
Choose a tag to compare

No functional changes.
Testing updated release publishing scripts.

Release v1.0.9

09 Oct 01:37
Compare
Choose a tag to compare

updated go to 1.19.x
updated dependencies
build for M1 macs (darwin arm64)

Release v1.0.7

30 May 14:42
Compare
Choose a tag to compare
This release only adds builds for linux/arm and linux/arm64.
No functionality was changed.

Release v1.0.6

18 Apr 23:00
Compare
Choose a tag to compare
  • renamed reset command to clear
    • reset is still available but deprecated and will be removed in a future release
  • added an experimental reset-password command to help people reset their tadpoles.com password

Release v1.0.5

08 Apr 00:40
Compare
Choose a tag to compare
  • Added a local cache for events downloaded from tadpoles api, this will significantly speed up the tool as it will now only download events since the last cache entry
  • Added a cli command reset to remove the cache and cookies should you choose to do so

Release v1.0.4

01 Apr 01:43
Compare
Choose a tag to compare
  • Remove some debug statements that were always printing
  • Code cleanup
  • Errors for problems with tadpoles.com certificates
  • Code tests