Skip to content

Commit

Permalink
Update version info for v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wollac11 committed Apr 6, 2017
1 parent 4406dc8 commit ee1b340
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Munki App Updater
Checks & updates Munki packaged apps for managed OSX machines

Supported apps: Firefox, Firefox ESR, Thunderbird, Mendeley Desktop
Supported apps: Firefox, Firefox ESR, Thunderbird, Mendeley Desktop, FileZilla

<details>
<summary>
Expand Down Expand Up @@ -68,4 +68,20 @@ Supported apps: Firefox, Firefox ESR, Thunderbird, Mendeley Desktop
- Added: provider for updating Mendeley Desktop
- Misc code improvements

-- 1.2 (06/06/2017):

- Added: Use of temp directories for downloads
- Added: Provider for FileZilla
- Added: Excluding of apps by input argument
- Added: Updating specific apps by input argument
- Added: Testing mode
- Added: Cleanup of download files after import
- Added: Support for non DMG app packages
- Fixed: Redundant code (removed)
- Fixed: Thunderbird app path (updated to match Autopkg recipe)
- Fixed: Completion messages (now conditional on success)
- Fixed: Resource busy errors from diskutil on slow volumes
- Fixed: File permissions on app providers
- Fixed: Misc small bugs

</details>
4 changes: 2 additions & 2 deletions munki-app-updater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Munki App Updater
# Checks and updates munki packages
# Version 1.1
# Version 1.2
# Charlie Callow 2017

# Config
Expand Down Expand Up @@ -39,7 +39,7 @@ done
clear
echo "-----------------------"
echo "---MUNKI APP UPDATER---"
echo "------Version 1.1------"
echo "------Version 1.2------"
echo "--Charlie Callow 2017--"
echo "-----------------------"
echo
Expand Down

0 comments on commit ee1b340

Please sign in to comment.