Skip to content

Releases: Patrick-Kladek/ScreenshotFramer

Fix old format incompatibility

21 Apr 02:21
44f799a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.2

Improve Layout in exported Website

16 May 13:00
7af8d25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0...v2.0.1

Update for new AppStore Requirements

08 Feb 19:43
b76b96a
Compare
Choose a tag to compare

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

Full Changelog: v1.1...v2.0

General Improvements

08 Feb 19:36
66dbf50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0...v1.1

Initial Public Release

23 Feb 09:26
Compare
Choose a tag to compare

Easily create nice-looking and localized App Store screenshots.

Fix Single Export Bug

30 Jan 10:58
Compare
Choose a tag to compare
Fix Single Export Bug Pre-release
Pre-release

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

23 Jan 13:36
Compare
Choose a tag to compare
Pre-release

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

10 Jan 08:57
605dcf6
Compare
Choose a tag to compare
Command Line Release Pre-release
Pre-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

22 Dec 17:32
bd091b2
Compare
Choose a tag to compare

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

22 Dec 16:47
9c8c04d
Compare
Choose a tag to compare
Pre-release

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