From 39e144415aaa42fd3516a839af852e6211654ab8 Mon Sep 17 00:00:00 2001 From: Vincent Taverna Date: Sat, 7 Jan 2017 13:38:49 -0500 Subject: [PATCH] fix #184 unable to transfer pokemon --- README.md | 10 +++++----- app/package.json | 4 ++-- app/screens/Login/components/LoginFormContainer.js | 2 -- app/yarn.lock | 4 ++-- package.json | 4 ++-- yarn.lock | 4 ++-- 6 files changed, 13 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 944ab72..57a8a17 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@ **PokéNurse** is a desktop application for Windows and Mac that allows you to manage your pokémon from Pokémon Go without the need for a mobile device. You can now favorite, transfer, and evolve from the comfort of your own home! -## Downloads for v2.0.1 +## Downloads for v2.0.2 You may view all the releases [here](https://github.com/vinnymac/PokeNurse/releases) -* [macOS](https://github.com/vinnymac/PokeNurse/releases/download/v2.0.1/PokeNurse.dmg) -* [Windows](https://github.com/vinnymac/PokeNurse/releases/download/v2.0.1/PokeNurse.exe) -* [Linux 32 bit](https://github.com/vinnymac/PokeNurse/releases/download/v2.0.1/PokeNurse-ia32.deb) -* [Linux 64 bit](https://github.com/vinnymac/PokeNurse/releases/download/v2.0.1/PokeNurse-x64.deb) +* [macOS](https://github.com/vinnymac/PokeNurse/releases/download/v2.0.2/PokeNurse.dmg) +* [Windows](https://github.com/vinnymac/PokeNurse/releases/download/v2.0.2/PokeNurse.exe) +* [Linux 32 bit](https://github.com/vinnymac/PokeNurse/releases/download/v2.0.2/PokeNurse-ia32.deb) +* [Linux 64 bit](https://github.com/vinnymac/PokeNurse/releases/download/v2.0.2/PokeNurse-x64.deb) ## Examples ![Login Window](app/loginExample.png) diff --git a/app/package.json b/app/package.json index 0526021..478f524 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "PokeNurse", "productName": "PokeNurse", - "version": "2.0.1", + "version": "2.0.2", "description": "A tool for Pokémon Go to aid in transferring and evolving Pokémon", "main": "./main.js", "author": { @@ -14,6 +14,6 @@ "async-file": "^2.0.2", "electron-localshortcut": "^1.0.0", "node-pogo-protos": "2.4.2", - "pogobuf": "1.9.1" + "pogobuf": "pogosandbox/pogobuf#fix.release" } } diff --git a/app/screens/Login/components/LoginFormContainer.js b/app/screens/Login/components/LoginFormContainer.js index 3f9627d..2b0e301 100644 --- a/app/screens/Login/components/LoginFormContainer.js +++ b/app/screens/Login/components/LoginFormContainer.js @@ -200,8 +200,6 @@ const LoginForm = React.createClass({ const hashingKey = findDOMNode(this.hashKey).value const rememberMe = findDOMNode(this.rememberMe).checked - console.log(method, username, password, hashingKey, rememberMe) - if (!username) { ipcRenderer.send('error-message', 'A username is required to login.') return diff --git a/app/yarn.lock b/app/yarn.lock index 3aa48ea..117101e 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -432,9 +432,9 @@ pinkie@^2.0.0: version "2.0.4" resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870" -pogobuf@1.9.1: +pogobuf@pogosandbox/pogobuf#fix.release: version "1.9.1" - resolved "https://registry.yarnpkg.com/pogobuf/-/pogobuf-1.9.1.tgz#63cf20f21d3ef350ba652a304c0888efabc4d1a8" + resolved "https://codeload.github.com/pogosandbox/pogobuf/tar.gz/06f94e1052c1f738ed39b97ba92085a92a056515" dependencies: bluebird "^3.4.7" bluebird-retry "^0.10.1" diff --git a/package.json b/package.json index a571b09..3283c19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "PokeNurse", - "version": "2.0.1", + "version": "2.0.2", "description": "A tool for Pokémon Go to aid in transferring and evolving Pokémon", "main": "main.js", "scripts": { @@ -139,7 +139,7 @@ "electron-localshortcut": "^1.0.0", "font-awesome": "^4.7.0", "node-pogo-protos": "2.4.2", - "pogobuf": "1.9.1", + "pogobuf": "pogosandbox/pogobuf#fix.release", "react": "^15.4.1", "react-dom": "^15.4.1", "react-redux": "5.0.1", diff --git a/yarn.lock b/yarn.lock index 8f238bc..4b46cae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5025,9 +5025,9 @@ pluralize@^1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-1.2.1.tgz#d1a21483fd22bb41e58a12fa3421823140897c45" -pogobuf@1.9.1: +pogobuf@pogosandbox/pogobuf#fix.release: version "1.9.1" - resolved "https://registry.yarnpkg.com/pogobuf/-/pogobuf-1.9.1.tgz#63cf20f21d3ef350ba652a304c0888efabc4d1a8" + resolved "https://codeload.github.com/pogosandbox/pogobuf/tar.gz/06f94e1052c1f738ed39b97ba92085a92a056515" dependencies: bluebird "^3.4.7" bluebird-retry "^0.10.1"