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

From MozillaWiki
< Labs‎ | Ubiquity
Jump to navigation Jump to search
(Added more formatting)
Line 54: Line 54:


* Added a "count-tabs" verb. [https://ubiquity.mozilla.com/hg/ubiquity-firefox/rev/0b3ad8d59596]
* Added a "count-tabs" verb. [https://ubiquity.mozilla.com/hg/ubiquity-firefox/rev/0b3ad8d59596]
* Renamed commands '''exit''', '''restart''' and '''close''' to <tt>exit-firefox</tt>, <tt>restart-firefox</tt> and <tt>close-window</tt> respectively, and "close-tab" now actually closes current tab if no argument is provided [https://ubiquity.mozilla.com/hg/ubiquity-firefox/rev/83e4091d121a]


== TODO: add these! ==
== TODO: add these! ==

Revision as of 20:29, 17 February 2009

Back to Labs/Ubiquity.

TODO: Link to this page from Labs/Ubiquity.

Main Features

TODO: Fill this out.

Download It

TODO: Actually make 0.1.6 the latest release and make sure the link below points to 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: Fill this out.

In Depth

TODO: Actually make the Ubiquity 0.1.6 milestone, move the relevant fixed 0.2 milestone bugs into the 0.1.6 milestone, and make sure the link below points to it.

General

  • Ubiquity no longer modifies the browser's user-agent string. #484
  • The Japanese IME works in the command entry mode again. #381
  • The "subscription success" page now actually looks like a success page, instead of a warning page. [1]
  • Links to the experimental feed and the core developer commands no longer result in an infinite loop when clicked. #527
  • Ubiquity's feed manager no longer distinguishes between identical URLs with different hash components. #526

Command Authoring

  • Fixed a crashing bug in Utils.getLocalUrl(). [2]
  • Ubiquity feeds are now refreshed when the user clicks reload. [3]
  • Ubiquity's built-in version of JQuery has been upgraded to 1.3. #521
  • Fixed a crashing bug in Utils.openUrlInBrowser(). [4]
  • All links in the Ubiquity extension now point to ubiquity.mozilla.com, as all Ubiquity services are now on Mozilla infrastructure (instead of labs.toolness.com). #533

Standard Feeds

  • Added a "report-bug" verb. [5] [6]
  • Made the "twitter" verb work again. [7]
  • Fixed a bug in the Page Editing Commands when restoring page annotations. [8]
  • Added a "count-tabs" verb. [9]
  • Renamed commands exit, restart and close to exit-firefox, restart-firefox and close-window respectively, and "close-tab" now actually closes current tab if no argument is provided [10]

TODO: add these!

improved pageLoad logic:

 https://ubiquity.mozilla.com/hg/ubiquity-firefox/rev/4f8503f2339c

synonyms of a command are listed on command list page:

 https://ubiquity.mozilla.com/hg/ubiquity-firefox/rev/cf1d1bd04c5b
  1. 544

partial #451: 'about' and '?' are now synonyms for 'help'.

noun_type_url changed:

 https://ubiquity.mozilla.com/hg/ubiquity-firefox/rev/b6b4c842be09
  1. 549
  2. 550
  3. 551

support for Yahoo contacts to builtin contacts nountype:

 https://ubiquity.mozilla.com/hg/ubiquity-firefox/rev/137bc1f47869

created noun_type_commands, a noun for cmd suggestions:

 https://ubiquity.mozilla.com/hg/ubiquity-firefox/rev/61fc9afc44db
 https://ubiquity.mozilla.com/hg/ubiquity-firefox/rev/28b3b22ed284
 https://ubiquity.mozilla.com/hg/ubiquity-firefox/rev/e2031806803e

some kind of getsatisfaction.com tinyurl issue:

 https://ubiquity.mozilla.com/hg/ubiquity-firefox/rev/5b30a13b09a0

twitter help is more meaningful:

 https://ubiquity.mozilla.com/hg/ubiquity-firefox/rev/9193b9983d4b

fixed digg cmd via utils.isarray:

 https://ubiquity.mozilla.com/hg/ubiquity-firefox/rev/b877e98e9e92

hacky fix to yelp command:

 https://ubiquity.mozilla.com/hg/ubiquity-firefox/rev/893dd96acbab

noun_type_twitter_account:

 https://ubiquity.mozilla.com/hg/ubiquity-firefox/rev/4bc6f01ecca1
 https://ubiquity.mozilla.com/hg/ubiquity-firefox/rev/ed1c05af5263

last-email command now works w/ google apps and gmail:

 https://ubiquity.mozilla.com/hg/ubiquity-firefox/rev/5f4b3a3e6f5c
  1. 517
  2. 359

tab search works when it hits tabs w/o a loaded URL:

 https://ubiquity.mozilla.com/hg/ubiquity-firefox/rev/0ce98e00cff5

overhaul of firefox.js:

 https://ubiquity.mozilla.com/hg/ubiquity-firefox/rev/83e4091d121a

added create-bookmarklet-command-from and create-new-search-command:

 https://ubiquity.mozilla.com/hg/ubiquity-firefox/rev/499338eb3e29

docs for options.previewDelay:

 https://ubiquity.mozilla.com/hg/ubiquity-firefox/rev/08f1e8bbfd67

docs for pageLoad:

 https://ubiquity.mozilla.com/hg/ubiquity-firefox/rev/cdce4dca2d31

You can see the full list of bug fixes.