Skip to content

Commit

Permalink
v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Aug 11, 2017
1 parent dfb3cb6 commit f692fe5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.3/rn-debugger-macos-x64.zip",
"name": "v0.7.3",
"notes": "1. Fix `Toggle DevTools` menu item accelerator for Linux / Windows\n2. Handle `new-window-for-tab` event for macOS\n3. Catch clearAsyncStorage error, avoid warning if storage is empty\n4. Change font size of redux-devtools container\n5. Add `Zoom` application menu items, and persist zoom level of window\n6. Update dependencies, includes electron 1.7.4 -> 1.7.5 and react-devtools-core 2.4.0 -> 2.5.0"
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.7.4/rn-debugger-macos-x64.zip",
"name": "v0.7.4",
"notes": "1. Update Electron to v1.7.6\n2. Add `Show Developer Menu` in context menu\n3. Support to set forbidden header names for XHR if enabled network inspect"
}
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.3",
"version": "0.7.4",
"productName": "React Native Debugger",
"description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
"main": "main.js",
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.3",
"version": "0.7.4",
"productName": "React Native Debugger",
"description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
"main": "electron/main.js",
Expand Down

0 comments on commit f692fe5

Please sign in to comment.