diff --git a/src/GamUpdate.txt b/src/GamUpdate.txt index 0ad2a0d9..2ebd2f8f 100644 --- a/src/GamUpdate.txt +++ b/src/GamUpdate.txt @@ -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 print|show filecounts` that adds diff --git a/src/gam/__init__.py b/src/gam/__init__.py index 243ebad0..caa4f6b8 100755 --- a/src/gam/__init__.py +++ b/src/gam/__init__.py @@ -25,7 +25,7 @@ https://github.com/GAM-team/GAM/wiki """ __author__ = 'GAM Team ' -__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