Releases: univ-of-utah-marriott-library-apple/management_tools
Releases · univ-of-utah-marriott-library-apple/management_tools
v1.9.1
Mildly updated Slack integration with some errors on construction, and updated the documentation to reflect the changes.
v1.9.0
Adds a new Slack integration module. Pretty exciting!
1.8.1
Now including fs_analysis
, which provides the means for checking simple filesystem stats (such as disk usage and capacity).
1.7.0
Significant rewrite and update of the loggers
module. Backwards-compatible in most ways.
1.6.3
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
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
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
Executable Update
AppInfo can now return the location of the application’s executable
binary.
v1.2
Update setup.py
Forgot to update version information in last minor change.