Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PrometheusSatyen committed Jan 10, 2019
1 parent 277bfdf commit 6ec5085
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
XXXX-XX-XX: 0.6.1-dev
2019-01-09: 0.7.0
-------------------------
* Fixed bug causing utilized contract slots for characters to always show as 0.
* Renamed pending contracts to incomplete contracts.
* Added an indicator of the last refresh to the character contracts pages.
* Added more info button to contracts tables which brings up a dialog box giving full details of the contract.
* Skill browser
* Skill planner
* Mails
* Updated to esi.evetech.net URL
* Honestly there's probably other shit I've forgotten it's been a while since I release an update, hopefully it all works.

2018-04-21: 0.6.0
-------------------------
Expand Down
6 changes: 3 additions & 3 deletions 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.1-dev",
"version": "0.7.0",
"description": "Character Manager for EVE Online",
"author": "Prometheus Satyen",
"license": "AGPL-3.0-only",
Expand Down
4 changes: 2 additions & 2 deletions resources/properties.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

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

'eve_sso_url': 'https://login.eveonline.com/oauth',
Expand Down Expand Up @@ -62,7 +62,7 @@ export default {
},
],

'eve_esi_url': 'https://esi.tech.ccp.is',
'eve_esi_url': 'https://esi.evetech.net',
'eve_default_data_source': 'tranquility',

'refresh_intervals': {
Expand Down

0 comments on commit 6ec5085

Please sign in to comment.