From 80db2f67eb5ed8b2b61e57ebc5965ac42b3009c4 Mon Sep 17 00:00:00 2001 From: "Brian R. Bondy" Date: Wed, 27 Jan 2016 16:29:26 -0500 Subject: [PATCH 1/2] 0.7.10 release notes --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3726a6e3e8..6135384a665 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.7.10](https://github.com/brave/browser-laptop/releases/v0.7.10dev) + +- Added the hamburger menu (top right menu). +- Fixed Windows packaging issues. +- Fixed issues with rendering on some Windows systems causing a black window. + ## [0.7.9](https://github.com/brave/browser-laptop/releases/v0.7.9dev) - UI tweaks. From 75e8adf75b5a2fab7360c050d9537f0d054e8737 Mon Sep 17 00:00:00 2001 From: "Brian R. Bondy" Date: Wed, 27 Jan 2016 16:59:37 -0500 Subject: [PATCH 2/2] Changes for Brave branded Electron Auditors: @aekeus --- .vscode/launch.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index e74ae71e62b..8a603be6032 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -16,7 +16,7 @@ // Workspace relative or absolute path to the working directory of the program being debugged. Default is the current workspace. "cwd": ".", // Workspace relative or absolute path to the runtime executable to be used. Default is the runtime executable on the PATH. - "runtimeExecutable": "./node_modules/electron-prebuilt/dist/Electron.app/Contents/MacOS/Electron", + "runtimeExecutable": "./node_modules/electron-prebuilt/dist/Brave.app/Contents/MacOS/Brave", // Optional arguments passed to the runtime executable. "runtimeArgs": ["--nolazy"], // Environment variables passed to the program. diff --git a/package.json b/package.json index d5f831b4449..170d2a41279 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "css-loader": "^0.23.0", "electron-builder": "^2.3.1", "electron-installer-squirrel-windows": "^1.2.2", - "electron-packager": "^5.1.1", + "electron-packager": "brave/electron-packager", "electron-rebuild": "^1.1.1", "empty-port": "0.0.1", "gulp": "^3.9.0",