From 03a0fbc3300615219a330246bfb03dd45182c91d Mon Sep 17 00:00:00 2001 From: its Date: Sat, 18 Jun 2016 19:52:29 +0200 Subject: [PATCH] Bumped version to 1.6, updated changelog. --- CHANGELOG.md | 11 +++++++++++ Clockwork Chrome/manifest.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c0a6b0..7fe1be1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Clockwork Chrome/manifest.json b/Clockwork Chrome/manifest.json index 53905fc..38566ee 100755 --- a/Clockwork Chrome/manifest.json +++ b/Clockwork Chrome/manifest.json @@ -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",