April 24th, 2013Fixes:
· Fixed the %f and %u filename format tokens.
· Fixed an exception in the Chrome/Chromium bookmark importer.
· The Bookmarks menu will now use a bookmark’s URL as its title if the title is missing or the empty string.
· Fixed Contacts (Address Book) bookmarks menu item being disabled inappropriately.
February 28th, 2013Fixes:
· Fixed the random launching issue on 10.6/10.7. If upgrading from an earlier 0.6.x, you may need to reset your launch services database, either with the Terminal command
· /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain system -domain user
· or via a utility.
· The “JPEG Quality” slider in the batch preferences should actually work correctly now.
· Corrected the tooltip for the “Share” button.
· The max history setting should work now.
· The built-in Sparkle framework is now properly code signed.
Changes:
· No longer imports Contacts’ URLs by default.
· Preliminary help documentation (still unfinished).
· Updated to Growl Framework 2.0.1.
New Features:
· Added a “Take URL From” script for Chrome (since it supports AppleScript now).
· The Interact sheet now has “Close and Capture” and “Close” buttons.
· HiDPI captures are now indicated as such in the status area (next to the pixel dimensions).
· Added an option in the Advanced Preferences to simulate Non-HiDPI captures on Retina Macs. This will still import resources included via media queries, etc., as I haven’t found a way to spoof pixel-ratio yet.
· Added an option in the Advanced Preferences pane to accept invalid HTTPS certificates.
· Added HTML files for release notes and a bookmarklet (in the Help menu).
February 21st, 2013Fixes:
· Preferences window should show the General pane on first launch.
· Fixed an issue where an error loading a subframe (e.g., an ad) would cause the whole capture operation to fail.
· Fixed an issue where capturing via AppleScript with a min or crop size would fail.
· Fixed the start capturing AppleScript command.
· Don’t try to load an apple-touch-icon if we’re batch capturing.
· Fix the Save Format popup in the Batch Prefs.
· Fix a crash on 10.6.8 that would occur when trying to write the source URL to a file’s finder comments.
· Batch JPEG quality now defaults to 80% instead of 0%.
New Features:
· Press ⌘⏎ to capture from the interact sheet without reloading.
· Version checking and updating now uses the Sparkle framework.
Changes:
· Stopped calling builds “beta” (What would be 0.6bx is now 0.6.x.)
· Updated to Growl SDK 2.0.
· “Make per-host subdirectories” and “Treat plain text files as lists of URLs” are now the default.
July 31st, 2012FIXES:
· Many issues fixed.
· Better document size handling.
New Features:
· Retina artwork (except for a few places).
· New date formatting strings: ${date:format} where “format†is replaced by a Unicode date format.
· Menu bar control; drag to the menubar to capture/add to batch (option switches behavior).
· Custom user agent (global; in Advanced prefs).
· Location bar autocomplete; will complete from previously captured URLs and bookmarks.
· Support for Sharing Services on OS X 10.8.
· Support for Notification Center on OS X 10.8 (can be disabled in Advanced preferences).
Main Window:
· Now uses a real toolbar.
Batch Window:
· Quick Look (spacebar or ⌘Y).
· Easier URL input.
CHANGES:
· Better separator display in Sizes prefs.
· Now uses WebKit history for storing history.
· Bunches of other things I canst remember because itss been so long.
· Codesigned with Apple Developer ID.
January 26th, 2009Fixes:
· Worked around an error when adding URLs to the batch window via AppleScript.
· Got rid of the token field for filename formatting. Leopard likes to collapse spaces in them.
· Allow scrolling and show the resize indicator in the “Interact with Web View” sheet under Leopard, since the various redraw/update issues appear to be fixed.
· Hopefully fixed crashing when the version-check hits a redirect.
July 23rd, 2008· Plugin (e.g., Flash) capture works on 10.4 ! Though the plugin images still don't save when saving as PDF.
· Fixed an issue that would occur if you had your max history count set to zero.
· Fixed incorrect changing of font in the "Preview" label on first capture.
· Capture of many framesets now works much better. For example, capturing k10k.net or a reference page with TOC on developer.apple.com will capture the full page (except when using too-small min-widths). This only works under 10.3.9 or later because that version of the Mac OS included new WebKit methods to determine the kind of frame a child frame is (frame, iframe, or object).
· Fixed an issue where attempting to capture certain sites with additional script-loaded content (e.g., eBay) would cause loading to appear to stall indefinitely.
· Improved capture of framesets with meta-redirecting subframes.
· Made -makeKeyAndOrderFront: on the invisible capture window a no-op, for some sites whose JavaScript likes to focus the main window.
· Forced JavaScript on. The WebKit DOM methods don't work if it's off.
· Fixed an issue that would cause future URLs to not load, with a "nil string" error logged to the system console.