Labs/Ubiquity/Ubiquity 0.1.7 Release Notes: Difference between revisions

From MozillaWiki
< Labs‎ | Ubiquity
Jump to navigation Jump to search
(added regexp info)
(Added more bugfix links)
Line 16: Line 16:


= In Depth =
= In Depth =
== General ==
* It's now easier to view the source code of command feeds. ([https://ubiquity.mozilla.com/trac/ticket/569 #569])
* Ubiquity is now compatible with a wider variety of Firefox releases. ([https://ubiquity.mozilla.com/trac/ticket/581 #581])
* Ubiquity previews now work a little more smoothly on Windows. ([https://ubiquity.mozilla.com/trac/ticket/561 #561])


== For Command Authors ==
== For Command Authors ==


* If you're a fan of [https://developer.mozilla.org/en/Core_JavaScript_1.5_Guide/Regular_Expressions regular expressions], as of Ubiquity 0.1.7 you can just put a regular expression in place of a noun type object when specifying the <tt>takes</tt> option in <tt>CmdUtils.CreateCommand()</tt>, and Ubiquity will take care of the rest. Make sure you specify the regular expression as either a regular expression literal or a [https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/RegExp RegExp] object. ([https://ubiquity.mozilla.com/trac/ticket/342 #342])
* If you're a fan of [https://developer.mozilla.org/en/Core_JavaScript_1.5_Guide/Regular_Expressions regular expressions], as of Ubiquity 0.1.7 you can just put a regular expression in place of a noun type object when specifying the <tt>takes</tt> option in <tt>CmdUtils.CreateCommand()</tt>, and Ubiquity will take care of the rest. Make sure you specify the regular expression as either a regular expression literal or a [https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/RegExp RegExp] object. ([https://ubiquity.mozilla.com/trac/ticket/342 #342])
* jQuery has been upgraded to 1.3.2. ([https://ubiquity.mozilla.com/trac/ticket/588 #588])

Revision as of 17:02, 10 March 2009

Back to Labs/Ubiquity.

Main Features

TODO: Finish this.

Download It

If you already have Ubiquity, it will automatically update itself soon (you can also go to the add-ons manager and click "Find Updates" if you are feeling impatient). If you don't already have Ubiquity installed, you can get the latest version here.

Thanks

TODO: Finish this.

Thanks to the Ubiquity core team for all their hard work on this release, as well as ... !

In Depth

General

  • It's now easier to view the source code of command feeds. (#569)
  • Ubiquity is now compatible with a wider variety of Firefox releases. (#581)
  • Ubiquity previews now work a little more smoothly on Windows. (#561)

For Command Authors

  • If you're a fan of regular expressions, as of Ubiquity 0.1.7 you can just put a regular expression in place of a noun type object when specifying the takes option in CmdUtils.CreateCommand(), and Ubiquity will take care of the rest. Make sure you specify the regular expression as either a regular expression literal or a RegExp object. (#342)
  • jQuery has been upgraded to 1.3.2. (#588)