This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
Releases: leocov-dev/tadpoles-backup
Releases · leocov-dev/tadpoles-backup
Release v2.1.1
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
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
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 nowUSERNAME
,TADPOLES_PASS
is nowPASSWORD
, a new varPROVIDER
was added to configure the target provider - command
clear cookie
is nowclear login
- flag
-c / --concurrency
was deleted, goroutine limit is fixed at 2x cpu cores - documentation updates
Release v1.1.0
Changes
Features
- build and publish docker image @leocov-dev (#40)
- features for automated workflows @leocov-dev (#37)
- Add docker @arthurnn (#35)
Release v1.0.10
No functional changes.
Testing updated release publishing scripts.
Release v1.0.9
updated go to 1.19.x
updated dependencies
build for M1 macs (darwin arm64)
Release v1.0.7
This release only adds builds for linux/arm and linux/arm64. No functionality was changed.
Release v1.0.6
- renamed
reset
command toclear
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
- 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
- Remove some debug statements that were always printing
- Code cleanup
- Errors for problems with tadpoles.com certificates
- Code tests