robjschroeder / App-Auto-Patch

Auto patch management script via Dialog
https://techitout.xyz/app-auto-patch/
MIT License
112 stars 20 forks source link

2.0.0b7 #18

Closed robjschroeder closed 10 months ago

robjschroeder commented 10 months ago

Version 2.0.0b7, 10.23.2023 Robert Schroeder (@robjschroeder)

- Fixed some logic during discovery that prevented some apps from being queued. (Issue #14 thanks @Apfelpom)

- Added more checks when determining available version vs installed version. Some Installomator app labels do not report an

accurate appNewVersion variable, those will be found in the logs as "[WARNING] --- Latest version could not be determined from Installomator app label"

These apps will be queued regardless of having a properly updated app. [Line No. ~851-870]

- With the added checks for versioning, if an app with a higher version is installed vs available version from Installomator, the app will not be queued. (thanks, @dan-snelson)

#