Skip to content

Commit

Permalink
- performance improvements when saving image
Browse files Browse the repository at this point in the history
- added wait spinner to visualize progress
- fixed error when opening image in new tab in IE
  • Loading branch information
Daniel Hochleitner committed Sep 27, 2016
1 parent 0036431 commit 29a11ed
Show file tree
Hide file tree
Showing 6 changed files with 426 additions and 322 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The screenshot is based on the DOM and as such may not be 100% accurate to the r
**Works best in modern browsers** [For more informations visit html2canvas](https://github.com/niklasvh/html2canvas)

## Changelog
#### 1.9 - performance improvements when saving image / added wait spinner to visualize progress / fixed error when opening image in new tab in IE

#### 1.8 - added APEX events to plugin, so you can react with other DA on this (for saved to DB & error saving to DB)/ cleaned up js code with own namespace

#### 1.7 - added minified css/js files for normal mode and full files for debug mode
Expand Down
4 changes: 2 additions & 2 deletions apexplugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "APEX Screen Capture",
"version" : "1.8",
"version" : "1.9",
"description" : "This plugin allows you to take screenshots/captures of pages or parts of it, directly on the users browser.",
"keywords" : ["screenshot", "capture", "pages", "screen", "image"],
"homepage" : "https://github.com/Dani3lSun/apex-plugin-apexscreencapture",
Expand All @@ -12,7 +12,7 @@
"author" : {
"name" : "Daniel Hochleitner",
"email" : "daniel@danielh.de",
"url" : "http://blog.danielh.de/"
"url" : "https://danielhochleitner.de"
},
"repository" : {
"type" : "git",
Expand Down
Loading

0 comments on commit 29a11ed

Please sign in to comment.