Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Releases: fastlane-old/frameit

4.0.0 Update to support fastlane 2.0

18 Dec 23:33
Compare
Choose a tag to compare
  • Note: Previous fastlane 2.0 compatible releases were removed due to cyclic dependency errors
  • This release is only compatible with fastlane 2.0. To continue using fastlane 1, please use older releases
  • Calling <tool-name> from the commandline is now deprecated. Please use fastlane <tool-name> instead.

3.1.1 Hotfix

15 Dec 21:20
Compare
Choose a tag to compare

Fixed getting version number for fastlane 2.0

3.1.0 Added support for fastlane 2.0

15 Dec 20:07
Compare
Choose a tag to compare
  • Add support for fastlane 2.0
  • Update the documentation
  • Width Change for iPad 2 offset
  • Fixed offsets for some devices (#6923)

3.0.0 New Frames

24 Oct 17:51
Compare
Choose a tag to compare
  • Rewrote the whole framing process, so that you don't have to do anything manually any more
  • frameit now automatically downloads and installs all the frames the first time you use it
  • Support for Rose Gold, Gold and the new Matte Black
  • Support for the new iPhone 7
  • Full support for portrait and landscape mode
  • You can lock a specific version of frames in your Framefile.json if you want to, to have consistent builds in the future

Rose Gold
screenshot 2016-10-21 15 11 23
Gold
screenshot 2016-10-21 15 14 30

2.8.0 Improvements

05 Oct 19:35
Compare
Choose a tag to compare
  • Update internal dependencies (#6104)
  • Add a test for error shown with a UTF-8 encoded strings file (#5960)
  • Display error when parsing a .strings file returns empty results fixing #1747 (#5958)
  • Add a ROOT path constant for frameit (#5843)
  • Escape single quotes in frameit title strings (#4849)
  • Added interline spacing to frameit titles (#3989)

2.7.0 Show full devices

01 Jun 02:45
Compare
Choose a tag to compare
  • Added new show_complete_frame option for Framefile to show the full device (#4929)
  • Updated internal dependencies and fastlane architecture

2.6.2 Improvements

10 May 14:55
Compare
Choose a tag to compare
  • Improve the way frameit works when run as an action

2.6.1 Bump mini-magick dependency

03 May 13:31
Compare
Choose a tag to compare
  • Fix issue with older versions of mini-magick and the iPhone SE frame conversion

2.6.0 Use iPhone SE Frames

29 Apr 15:57
Compare
Choose a tag to compare
  • Use iPhone SE frames instead of iPhone 5s (by default). h/t to NicolasMahe

2.5.1 Rollback 2.5.0

03 Mar 03:57
Compare
Choose a tag to compare
  • Rolls back 2.5.0 which needs further testing
  • Thanks for the quick report @dvalenzuela-com