Skip to content

Releases: GAM-team/got-your-back

GYB 1.82

09 Aug 13:40
a7b2329
Compare
Choose a tag to compare
  • fix #456 strptime unconverted data error
  • upgrade Python, OpenSSL and other libraries

GYB 1.81

19 Apr 18:06
493ddf9
Compare
Choose a tag to compare
  • Fix back off and retry failures by reducing batch sizes for respective actions.
  • Update Python and OpenSSL to the latest releases.

GYB 1.80

18 Jan 16:10
Compare
Choose a tag to compare

GYB 1.74

02 Aug 17:06
3f1cd46
Compare
Choose a tag to compare
  • GYB now has a native version for Apple Silicon (M1, M2, etc) Macs
  • Python and OpenSSL upgraded to the latest releases

GYB 1.73

20 Feb 16:22
8c16026
Compare
Choose a tag to compare
  • Fix 64-bit builds on Windows. 32-bit builds are deprecated, upgrade to a 64-bit OS.

GYB 1.72

01 Nov 21:15
5d00b64
Compare
Choose a tag to compare

GYB 1.71

26 Sep 20:11
c8df0d0
Compare
Choose a tag to compare
  • improved build process should reduce false positive AV detection of GYB
  • fix --action restore-group and .eml files as a type of mbox.

GYB 1.70

17 Jun 12:18
482d175
Compare
Choose a tag to compare
  • New beta feature --action backup-chat backs up Hangouts/Chat messages which are archived to Gmail. Note that images/files are not backed up due to Gmail API limitations. This feature is an early beta preview and may not be reliable/stable. If you try it, please report your experience to the GYB mailing lists.
  • GYB now retries more network and TLS connectivity errors meaning it should be more robust when using a less stable connection.
  • Out with some old bugs.
  • In with some new bugs.

GYB 1.62

30 Mar 15:38
4e43a22
Compare
Choose a tag to compare
  • upgrade Python/OpenSSL for GYB binaries to fix security issue (minimal chance of impacting GYB)

GYB 1.61

17 Mar 02:07
632aaa8
Compare
Choose a tag to compare
  • Fix new OAuth flow on Windows that was crashing. #365