Skip to content
Rob Garrison edited this page Oct 11, 2015 · 7 revisions

Version 4.0.5 (10/11/2015)

  • Readme:
    • Add link to Opera extension.
    • Fix link to Transifex.
  • Demo: Add video & repo link.
  • Locales:
    • Add French locale. See pull #7; thanks yukulele!
    • Update missing locale string & fix button overflow issues
  • Include non-numpad keys for font-resizing. Fixes issue #8.
  • Fix extension messaging options.

Version 4.0.4 (9/30/2015)

  • Add screenshots of Opera extesion.
  • Rename Chrome screenshots.
  • Version bump to resubmit Opera extension.

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.2

  • Skipped.

Version 4.0.1 (9/28/2015)

  • Update your Bookmarklets as the code to execute the loaded Printliminator code has changed!
  • Big lumped changes...
    • Created Chrome & Opera extensions (no change needed to support both).
    • Grunt build to include all code for the bookmarklet & extension code in one file.
    • Added English locale file which make it easy to add additional language support.
    • A main src/options.json file now contains settings & class names used across all files.
    • Converted all css to SCSS.
    • New The Printliminator logo designed by Chris!
    • Add some basic unit testing for DOM traversing.
    • All production files are now located in the dist folder; printliminator.min.js is still located in the root.
    • Added wiki documentation.

Version 3.1.2 (9/15/2015)

  • Add missing Shift+Click functionality.
  • Make drag area larger while dragging. Fixes issue #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.

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 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; all of the above changes were made by Rob Garrison.

Version 2.0 (10/15/2009)

Version 1.0 (10/7/2009)