Skip to content

Releases: tmspzz/Rome

v0.7.0.12 - Lucius Tarquinius Superbus

08 Oct 19:24
Compare
Choose a tag to compare

⚠️ !!! Breaking changes !!! ⚠️

  • Upload/Download commands use repository names as opposed to framework names

v0.6.1.11 - Servius Tullius

28 Sep 16:10
Compare
Choose a tag to compare
  • Logging beginning / ending of operations if -v verbose is specified
  • Adding timestamps to logs when -v verbose is specified

v0.6.0.10 - Servius Tullius

26 Sep 16:36
Compare
Choose a tag to compare
  • Fixed: Removed white spaces from framework name aliases

v0.6.0.9 - Servius Tullius

09 Sep 08:29
Compare
Choose a tag to compare
Pre-release
  • Fixes crash because of non total function in v0.6.0.8
  • Implements #12

additional frameworks names are specified in the Romefile as

[RepositoryMap]
CocoaLumberjack = CocoaLumberjack, CocoaLumberjackSwift

v0.6.0.8 - Servius Tullius

06 Sep 13:00
Compare
Choose a tag to compare
Pre-release

Implements #12

additional frameworks names are specified in the Romefile as

[RepositoryMap]
CocoaLumberjack = CocoaLumberjack, CocoaLumberjackSwift

v0.5.0.7 - Lucius Tarquinius Priscus

25 Aug 06:22
Compare
Choose a tag to compare
  • Implemented: By default rome (upload | download) will also upload/download matching dSYMs
  • Note: rome list is unaffected by dSYMs

v0.5.0.6 - Lucius Tarquinius Priscus

23 Aug 08:21
Compare
Choose a tag to compare
Pre-release

WARNING: Uses new Romefile format

  • Implemented: By default rome (upload | download) will also upload/download matching dSYMs
  • Note: rome list is unaffected by dSYMs

v0.4.0.5 - Ancus Marcius

21 Aug 22:10
Compare
Choose a tag to compare

WARNING: This release changes the Romefile format to INI. Please see the README

  • Implemented: Filter GitHub repos through the RepositoryMap
  • Implemented: Moved Romefile to ini format - BREAKING CHANGE

Romefile changes:

  • Section [S3-Bucket] is now called [Cache]
  • Section [Cache] must contain a key called S3-Bucket
  • Key-Value format is now key = value everywhere, including [RepositoryMap] section

v0.4.0.4 - Ancus Marcius

17 Aug 10:02
Compare
Choose a tag to compare
Pre-release
  • Implemented: Filter GitHub repos through the RepositoryMap

v0.3.0.3 - Tullus Hostilius

17 Aug 09:09
Compare
Choose a tag to compare

Implemented: rome list ([--missing] | [--present]) to list Frameworks missing/present in the cache.
Implemented: Auto discovery of AWS region based on contents of ~/.aws/config