Skip to content

Releases: foundriesio/composeapp

v96.0.1

07 Jan 15:13

Choose a tag to compare

Bug fixes, improvements and a proxy support

New Features

  • Define proxy providing function in config (4f79b3b)

Fixes:

  • Fix image loading if the same image is referenced more than twice with different references (33e1479)
  • Support DockerHub for images and compose apps (ee33c6a, b516208)

Improvements

  • Add option to force update completion (854ce05)
  • Prune only dangling images by default after update uninstall/completion (6a356d0)

v96.0.0

17 Nov 12:25

Choose a tag to compare

Enhancements

  1. Increase visibility into the app blob download process:
    • Display the status of partially downloaded blobs in the output of the check and pull commands.
    • Show download progress for each blob in the pull command output, including both average and current download speeds.

Fixes

  1. Define timeouts for each stage of communication with a container registry to ensure the app download doesn't get stuck in case of poor or no network connectivity (the most important are: connection timeout set to 2 minutes and read timeout set to 15 minutes).

  2. Skip stopping non-installed apps.