- tooltip path fix
- update table sort after each test
- disable sorting on START column
- change tests/assertions separator from comma to middle dot
- show test method and assertion count for passed tests
- display breadcrumb above test file name (configurable)
- minor code refactoring, CSS improvements
- added: text to indicate when a filtered tests list is loaded, plus a link to reset filtering
- fixed: JavaScript error if no tests are loaded
- use htmlentities() on failure messages to avoid rendering HTML markup
- do not load unnecessary Tracy JavaScript file
- clicking on a test name loads Tracy Debugger's file editor (if installed)
- major code refactoring
- even better error catching mechanism
- added titles to user settings (checkboxes)
- added timeout feature (60 seconds) and "Timed out" UI status
- various fixes
- remove jQuery dependency
- better error catching mechanism
- various fixes
- show total time on bulk completion
- update the main display to read START/STOP on resetting a test if bulk run is finished
- resetMainLanuncher typo
- fix wrong changelog
- first public release