Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
* Change indent from 1 tab to 2 spaces(except third_party/, wsh.js)
* Remove unnecessary spaces(except test/, third_party/, wsh.js)

* Update "Video - YouTube" Extractor
 * Unify generated URL with 1 format(https://www.youtube.com/watch?v={VIDEO_ID})
 * Add support for link
 * Fix a bug about page transition
 * Add ORIGIN, API_URL, API_KEY, getVideoID(), getInfo()
 * Remove getAuthor()

* Revise Tumblr's Change Account transaction
 * Fix a bug about Tumblr's Change Account transaction #101
 * Tumblr Model: Stop showing logout notification occurred by Account Changer, on logout to#46
 * Tumblr Model: Revise login(), logout(), getPasswords(), getCurrentUser(), getAuthCookie()

* Implement Post Config Recovery System
 * Fix a bug that don't work correctly Tombfix, if "extensions.tombfix.postConfig" is broken
 * Models: Add getModelsConfig()
 * messages.properties: Add "message.options.postConfig.recovery"

* messages.properties: Remove "label.dataDir"

* Revise tombfix.dtd

* expand.js: Add JSON.parseable()
* utility.js: Add openOptions()
* utility.js: Move shortenUrls() from models.js

* manual test: Update expand_test_patch.js, models_test_patch.js
  • Loading branch information
syoichi committed Apr 24, 2015
1 parent 765fd22 commit d3656e7
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 @@ -4,7 +4,7 @@
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.3.0</em:version>
<em:version>0.3.1</em:version>
<em:unpack>true</em:unpack>
<em:updateURL>
https://raw.githubusercontent.com/tombfix/update/master/update.rdf
Expand Down

0 comments on commit d3656e7

Please sign in to comment.