Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
* Revise Options
 * Use menulist element instead of radiogroup element about Tag Provider
  * Fix a bug that can't set non-selected about Tag Provider #115
  * Suppress being too longer Tag Provider list
 * Move "Amazon Affiliate ID" from "Entry Contents / etc." tab panel to "Services" tab panel's "Amazon"
 * Rename "Amazon Affiliate ID" to "Associate ID"
 * Fix a bug that can't save "Post Config"'s data on Windows, if "browser.preferences.instantApply" is `true` #153
 * Fix "Link thumbnail template"'s example
 * Change File Picker's window title
 * Use separator element about Tag Provider
 * Change "Ignore Errors(RegExp)"'s style
 * Change prefs.{xul, css} to options/options.{xul, css}
  * Move prefs.{xul, css} from content/ to content/options/
  * Rename prefs.{xul, css} to options.{xul, css}
 * Move options.xul's inline JavaScript to options.js
  * Add options.js
 * Revise options.{xul, css}
  * options.xul: Add id attribute to prefwindow element
   * Suppress a warning message occurred by opening Tombfix Options, on Browser Console #166
  * options.xul: Move inline CSS & XUL Box Styling & textbox element's size attribute style to options.css
  * options.xul: Remove separator element's width attribute
  * options.css: Stop using id selector
 * Revise options.js to#12
  * options.xul: load expand.js
  * Gruntfile.js: Uncomment options.js

* Add support for Tumblr's Secondary Blogs to#3
 * Tumblr Model: Add getBlogs() #159
 * Tumblr Model: Add ORIGIN, getPrimaryBlogID(), getPostFormBuilderData(), isLoggedIn()
 * pref: Add "extensions.tombfix.model.tumblr.secondaryBlogs"

* Drop support for FriendFeed

* アイコンの透明抜きを正確に

import from to@379af6e

* Fix "extensions.tombfix.postConfig"

* Models.{check, getPostConfig}(): Fix support for model.Tumblr.multiTumblelogs.js

* Revise Models
 * Revise Models.{check, getDefaults, getEnables, getPostConfig}()
 * Make Models.getPostConfig() returning string type value always

* utility.js: Add isFavorite()

* manual test: Add models_test_patch.js
* manual test: Update utility_test_patch.js
  • Loading branch information
syoichi committed Apr 13, 2015
1 parent 7d52a16 commit 83871f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpi/install.rdf
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.2.9</em:version>
<em:version>0.3.0</em:version>
<em:unpack>true</em:unpack>
<em:updateURL>
https://raw.githubusercontent.com/tombfix/update/master/update.rdf
Expand Down

0 comments on commit 83871f8

Please sign in to comment.