Git Sketch Plugin Versions Save

:gem::octocat: A Git client generating pretty diffs built right into Sketch.

v0.12.1

4 years ago

v0.12.0

4 years ago

v0.11.3

6 years ago

v0.11.2

6 years ago

v0.11.1

6 years ago
  • Check if we are in a git repo before exporting the artboards (Thanks @yuchuanxi)
  • Add an option to export the artboards on save (Thanks @yuchuanxi)

v0.11.0

7 years ago
  • Fix export artboards when file name contains special character (thanks @yuchuanxi)
  • Use a single sketchignore for entire repo which includes subdirectories

v0.10.1

7 years ago
  • Use webpack to compile everything instead of rollup. Should bring more stability.
  • Fix path to exportArtboard.sh script

v0.10.0

7 years ago
  • move export config to .gitsketchrc so that everybody working on the same file will have the same settings
  • fix the default config which could be break sometimes
  • fix exporting artboards when there is a space in the path to Sketch

v0.9.2

7 years ago
  • Added support for multiple file formats (png, jpg, pdf, eps, svg) for the pretty diff images (thanls @grrtbrtr)

v0.9.1

7 years ago
  • Update web-view dependency