Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Commit

Permalink
Bumped version to 1.6, updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsgoingd committed Jun 18, 2016
1 parent b57d442 commit 03a0fbc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
1.6
- added support for model and caller file name and line number in database tab (thanks OmarMakled and fitztrev for the idea)
- added support for caller file name and line number in log tab (thanks crissi for the idea)
- added support for context in the log tab (thanks crissi for the idea)
- improved pretty jason component to lazy-render objects improving UI performance a ton when logging large objects like Eloquent collections
- fixed sorting of database, log, view and emails tables not working
- fixed minor style issues with requests list error/warning count overlay on dark background
- fixed HTML injection in the pretty-jason component
- updated angular, jquery and other 3rd party libraries
- cleaned up and refactored some internal parts

1.5
- added support for resizing requests table columns
- added tooltips to requests table showing cell values
Expand Down
2 changes: 1 addition & 1 deletion Clockwork Chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Clockwork",
"version": "1.5",
"version": "1.6",
"manifest_version": 2,
"description": "Devtools panel for PHP development",
"devtools_page": "devtools.html",
Expand Down

0 comments on commit 03a0fbc

Please sign in to comment.