Skip to content

Releases: univ-of-utah-marriott-library-apple/management_tools

v1.9.1

Choose a tag to compare

@pdarragh pdarragh released this 04 Feb 00:55

Mildly updated Slack integration with some errors on construction, and updated the documentation to reflect the changes.

v1.9.0

Choose a tag to compare

@pdarragh pdarragh released this 13 Oct 23:11

Adds a new Slack integration module. Pretty exciting!

1.8.1

Choose a tag to compare

@pdarragh pdarragh released this 20 Mar 23:38

Now including fs_analysis, which provides the means for checking simple filesystem stats (such as disk usage and capacity).

1.7.0

Choose a tag to compare

@pdarragh pdarragh released this 27 Feb 00:00

Significant rewrite and update of the loggers module. Backwards-compatible in most ways.

1.6.3

Choose a tag to compare

@pdarragh pdarragh released this 06 Feb 01:45

This new release expands the abilities of the loggers. Now each logger is an extension of the built-in Logger class, which allows for more methods and greater flexibility in your code.

Note that while the most important functionality was tested, not everything could be. If you find an issue, please submit an issue!

v1.5.13

Choose a tag to compare

@pdarragh pdarragh released this 15 Jul 17:02

PyPkg now has the ability to include "extra" files through use of the --extras option. This allows for additional information to be included in distribution .dmg files, such as readmes or configuration files.

v1.5.11

Choose a tag to compare

@pdarragh pdarragh released this 24 Jun 20:47

PyPkg now supports signing of packages with a digital identity, installer/uninstaller packages are bundled together in a .dmg, and other minor updates.

v1.3.1

Choose a tag to compare

@pdarragh pdarragh released this 21 May 21:55
Executable Update

AppInfo can now return the location of the application’s executable
binary.

v1.2

Choose a tag to compare

@pdarragh pdarragh released this 07 May 23:18
Update setup.py

Forgot to update version information in last minor change.