· Upgrade prettify lib to fix newlines handling in IE10.
· Allow installing JSDuck with therubyracer 0.11.x.
· Fixed problems with URL-s containing additional parameters.
· Added --color and --no-color to force colorized terminal output.
· Added --warnings-exit-nonzero to exit JSDuck with non-zero code when warnings present.
· Remove needless require 'rubygems' statements from source.
· Use ExecJS to allow other JavaScript runtimes besides therubyracer (e.g. nodejs).
· Automatically read config from jsduck.json file, if present in current dir.
· Add "Open in new window" button to basic (non-touch) examples page.
· Add {DATE} and {JSDUCK} placeholders to --footer.
· Add --message option for displaying prominent warning message in docs.
· Print warnings for unsupported @tags.
· Allow use of @class before object literal to document all the literal members as members of the class.
· Much improved handling of @override tag.
· Auto-detection of event name when this.fireEvent("foo", ...) syntax used.
· --ext-namespaces now also effects detection of Ext.extend, Ext.override and Ext.emptyFn.
· Allow wildcard * in --external option to ignore a whole namespace.
· Added ability to post replies to comments.
· Fixed crash when clicking class comments count on toolbar.
· Prevent caching problems by using a client-side solution for browser detection.
· Check for circular dependencies and print error message instead of crashing.
· Fixed crash when --encoding option is used.
· Fixed crash in comments server undo_delete/ request.
· Fixed crash of the bin/compare script.
· Fixed @deprecated tag in class context.