|
|
Line 13: |
Line 13: |
| = In Depth = | | = In Depth = |
|
| |
|
| == Usability == | | == Parser Performance == |
|
| |
|
| * Verb suggestion memory was implemented. Now more commonly used verbs will be ranked higher.
| | == Firefox 3.0 Compatibility == |
| * New command reminder function gently reminds the user when they are using a service's website instead of the command.
| |
| | |
| == Nountypes == | |
| | |
| * Many nountypes' scoring algorithms are now markedly improved ([http://ubiquity.mozilla.com/trac/ticket/746 #746]), as was documented in a series of blog posts: [http://mitcho.com/blog/projects/judging-noun-types/ introduction], [http://mitcho.com/blog/projects/nountype-quirks-day-1/ day 1], [http://mitcho.com/blog/projects/nountype-quirks-day-2/ day 2], [http://mitcho.com/blog/projects/nountype-quirks-day-3/ day 3].
| |
| * Introduced new experimental geolocation nountypes: <code>noun_type_geo_country</code>, <code>noun_type_geo_region</code>, <code>noun_type_geo_subregion</code>, <code>noun_type_geo_town</code>, <code>noun_type_geo_postal</code>, <code>noun_type_geo_address</code>
| |
| * <code>noun_type_awesomebar</code> now works for accessing the history.
| |
| | |
| == Mouse-based Ubiquity ==
| |
| | |
| * Mouse-based Ubiquity has been improved. Mouse-based Ubiquity is the interface to Ubiquity that can be accessed by selecting some text on a page, then right-clicking, then selecting "Ubiquity" from the firefox context menu that pops up. Suggested commands given by Ubiquity here are now much more informative than they have previously been. Before 0.5.2, only the verb of the command that would be performed was shown. Now, the entire command including the verb and all of it's arguments are displayed. This removes a lot of ambiguity and makes the mouse-based interface much more useful than it had previously been.
| |
| | |
| == Localization ==
| |
| | |
| * [https://ubiquity.mozilla.com/hg/ubiquity-firefox/rev/1e8f6c07a35a Spanish command localization].
| |
| * about:ubiquity and most other related pages are now localizable ([http://ubiquity.mozilla.com/trac/ticket/770 #770])! Localization files are in properties and DTD format and can be found [https://ubiquity.mozilla.com/hg/ubiquity-firefox/file/tip/ubiquity/chrome/locale/en-US/ here]. Please ask on [irc:irc.mozilla.org#ubiquity #ubiquity] or [http://groups.google.com/group/ubiquity-i18n the ubiquity-i18n list] if you have any questions.
| |
| ** about:ubiquity was localized for Japanese by marsf.
| |
| | |
| == Developer features ==
| |
| | |
| * Utils.log [https://ubiquity.mozilla.com/hg/ubiquity-firefox/rev/c3e63bdfe4de now ensures the Firebug console is available].
| |
| * The Playpen and Nountype Tuner have been updated to work.
| |
|
| |
|
| == Miscellaneous == | | == Miscellaneous == |
| * Some unit tests were fixed ([http://ubiquity.mozilla.com/trac/ticket/641 #641]). Now all are passing when tested on an individual's machine or in the browser. | | * blah |
| * Most all about and settings pages are now XHTML.
| |
| * Improved parser completion in some rare edge cases.
| |