Skip to content

Commit

Permalink
Release v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Maluen committed Sep 12, 2013
1 parent 580533e commit d358f92
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,26 @@ Known Limitations
--------
Support for apps that modify the standard Backbone behavior, e.g. apps that patch core methods like extend or
delegateEvents, or that replace part of Backbone functions with custom code, is uncertain.
However, constant efforts are taken in this direction to address the most possible use cases, so even if your application falls into this category you may still give it a try or wait for newer versions.
However, constant efforts are taken in this direction to address the most possible use cases, so even if your application falls into this category you may still give it a try, [open an issue](https://github.com/Maluen/Backbone-Debugger/issues) or wait for newer versions.

Screenshots
--------
**Views**:

![Views](http://img827.imageshack.us/img827/7707/viewsf.jpg "Views")
![Views](http://img706.imageshack.us/img706/5843/8tsw.png "Views")

**Models**:

![Models](http://img442.imageshack.us/img442/9179/models.jpg "Models")
![Models](http://imageshack.us/a/img856/4706/e4jw.png "Models")

**Collections**:

![Collections](http://img4.imageshack.us/img4/8056/collectionsq.jpg "Collections")
![Collections](http://img199.imageshack.us/img199/1153/ctva.png "Collections")

**Routers**:

![Routers](http://img23.imageshack.us/img23/7677/routerse.jpg "Routers")

**Elements sidebar extension**:

![Elements sidebar extension](http://img842.imageshack.us/img842/1971/elementssidebar.jpg "Elements sidebar extension")
![Elements sidebar extension](http://img716.imageshack.us/img716/2227/dzun.png "Elements sidebar extension")
Binary file added img/extension128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/extension16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/extension48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/panel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"name": "Backbone Debugger",
"version": "0.1.5",
"version": "0.1.7",
"description": "Developer Tools extension for debugging Backbone.js applications.",
"author": "Manuel Dell'Elce and contributors",
"minimum_chrome_version": "20.0",
"icons": {
"16": "img/extension16.png",
"48": "img/extension48.png",
"128": "img/extension128.png"
},
"manifest_version": 2,

"devtools_page": "devtools.html",
Expand Down

0 comments on commit d358f92

Please sign in to comment.