Skip to content

Latest commit

 

History

History
118 lines (77 loc) · 5.37 KB

CHANGELOG.md

File metadata and controls

118 lines (77 loc) · 5.37 KB

Installation/Updating

To install Subliminal see the installation walkthrough on the wiki.

To update Subliminal:

  • If you installed Subliminal manually, download Subliminal from the Releases page and drop in the new sources.
  • If you installed Subliminal using Git submodules, execute git checkout <tag> from Subliminal's root directory and commit your change in your project.
  • If you installed Subliminal using Cocoapods, update your Podfile (optional) and then execute pod update Subliminal from your project directory.

Then, to update your installation of Subliminal's docs (if desired), execute rake install from Subliminal's root directory (if you installed Subliminal manually or using Git submodules) or from YOUR_PROJECT_DIR/Pods/Subliminal (if you installed Subliminal using Cocoapods).

Please also see the notes below for release-specific update instructions.

Master

1.1

Complete diff

Because of the significant period of time between the 1.0.1 and 1.1 releases, the 1.1 changelog is heavily abridged.

Updated Requirements
  • Subliminal now requires Xcode 5.1. iOS 5.1 is still supported, though this is the last release to support iOS 5.1. To test in the iOS 5.1 Simulator, users must run OS X 10.8 and manually add the iOS 5.1 Simulator to Xcode as described here.
  • Subliminal no longer requires the user's password to run from the command-line. Users should stop passing the -login_password and --live options to the subliminal-test script and instead pre-authorize their computers to run Instruments.
Notable Features
New SLElement subclasses
Other API additions
Notable bug fixes
  • Workaround isVisible not working in non-portrait orientations
    Jeffrey Wear #180

  • Fix interacting with collection view cell contents by including mock views in the accessibility path
    Jeffrey Wear #179

  • Detect the simulator launching in an inconsistent state (Travis CI Stability improvement)
    Jeffrey Wear #148

  • Guard against nil in accessibilityElementAtIndex:
    Chad Etzel #125

  • Search for the deepest element within the element hierarchy (iOS 7 fix)
    Nanouk #116