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.md23
1 files changed, 5 insertions, 18 deletions
diff --git a/README.md b/README.md
index f570421..ce054c8 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,11 @@ Get the:
### Recent Changes
+#### Version 4.0.3 (9/28/2015)
+
+* Fix icon file name in Chrome manifest which was preventing the extension from working.
+* Added, then removed Chrome extension autoupdating code... no longer supported :(
+
#### Version 4.0.1 (9/28/2015)
* Update your Bookmarklets as the code to execute the loaded Printliminator code has changed!
@@ -44,21 +49,3 @@ Get the:
* 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
-* Design update!
-* A `bookmark.html` was added to the Grunt build. Importing this file into your Bookmarks will allow inclusion of a Bookmarklet icon. Instructions will be added to the wiki pages soon.
-* All images were compressed.
-
-#### Version 3.1.0 (9/1/2015)
-
-* Change design of popup (design by Chris Coyier); see screenshot!
-* Removed jQuery dependency; lots of internal structural changes made.
-* Add keyboard commands. See screenshot for the complete list.
-* Make popup draggable.
-* Note:
- * 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.