Skip to content

Commit

Permalink
v0.1.10
Browse files Browse the repository at this point in the history
* Fix a bug that show a error message by Quote Extractor on Firefox 33+
* Update YahooBookmarks Model
 * Fix a bug that can't post to Yahoo! Bookmark #146
 * Allow some Photo Extractor returning ps.file if it has ps.itemUrl
 * Refine "memo"(Comment)'s construction
 * Use AbstractSessionService
 * Add ORIGIN, getAuthCookie()
 * Remove POST_URL
* Revise "Photo - covered" Extractor
 * Add support for other covered images(e.g. Twitter, Amazon, Flickr, pixiv, etc.)
 * "Photo - covered" Extractor's position should be the next of "Photo - background image" Extractor
 * Remove target element remover
 * Remove code about "Photo - area element" Extractor
 * Add getCoveredImageInfo()
* Add "Photo - SVG to PNG" Extractor
* Revise "Photo - MediaWiki Thumbnail" Extractor
 * Fix a bug that can't get Wikipedia's image
 * Add support for SVG's big thumbnail
 * Check document.body for XML page #39
* Fix a bug about XML page #39
* QuickPostForm: Add support for direct single post by middle click
* Update instapaper.png
* Make Evernote's ICON local for suppressing security error
 * Add evernote.ico
* simpleRequest(): Add support for "data" URL scheme
* utility.js: Add getDOMWindowUtils(), getNodesFromPosition()
  • Loading branch information
syoichi committed Oct 12, 2014
1 parent fa7dc3a commit 2b96b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpi/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest">
<em:id>tombfix@tombfix.github.io</em:id>
<em:version>0.1.9</em:version>
<em:version>0.1.10</em:version>
<em:unpack>true</em:unpack>
<em:updateURL>https://raw.githubusercontent.com/tombfix/update/master/update.rdf</em:updateURL>

Expand Down

0 comments on commit 2b96b34

Please sign in to comment.