Releases: Patrick-Kladek/ScreenshotFramer
Fix old format incompatibility
What's Changed
- Fix old format incompatibility by @ReDetection in #37
New Contributors
- @ReDetection made their first contribution in #37
Full Changelog: v2.0.1...v2.0.2
Improve Layout in exported Website
What's Changed
- Fix Layout Issue in generated Website by @Patrick-Kladek in #35
Full Changelog: v2.0...v2.0.1
Update for new AppStore Requirements
It seems like the AppStore is now enforcing images without alpha channel. Until now this wasn't a problem if no actual pixel was transparent.
Unfortunately this also breaks existing projects as the file structure has changed.
What's Changed
- Disable Alpha channel in exported images by @Patrick-Kladek in #31
Full Changelog: v1.1...v2.0
General Improvements
What's Changed
- Fix fastlane spelling by @KrauseFx in #9
- Enhancement by @ss18 in #10
- Rename LICENSE.md to LICENSE by @Rubenfer in #11
- Add multiline support to font size limiting implementation by @nikolaykasyanov in #12
- update for Xcode 9.3 by @Patrick-Kladek in #13
- Use NSTextField itself to calculate text size by @nikolaykasyanov in #14
- Fix SwiftLint errors by @nikolaykasyanov in #16
- Xcode 10.1 Update by @aquarius in #17
- Fix wrong preview while editing by @Patrick-Kladek in #18
- Add link to Facebook device assets by @hannesoid in #19
- Add new shortcut by @Patrick-Kladek in #20
- Xcode 11 Update by @aquarius in #25
- Language skip hidden folders by @Patrick-Kladek in #24
- Add Aspect-Ratio locking and centering controls by @hannesoid in #26
- Xcode 13 by @Patrick-Kladek in #28
- Preview Website by @Patrick-Kladek in #29
- Add more cli options by @Patrick-Kladek in #30
New Contributors
- @KrauseFx made their first contribution in #9
- @ss18 made their first contribution in #10
- @Rubenfer made their first contribution in #11
- @nikolaykasyanov made their first contribution in #12
- @aquarius made their first contribution in #17
- @hannesoid made their first contribution in #19
Full Changelog: v1.0...v1.1
Initial Public Release
Easily create nice-looking and localized App Store screenshots.
Fix Single Export Bug
This release fixes a bug where export was only possible when the Export
folder existed. Now the export folder is always created.
Developer Pre-Release
The app is not code signed. If you don't trust me you can build the app your self.
To open the app anyways open: system preferences>security>general>open anyway
Support Rotation of Images
This release adds the option to rotate images
and some live layout performance improvements
Developer Pre-Release
The app is not code signed. If you don't trust me you can build the app your self.
To open the app anyways open: system preferences>security>general>open anyway
Command Line Release
This release adds a command line interface Screenshot-Framer-CLI
which
can be used to automate the process on your build server
Developer Pre-Release
The app is not code signed. If you don't trust me you can build the app your self.
To open the app anyways open: system preferences>security>general>open anyway
Discard Redo History when document is closed
Until now when a document was closed with undo applied the document reopened in an incorrect state (undo was ignored before opening the document).
To fix this the redo stack is discarded before the document is closed.
Developer Pre-Release
The app is not code signed. If you don't trust me you can build the app your self.
To open the app anyways open: system preferences>security>general>open anyway
Fix potential undo bug
The app crashed when undo was called after a new document was created.
This was handled with a better undo check
Developer Pre-Release
The app is not code signed. If you don't trust me you can build the app your self.
To open the app anyways open: system preferences>security>general>open anyway