Skip to content

Commit

Permalink
Release v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnymac committed Jan 8, 2017
2 parents 65d678b + 106fd22 commit 96517eb
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 19 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
## Downloads for v2.0.3
You may view all the releases [here](https://github.com/vinnymac/PokeNurse/releases)
* [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)
* [macOS](https://github.com/vinnymac/PokeNurse/releases/download/v2.0.3/PokeNurse.dmg)
* [Windows](https://github.com/vinnymac/PokeNurse/releases/download/v2.0.3/PokeNurse.exe)
* [Linux 32 bit](https://github.com/vinnymac/PokeNurse/releases/download/v2.0.3/PokeNurse-ia32.deb)
* [Linux 64 bit](https://github.com/vinnymac/PokeNurse/releases/download/v2.0.3/PokeNurse-x64.deb)

## Examples
![Login Window](app/loginExample.png)
Expand Down
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "PokeNurse",
"productName": "PokeNurse",
"version": "2.0.2",
"version": "2.0.3",
"description": "A tool for Pokémon Go to aid in transferring and evolving Pokémon",
"main": "./main.js",
"author": {
Expand All @@ -14,6 +14,6 @@
"async-file": "^2.0.2",
"electron-localshortcut": "^1.0.0",
"node-pogo-protos": "2.4.2",
"pogobuf": "pogosandbox/pogobuf#fix.release"
"pogobuf": "1.9.2"
}
}
9 changes: 5 additions & 4 deletions app/screens/Login/components/LoginFormContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ const LoginForm = React.createClass({
<FormGroup>
<ButtonGroup data-toggle="buttons">
<Button
className="btn btn-info noselect"
className="noselect"
bsStyle="info"
htmlFor="authGoogle"
active={isGoogleActive}
onClick={this.radioLabelClick.bind(this, AUTH_METHODS.google)}
Expand All @@ -92,7 +93,8 @@ const LoginForm = React.createClass({
Google
</Button>
<Button
className="btn btn-info noselect"
className="noselect"
bsStyle="info"
htmlFor="authPTC"
active={isPTCActive}
onClick={this.radioLabelClick.bind(this, AUTH_METHODS.ptc)}
Expand All @@ -118,7 +120,6 @@ const LoginForm = React.createClass({
</InputGroup.Addon>
<FormControl
type="text"
className="form-control"
placeholder="Username"
ref={(c) => { this.username = c }}
onKeyPress={this.handleEnterKey}
Expand All @@ -129,7 +130,6 @@ const LoginForm = React.createClass({
</InputGroup.Addon>
<FormControl
type="password"
className="form-control"
placeholder="Password"
ref={(c) => { this.password = c }}
onKeyPress={this.handleEnterKey}
Expand All @@ -149,6 +149,7 @@ const LoginForm = React.createClass({
type="text"
placeholder="Hash Key required only for safer 0.51+ support"
ref={(c) => { this.hashKey = c }}
defaultValue={credentials.hashingKey || ''}
/>
</InputGroup>
</FormGroup>
Expand Down
6 changes: 3 additions & 3 deletions app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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@pogosandbox/pogobuf#fix.release:
version "1.9.1"
resolved "https://codeload.github.com/pogosandbox/pogobuf/tar.gz/06f94e1052c1f738ed39b97ba92085a92a056515"
pogobuf@1.9.2:
version "1.9.2"
resolved "https://registry.yarnpkg.com/pogobuf/-/pogobuf-1.9.2.tgz#c6986f5b070e834ef649c8d9565da9f12a72c90e"
dependencies:
bluebird "^3.4.7"
bluebird-retry "^0.10.1"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "PokeNurse",
"version": "2.0.2",
"version": "2.0.3",
"description": "A tool for Pokémon Go to aid in transferring and evolving Pokémon",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -139,7 +139,7 @@
"electron-localshortcut": "^1.0.0",
"font-awesome": "^4.7.0",
"node-pogo-protos": "2.4.2",
"pogobuf": "pogosandbox/pogobuf#fix.release",
"pogobuf": "1.9.2",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-redux": "5.0.1",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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@pogosandbox/pogobuf#fix.release:
version "1.9.1"
resolved "https://codeload.github.com/pogosandbox/pogobuf/tar.gz/06f94e1052c1f738ed39b97ba92085a92a056515"
pogobuf@1.9.2:
version "1.9.2"
resolved "https://registry.yarnpkg.com/pogobuf/-/pogobuf-1.9.2.tgz#c6986f5b070e834ef649c8d9565da9f12a72c90e"
dependencies:
bluebird "^3.4.7"
bluebird-retry "^0.10.1"
Expand Down

0 comments on commit 96517eb

Please sign in to comment.