Releases: terrestrial-io/terrestrial-cli
0.6.7 Release
This is a small bug fix release to fix issues some users were experiencing. The CLI's Objective-C editor was incorrectly escaping the target string, leading to malformed regular expressions.
Bug fixes
- Correctly escape target string during flight command edits
0.6.6 Release
Small update fixing issues that were encountered with the --scheme flag for ignite
and photoshoot
Bug Fixes
- Determine the .app file name from the app's Bundle Name when running
ignite
andphotoshoot
. - Better offline error handling for commands requiring internet access
- Shorter timeouts and better error handling for version checking
0.6.5 Release
This updates adds the '--schema' flag to the Ignite and Photoshoot command, allowing you to specify the Xcode schema to build your app with when running the commands.
Bug Fixes
- Updated the xcodebuild command to use the iOS simulator destination correctly, which was causing issues to some users
0.6.4 Release
Bug fixes
- Handle escaped double quotes inside Localizable.strings files
0.6.3 Release
This release includes numerous improvements in Storyboard editing. The 'flight' command adds userDefinedRuntimeAttribute tags to the Storyboard XML document, and this release attempts to minimize the diff caused when editing the file. This includes:
- Correctly match indentation of the Storyboard file
- Match Apple's custom attribute order in XML elements
If Terrestrial does not match the Storyboard XML formatting in your project, we consider it a bug, as it makes it harder to see what edits Terrestrial has made.
Bug Fixes
- Fall back to 'en' if the project's default language cannot be detected
- Back slashes in Localizable.strings files are parsed correctly
- Double quotes are escaped in generated Localizable.strings files
- Storyboard editor preserves all whitespace of existing text
0.6.2 Release
This release fixes bugs around Storyboard parsing and editing.
Bug fixes
- Ensure Storyboard string whitespace is preserved when adding userDefinedRuntimeAttributes
- Properly find Storyboard XML elements what have userDefinedRuntimeAttributes besides Terrestrial's
Bug fix release
Bug fixes
- correctly create ~/.terrestrial.yml file on first install
Features
- Update notifier. Prompts to update your CLI if a new version is available.
0.6.0 Release
Introducing a new workflow for Terrestrial.
Visit the documentation for more information.
Pre-release version 0.1.1
v0.1.1 Bumped version to 0.1.1
Initial pre-release
v0.1.0 Allow pushing to rubygems