Skip to content

Commit

Permalink
v0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Sep 26, 2017
1 parent a2469af commit b323757
Show file tree
Hide file tree
Showing 4 changed files with 246 additions and 195 deletions.
6 changes: 3 additions & 3 deletions auto_updater.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.7.7/rn-debugger-macos-x64.zip",
"name": "v0.7.7",
"notes": "1. Fix ReactInspector server opened if panel is hidden\n2. Catch certificate-error in favor of Network Inspect feature\n3. Don't persist network inspect enable in local storage\n4. Add warning if XHR have been replaced before enable Network Inspect\n5. Use WebSocket from browser instead of ws\n6. Clear to explain React Inspector server listening error"
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.7.8/rn-debugger-macos-x64.zip",
"name": "v0.7.8",
"notes": "1. Fix show/hide react panel makes server start listening even if no worker running\n2. Fix problem of react-devtools default theme doesn't change\n3. Clear RND interval before debugger window close\n4. Ignore __RND_INTERVAL__ logging on MessageQueue.spy\n5. Hide source map of react-devtools-core\n6. Add method to show AsyncStorage contents by console.table\n7. Add keyboard shortcuts for trigger dev menu methods\n8. Remove Reload Window menu item\n9. Update dependencies"
}
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-debugger",
"version": "0.7.7",
"version": "0.7.8",
"productName": "React Native Debugger",
"description":
"The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-debugger",
"version": "0.7.7",
"version": "0.7.8",
"productName": "React Native Debugger In Dev",
"description":
"The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
Expand Down
Loading

0 comments on commit b323757

Please sign in to comment.