Skip to content

Commit

Permalink
0.6.0 let's do this
Browse files Browse the repository at this point in the history
  • Loading branch information
PrometheusSatyen committed Apr 21, 2018
1 parent 831ab37 commit 2cfe57c
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 15 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
XXXX-XX-XX: 0.6.0-dev
2018-04-21: 0.6.0
-------------------------
* Users are now required to create an EVE Developer account and input credentials into Cerebral on first-start.
* Cerebral is now licensed under the AGPL v3.0.
* Users are now required to create an EVE Developer account and input credentials into Cerebral.
* A markdown guide has been added in /docs/API-SETUP.md giving instructions on creating an application on the EVE Developers site.
* All characters must be re-authorized after inputting their new credentials.
* Markers have been added on the character overview page showing a green tick/red warning symbol depending on whether the character needs to be re-authorized.
* The currently baked in credentials in 0.5.0 and previous versions will be revoked 21/04/2018 21:00 UTC, at this time all versions of Cerebral prior to 0.6.0 will cease to function.
* Split the API info into a new tab on the character page showing granted scopes, data refresh timers and a health check on the character's tokens.
* The contracts page for characters now shows an indicator of used and available character contract slots.
* SSO client/refresh token handling has been improved to better handle failing refresh tokens.

2018-04-18: 0.5.0 Alpha
-------------------------
Expand Down
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@ Cerebral is currently in alpha testing! That means:
Current Functionality:
-------------------------
* Add your characters using the EVE SSO.
* See an overview of all your characters including:
* Alpha/Omega Status
* Corp/Alliance
* ISK
* SP - This is the actual amount of SP your character has, which you would normally have to login and pause/unpause your queue to see.
* Current skill in training and time remaining
* See an overview of all your characters including: Alpha/Omega Status, Corp/Alliance, ISK, SP, Current skill in training and time remaining
* SP Farming overview which allows you to add characters as an SP farm, specifying the base SP that character will keep (unextractable), you can then see:
* Number of injectors ready to extract
* Time until next injector is ready to extract
Expand All @@ -40,9 +35,11 @@ Current Functionality:
* Active implants
* Skill queue
* Jump clones
* Scopes granted
* Jump fatigue
* Loyalty points
* Skills tab: trained skills by skill group, total SP in skills/skill groups, shows partially trained skills
* Contracts tab: pending/completed contracts involving the character
* API tab: shows information on the authorized API token including scopes granted, data refresh intervals and token health

Planned Functionality:
-------------------------
Expand All @@ -54,15 +51,17 @@ Planned Functionality:

Screenshots:
-------------------------
![character overview](https://prom.gaydar.space/2018-04-18_12-34-54_yN4TAyf8G9MzxZif1k9tht6arR5lTB.png)
![character overview](https://prom.gaydar.space/2018-04-21_17-37-43_tt82j9SmzY8sxzNZwNbEutSEiHz7bF.png)

![sp-farming](https://prom.gaydar.space/2018-04-18_12-35-03_WLpFbKvcAgj22eE0t6Ayo1jJ25HUcj.png)

![contracts](https://prom.gaydar.space/2018-04-18_12-35-17_suf4c19ixNkOZSAerRLqXzaUMVcWDW.png)

![character-summary](https://prom.gaydar.space/2018-04-18_12-35-46_3Q0RooNx1DrA8nEPRG9NEp8lBtKAh7.png)
![character-summary](https://prom.gaydar.space/2018-04-21_17-38-05_eytGdToL1qcNdBWOPIiKzipZT0RtKR.png)

![character-skills](https://prom.gaydar.space/2018-04-18_12-36-07_OdUQKJO7eLHtQ8zMqnGx3LMpIDHFGv.png)
![character-skills](https://prom.gaydar.space/2018-04-21_17-38-34_9LBjt9ygMukaLkbWGHhKshOHGv9Jnd.png)

![character-api](https://prom.gaydar.space/2018-04-21_17-38-48_0esisqZl3KJMzJv9laisY4Lqtrh11F.png)

Installation Instructions:
-------------------------
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eve-cerebral",
"productName": "Cerebral",
"version": "0.6.0-dev",
"version": "0.6.0",
"description": "Character Manager for EVE Online",
"author": "Prometheus Satyen",
"license": "AGPL-3.0-only",
Expand Down
2 changes: 1 addition & 1 deletion resources/properties.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

export default {
'version': '0.6.0-dev',
'version': '0.6.0',
'author_email': '[email protected]',

'eve_sso_url': 'https://login.eveonline.com/oauth',
Expand Down

0 comments on commit 2cfe57c

Please sign in to comment.