Releases: tmspzz/Rome
Releases · tmspzz/Rome
v0.7.0.12 - Lucius Tarquinius Superbus
- Upload/Download commands use repository names as opposed to framework names
v0.6.1.11 - Servius Tullius
- 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
- Fixed: Removed white spaces from framework name aliases
v0.6.0.9 - Servius Tullius
- 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
Implements #12
additional frameworks names are specified in the Romefile
as
[RepositoryMap]
CocoaLumberjack = CocoaLumberjack, CocoaLumberjackSwift
v0.5.0.7 - Lucius Tarquinius Priscus
- 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
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
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 calledS3-Bucket
- Key-Value format is now
key = value
everywhere, including[RepositoryMap]
section
v0.4.0.4 - Ancus Marcius
- Implemented: Filter GitHub repos through the RepositoryMap
v0.3.0.3 - Tullus Hostilius
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