Skip to content

Releases: terrestrial-io/terrestrial-cli

0.6.7 Release

13 Apr 16:15
Compare
Choose a tag to compare

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

06 Apr 10:30
Compare
Choose a tag to compare

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 and photoshoot.
  • Better offline error handling for commands requiring internet access
  • Shorter timeouts and better error handling for version checking

0.6.5 Release

01 Mar 09:52
Compare
Choose a tag to compare

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

25 Feb 18:56
Compare
Choose a tag to compare

Bug fixes

  • Handle escaped double quotes inside Localizable.strings files

0.6.3 Release

25 Feb 14:04
Compare
Choose a tag to compare

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

22 Feb 14:06
Compare
Choose a tag to compare

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

12 Feb 14:59
Compare
Choose a tag to compare

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

09 Feb 11:39
Compare
Choose a tag to compare

Introducing a new workflow for Terrestrial.

Visit the documentation for more information.

Pre-release version 0.1.1

08 Feb 12:51
Compare
Choose a tag to compare
Pre-release
v0.1.1

Bumped version to 0.1.1

Initial pre-release

07 Feb 19:38
Compare
Choose a tag to compare
Initial pre-release Pre-release
Pre-release
v0.1.0

Allow pushing to rubygems