Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CSS-Tricks/The-Printliminator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md37
1 files changed, 12 insertions, 25 deletions
diff --git a/README.md b/README.md
index aa446b2..3a2f7c7 100644
--- a/README.md
+++ b/README.md
@@ -14,8 +14,20 @@ print styling.
* [ ] Add documentation to the wiki pages.
+### Credits
+
+* By [Chris Coyier](http://chriscoyier.net) and [Devon Govett](http://devongovett.wordpress.com/).
+* Some contributions by [Rob Garrison](http://wowmotty.blogspot.com/).
+* Icons by [Function](http://wefunction.com/2008/07/function-free-icon-set/).
+* Print stylesheet based on [Hartija](http://code.google.com/p/hartija/).
+
### Recent Changes
+#### Version 3.1.2 (9/15/2015)
+
+* Add missing <kbd>Shift</kbd>+Click functionality.
+* Make drag area larger while dragging. Fixes [issue #4](https://github.com/CSS-Tricks/The-Printliminator/issues/4).
+
#### Version 3.1.1 (9/14/2015)
* Readme: Fix screenshot
@@ -33,28 +45,3 @@ print styling.
* This bookmarklet may still not work on some sites that have a strict Content Security directive.
* We are working on making this bookmarklet into a browser extension!
* It might be best to include both in this repository; use the bookmarklet for older browsers, or in browsers where an extension has not yet been made.
-
-#### Version 3.0.0 (8/24/2015)
-
-* Reformat code (clean up mixed tabs & spaces).
-* Add misc config files.
-* Update demo page to match original article.
-* Internalize all css & modify code to use css class names.
-* Save each replaced background image for undo method.
-* Add flags to prevent repeated modifications - This also makes the undo easier to use; click add print stylesheet multiple times, but only click undo once to remove it.
-* Archive unused files.
-* Add demo folder & optimized png files (:heart: https://tinypng.com/).
-* Add grunt build process.
- * Make all changes to the `src` folder files as the root `index.html` is now dynamically generated.
- * [Protocol-relative urls](http://www.paulirish.com/2010/the-protocol-relative-url/) are now used in the production bookmarklet.
- * Running root `index.html` in a local environment will alter the bookmarklet to use local files (development mode); so don't save that bookmarklet!
- * The actual bookmarklet code (`src/bookmarklet.js`) is now compressed and added to the `index.html` file during the build.
-* Remove unused variable.
-* Update readme.
-
-### Credits
-
-* By [Chris Coyier](http://chriscoyier.net) and [Devon Govett](http://devongovett.wordpress.com/).
-* Some contributions by [Rob Garrison](http://wowmotty.blogspot.com/).
-* Icons by [Function](http://wefunction.com/2008/07/function-free-icon-set/).
-* Print stylesheet based on [Hartija](http://code.google.com/p/hartija/).