From 79bc1065f3f6044b1550c61b3418faca481481c4 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 27 Aug 2018 18:44:52 -0400 Subject: [PATCH] GAM 4.61 --- src/var.py | 2 +- src/whatsnew.txt | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/src/var.py b/src/var.py index 00f0d0e1..6ef2d6e8 100644 --- a/src/var.py +++ b/src/var.py @@ -4,7 +4,7 @@ import platform import re gam_author = u'Jay Lee ' -gam_version = u'4.60' +gam_version = u'4.61' gam_license = u'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' GAM_URL = u'https://git.io/gam' diff --git a/src/whatsnew.txt b/src/whatsnew.txt index 8aaba669..b60231b9 100644 --- a/src/whatsnew.txt +++ b/src/whatsnew.txt @@ -1,3 +1,16 @@ +GAM 4.61 + - New Gmail delegation API + - Remove "admin" command from user create/update to avoid accidental super admins. Still possible to give super admin rights via "gam create admin" command. (Ross) + - Vault export fixes by Ross + - minor fixes and improvements by Ross and Jay + +GAM 4.60 + - Google Vault Export API gam support + - Ross - add textcolor and backgroundcolor options for Gmail labels + - Ross - add owneremail option to print courses + - GAM 4.50 had no bugs at all, nothing to fix. + - Just kidding, lots of bug fixes and code cleanup. Thanks Ross. + GAM 4.50 - many cleanups, bugfixes and improvements by Ross and ejochman - multiple queries and more options for Chrome OS by Ross