* Added `options` capture helper property, allowing for more reliable options overwriting, replacing the `options` command.
* Allow setting comment and merge capture in the details dialog when performing a capture with multiple pages.
* No longer download a linked file if the HTTP request fails when `capture.downLink.file.mode` is `header` for a capture.
* No longer fetch title and favicon for an attachment file when capturing a bookmark.
* The main document of a merge capture is now captured and updated even if a captured version already exists.
* No longer generate a redirect page for a merge capture on a file.
* Fixed an issue where the `index.html` page is incorrectly overwritten when capturing a deep XHTML/SVG page.
* Fixed an issue where an extra `index.json` is saved when capturing a file with depth set.
* Fixed incorrect site favicon path for a page that meta-refreshes to another page when capturing bookmark.
* Fixed incorrect saving path when the item directory path contains "%" for a merge capture.
* Fixed an issue where a link resolving to a page that redirects to a page with a captured version was not rewritten in the newly captured page of a merge capture.
* Fixed an issue where `capture.downLink.urlExtra` is applied for a merge capture without depth set.
* Fixed file renaming for the `application/ogg` MIME type in some older browsers.
* Miscellaneous improvements of the UI, internal code, and unit test suite.