Skip to content

Releases: Installomator/Installomator

v10.5

15 Oct 07:11
Compare
Choose a tag to compare

v10.4

02 Jun 07:16
Compare
Choose a tag to compare

v10.4

Full Changelog: v10.3...v10.4

v11.0 beta1

10 Feb 11:55
Compare
Choose a tag to compare
v11.0 beta1 Pre-release
Pre-release

Note: do not use in production, but please test thoroughly and report issues!

  • argument reordering (#834) (this changes behavior, see note below)
  • Swift Dialog:
    • support for SwiftDialog notifications (#833, #835)
    • adds version to progress text in Swift Dialog (#794)
  • User Interaction:
    • adds PROMPT_TIMEOUT to prompt_user and prompt_user_then_kill (#771, #140)
    • only prompts once on prompt_user_then_kill (#603)
    • don't reopen app on silent_fail (#657, #860)
    • no relaunch if user chooses 'Not Now' (#638)
  • Version Checking:
    • better detection of new install versus an update (#756)
    • display version of application in notification windows (#637)
    • package version checking improved for pkgs with multiple components (#844)
  • adds new label property folderName (#783)
  • continues script when 'Management Action' stalls (#808)
  • new labels:

Important Note: #834 changes the behavior of additional arguments:

  • the application label now has to be the first argument (or $4 with Jamf)
  • you can set or override variables with arguments 2 and up, order remains irrelevant ($5 and up with Jamf)
  • parsing variable arguments now happen after evaluating the label

This re-ordering of evaluation now allows you to override values set in the actual label with arguments. This can allow admins to temporarily override broken downloadURLs, appNewVersions etc.

v10.3

10 Feb 11:24
Compare
Choose a tag to compare

v10.2

06 Jan 11:13
Compare
Choose a tag to compare

v10.1

02 Dec 09:32
Compare
Choose a tag to compare
  • updated Jamf/Dialog scripts icon handling (#778)

  • Readme Updates (#744)

  • new labels:

    • amazoncorretto11jdk (#721)
    • amazoncorretto17jdk (#721)
    • bbeditpkg (#720)
    • boop (#781)
    • camtasia2021, camtasia2022 (#730)
    • jamfcpr (#753)
    • jetbrainsrider
    • lgcalibrationstudio (#763)
    • mendeleyreferencemanager (#713)
    • microsoftofficefactoryreset (#751)
    • microsoftofficeremoval (#755)
    • mist-cli (#733)
    • mist (#732)
    • mobiletolocal (#752)
    • netiquette (#770)
    • todoist (#769)
    • transfer (#773)
    • vpntracker365 (#760)
    • zerotier (#785)
  • updated labels:

v10.0

18 Nov 12:47
Compare
Choose a tag to compare
  • updates to MDM sample scripts (#738)
  • updates to Swift Dialog integration (#717)
  • documentation updates (#711)

And everything from the betas (beta1, beta2, beta3)

  • new labels:

  • updated labels:

    • googleadseditor (#739)
    • openvpnconnectv3 (#750)
    • tunnelblick (#618)

v10beta3

03 Oct 23:15
Compare
Choose a tag to compare
v10beta3 Pre-release
Pre-release

Plus everything from 10beta1 and 10beta2.

  • new labels:

  • updated labels:

    • acroniscyberprotectconnectagent (#678)
    • adobecreativeclouddesktop (#687)
    • adobereaderdc-update (#707)
    • audacity (#708)
    • duckduckgo (#704)
    • libreoffice (#605)
    • nudge
    • obs (#692)
    • r (#702)
    • rstudio (#702)
    • screamingfrogseospider (#665)
    • vlc (#705, #606)
    • xcreds

v10beta2

02 Sep 13:22
Compare
Choose a tag to compare
v10beta2 Pre-release
Pre-release
  • fixed problem with GitHub labels (#659)
  • bz2 archive support (#659)
  • fixed WorkspaceOne support (#653)

Plus everything from v10beta1

  • new labels:
  • updated labels:
    • acroniscyberprotectconnect/remotix (#664)
    • acroniscyberprotectconnectagent/remotixagent (#664)
    • awsvpnclient (#586)
    • boxtools (#589)
    • clevershare2 (#664)
    • coderunner (#664)
    • colourcontrastanalyser (#664)
    • cryptomator (#664)
    • dangerzone (#664)
    • drawio (#664)
    • golang (#664)
    • icons (#664)
    • insomnia (#664)
    • knockknock (#664)
    • libreoffice (#672)
    • macports
    • opera (#664)
    • supportapp (#664)
    • vmwarehorizonclient (#645, #511)
  • deleted/deactivated labels:

v10beta1

12 Aug 15:18
Compare
Choose a tag to compare
v10beta1 Pre-release
Pre-release
  • swiftDialog integration (#641, #632), many thanks to @bartreardon, sample scripts in the MDM folder
  • added WorkspaceOne option for LOGO (#517)
  • added function for JSON parsing with JXA (#529)
  • updated assemble.sh script to update Labels.txt when script is rebuilt (#540)
  • added a no requisite install script (#493)
  • GitHub lookup now don't use API calls, this should avoid or at least reduce rate limiting (#543)
  • fixed redundant exit codes (#643, #561)

NOTE: some exit codes have changed! see Installomator Exit Codes for a list

Full Changelog: v9.2...v10beta1