Skip to content

Commit

Permalink
Updates ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdrmcdonald committed Nov 24, 2016
1 parent 50946ee commit e5552d3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 10 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
#2.2.3
* Fix hull boost calculation
* Fix hull boost calculation - now shows correct % modifier and total armour
* Fix import of DiamondBack - can now be imported
* Fix import of Beluga - can now be imported
* Use coriolis-data 2.2.3:
* Fix mismatch between class 5 and class 7 fighter hangars - now shows correct module
* Add details for concordant sequence special effect - now shows correct damage
* Fix details for thermal shock special effect - now shows correct damage
* Add engineer blueprints
* Modification tooltip now shows name and grade of modifications for imported builds
* Retain import URL unless user changes the build - allows future updates of Coriolis to take advantage of additional build information

#2.2.2
* Update DPS/HPS/EPS in real-time as modifiers change
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coriolis_shipyard",
"version": "2.2.3beta",
"version": "2.2.3",
"repository": {
"type": "git",
"url": "https://github.com/EDCD/coriolis"
Expand Down
2 changes: 0 additions & 2 deletions src/app/pages/OutfittingPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,6 @@ export default class OutfittingPage extends Page {
sStr = ship.getStandardString() + '.' + ship.getModificationsString(),
iStr = ship.getInternalString() + '.' + ship.getModificationsString();

Router.replace(outfitURL(ship.id, code, buildName));

return (
<div id='outfit' className={'page'} style={{ fontSize: (sizeRatio * 0.9) + 'em' }}>
<div id='overview'>
Expand Down

0 comments on commit e5552d3

Please sign in to comment.