Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
* Update "Photo - Google Image Search" Extractor
 * Fix a bug that don't work

* Improve "Video - Vimeo" Extractor
 * Make context check strict
 * Vimeo's Canonical Link should be ignored
  * Fix Link Post's URL on Vimeo

* Revise "Remember The Milk" Model
 * Refine addSimpleTask() #62
  * Allow to specify hour & minute in "d"
  * Improve error handling
   * messages.properties: Add "error.postingContentsIncorrect"

* Revise browser.xul
 * Remove unnecessary codes for Element Hiding Helper for Adblock Plus
 * Change browser.xul to overlay/overlay.xul
  * Move browser.xul from content/ to content/overlay/
  * Rename browser.xul to overlay.xul
 * Move overlay.xul's inline JavaScript to overlay.js
  * Add overlay.js
 * Revise overlay.xul
  * Use menupopup element instead of popup element
  * Remove position attribute
 * Revise overlay.js to#12
  * Gruntfile.js: Uncomment overlay.js

* prototype.js: Add String.prototype.unEscapeURI()
 * component.js: Add TextToSubURI
 * test: Update prototype_test_patch.js

* $x(): Use `value` instead of `textContent` for attribute #62
* Remove unused codes
 * Remove all codes related Progress
  * Tombfix.Service.js: Remove unused Tombfix.Service.update(), Tombfix.Service.Photo
  * Remove progress.js

 Tumblr Model : MEDIA_URL, PAGE_LIMIT, getInfo(), read(), _splitRequests(), getToken(), Tumblr.{Regular, Photo, Video, Link, Conversation, Quote}.convertToModel(), Tumblr.Photo.download()

 component.js : UnescapeHTML
 utility.js   : sanitizeHTML(), serializeToString(), StopProcess, cache(), makeOpaqueFlash()
  • Loading branch information
syoichi committed Jan 25, 2015
1 parent 7f83526 commit 6486c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpi/install.rdf
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.2.0</em:version>
<em:version>0.2.1</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 6486c01

Please sign in to comment.