Labs/Ubiquity/Ubiquity 0.1.7 Release Notes

< Labs‎ | Ubiquity
Revision as of 17:03, 10 March 2009 by Varmaa (talk | contribs) (→‎Thanks: removed TODO)

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

Thanks to the Ubiquity core team for all their hard work on this release!

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)