Skip to content

Commit

Permalink
v0.2.6
Browse files Browse the repository at this point in the history
* Update minVersion from 35.0 to 36.0

* Revise MediaMarker Model
 * Add support for photo, quote, conversation, video type
 * Add MediaMarker to Tag Provider
  * Add support for User Tags
  * Add support for Recommended Tags
  * Add support for Registered Page Handling(`duplicated`)
 * Add support for Registered Page Editing
 * Stop support for title change
 * Fix a bug about login check
 * Fix a bug that overwrite default tag by empty string
 * Improve error handling
 * Add support for Private Option
 * Add ORIGIN, ORIGIN_RE, getInfo(), getEditURL(), checkMessRed(), getUserTags(), getRecommendedTagsFromForm(), getSuggestions()
 * Remove getAuthCookie()

* Fix image url attribute path of pixiv extractor #165
 * "Photo - pixiv" Extractor: Follow the change of pixiv
  * Fix a bug that can't get a illust image in new illust page, on login

* Revise repository.js to#12
 * Repository: Remove names, clear(), copyTo()
 * Repository: Remove unused size, find()
 * Change indent from 4 spaces to 2 spaces

* expand.js: Add Array.wrap()
* expand.js: Refine String.prototype.wrap()

* utility.js: Add getQuoteFromPS()

* messages.properties: Revive "error.unknown"
* messages.properties: Remove "error.alreadyExists"

* Gruntfile.js: Uncomment repository.js

* Remove unnecessary codes for Firefox 36+

* manual test: Update expand_test_patch.js
* manual test: Add utility_test_patch.js, repository_test_patch.js
  • Loading branch information
syoichi committed Mar 6, 2015
1 parent 0855f1c commit 1d8d70d
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.5</em:version>
<em:version>0.2.6</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 1d8d70d

Please sign in to comment.