Adapt TM's security model to allow the context menu to be shown at Chrome 28
Add statistics (can be turned off at the options page)
Updated French translation file | thx to ozzii
Use another API function in order to create desktop notifications and fix TM start-up at platforms that don't support the old function anymore
Note: createHTMLNotification is
deprecated, but still part of the
developers guide :(
Rework @match to work more like it's stated here: http://developer.chrome.com/extensions/match_patterns.html
Support relative URLs at @require and @resource
Update Simplified Chinese locale | thx to zzjin
Snapshot's drag'n'drop script positioning
onprogress event support for GM_xmlhttpRequest
Add isIncognito to GM_info
Add support for a bunch of websites that started using content security policy headers
NOTE: this seems to be the root cause of the current script-blocker-detected pop-up problems
thanks to 'joy' for reporting this
Fix badge icon in some cases
Add a save-to-disk button to the editor's button bar
Fix a minor crash at the background page
Updated CodeMirror Editor to version 3.11
Initial support for the @grant tag (including 'none')
Rewrote parts of the frame events and script execution engine from scratch
Reworked the action menu to be more user-friendly
Option to set unsafeWindow retrieval method, Chrome >= 27 only
Performance tweaks
Heavy internal rework
Don't show changelog, if the notification wasn't clicked
Improve performance
Internal rework to start scripts with 'document-start' a little bit earlier
Support for window.content (http://mzl.la/Y3t0T3 | uso:21626)
Rework notifications to use a standard communication channel
Rework the script version check to handle other characters than digits and dots too (issue:130)
Generate favicons for the sites column for regexp includes too (topic:486)
Cleanup context menu for 'advanced' users
Rename Options entry to Dashboard