This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
Releases: fastlane-old/frameit
Releases · fastlane-old/frameit
4.0.0 Update to support fastlane 2.0
- 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 usefastlane <tool-name>
instead.
3.1.1 Hotfix
Fixed getting version number for fastlane 2.0
3.1.0 Added support for fastlane 2.0
- 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
- 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
2.8.0 Improvements
- 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
- Added new
show_complete_frame
option forFramefile
to show the full device (#4929) - Updated internal dependencies and fastlane architecture
2.6.2 Improvements
- Improve the way frameit works when run as an action
2.6.1 Bump mini-magick dependency
- Fix issue with older versions of mini-magick and the iPhone SE frame conversion
2.6.0 Use iPhone SE Frames
- Use iPhone SE frames instead of iPhone 5s (by default). h/t to NicolasMahe
2.5.1 Rollback 2.5.0
- Rolls back 2.5.0 which needs further testing
- Thanks for the quick report @dvalenzuela-com