GAM 7.00.03 pre-release

This commit is contained in:
Jay Lee
2024-09-18 09:31:30 -04:00
parent 484238ece2
commit 3e8bff23c4
2 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,13 @@
7.00.03
MacOS builds now use PyInstaller's "one directory" method which produces a smaller gam executable and a
lib/ sub-directory with supporting libraries. one directory builds are an ORDER OF MAGNITUDE FASTER to start
where 7.00.02 MacOS builds usually took ~7 seconds to run "gam version", 7.00.03 runs the command in less than
0.5 seconds.
MacOS builds are now signed by Jay's Apple Developer ID and notarized (scanned for malware) by Apple. This
should resolve MacOS security warnings that need to be overridden when running GAM.
7.00.02
Added option `showlastmodification` to `gam <UserTypeEntity> print|show filecounts` that adds

View File

@@ -25,7 +25,7 @@ https://github.com/GAM-team/GAM/wiki
"""
__author__ = 'GAM Team <google-apps-manager@googlegroups.com>'
__version__ = '7.00.02'
__version__ = '7.00.03'
__license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
#pylint: disable=wrong-import-position