-
Notifications
You must be signed in to change notification settings - Fork 43
Changes
Rob Garrison edited this page Oct 11, 2015
·
7 revisions
- Readme:
- Add link to Opera extension.
- Fix link to Transifex.
- Demo: Add video & repo link.
- Locales:
- Include non-numpad keys for font-resizing. Fixes issue #8.
- Fix extension messaging options.
- Add screenshots of Opera extesion.
- Rename Chrome screenshots.
- Version bump to resubmit Opera extension.
- Fix icon file name in Chrome manifest which was preventing the extension from working.
- Added, then removed Chrome extension autoupdating code... no longer supported :(
- Skipped.
- 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.
- Add missing Shift+Click functionality.
- Make drag area larger while dragging. Fixes issue #4.
- 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.
- 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.
- 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 rootindex.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 theindex.html
file during the build.
- Make all changes to the
- Remove unused variable.
- Update readme; all of the above changes were made by Rob Garrison.
- Update announcement.
- Undo button added.
- Design update.
- Initial introduction.
- Created by Chris Coyier, modified & converted into a bookmarklet by Devon Govett.