Skip to content

2.1.0 - Coloratura

Compare
Choose a tag to compare
@pepicrft pepicrft released this 22 Oct 17:14
· 2175 commits to main since this release

Changed

  • Use cache version instead of Tuist version in target hash calculation #3554 by @danyf90
  • Perform remote cache download and upload concurrently #3549 by @danyf90

Added

  • Add analytics option to Config.Cloud to enable sending analytics event to cloud backend #3547 by @danyf90
  • Add optional manifest argument to tuist dump command, to allow to dump other kinds of manifests #3551 by @danyf90
  • Add device and os options to caching profiles #3546 by @mollyIV
  • Add support for configuring the LastUpgradeCheck of the Xcode project #3561 by @mollyIV
  • Add arbitrarily high LastUpgradeCheck to SwiftPackageManager generated projects to disable warnings #3569 by @danyf90
  • Add isCI parameter to analytics events #3568 by @mollyIV
  • Add Add Files Resource Synthesizer #3584 by @mollyIV
  • Add support for additional files at the target level #3579 by @danyf90

Fixed

  • Fix a focused project issue for which when focusing a tests target, cached resources are not linked to it. #3571 by @fila95
  • Fix target caching resources linking for extensions. They are now considered runnable targrts (which they are) #3570 by @fila95
  • Fix the way a target is known to be supporting resources, excluding .commandLineTools. #3572 by @fila95
  • Fix Swift Package Manager default resource handling #3295 by @mstfy
  • If present, use coloured output configuration from environment even if it's false #3550 by @danyf90
  • Fix tuist generate performance regression #3562 by @adellibovi