[Features]
- Update-Only Flag: Introduced
-u, --update-only
flag that allows updating only specified applications. Users can provide a comma-separated list of apps or use the flag multiple times. Example usage: -
heavyscript update -u sonarr,radarr,nextcloud
- Enhanced DNS Function: The DNS function now accepts app names, returning results only for those specified apps. Example usage:
-
heavyscript dns sonarr radarr nextcloud
.
[Improvements]
- Enhanced Ignore Flag: The
-i, --ignore
flag now accepts comma-separated lists. -
- Example:
heavyscript update --ignore sonarr,radarr,nextcloud
. The previous method of using individual-i
flags per app remains functional.
- Example:
[Removed]
- DNS Function Changes: Removed the
-a
or--all
flag, which is now the default for the DNS function.