From e5552d3e1086da49f4bb7d7be8a94dd67cbf0794 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Thu, 24 Nov 2016 13:49:37 +0000 Subject: [PATCH] Updates ready for release --- ChangeLog.md | 11 ++++++++++- package.json | 2 +- src/app/pages/OutfittingPage.jsx | 2 -- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index c9c5400e..f5250556 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 diff --git a/package.json b/package.json index 7f54a676..40a09e70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coriolis_shipyard", - "version": "2.2.3beta", + "version": "2.2.3", "repository": { "type": "git", "url": "https://github.com/EDCD/coriolis" diff --git a/src/app/pages/OutfittingPage.jsx b/src/app/pages/OutfittingPage.jsx index 6dd3ba3a..e93a5eb9 100644 --- a/src/app/pages/OutfittingPage.jsx +++ b/src/app/pages/OutfittingPage.jsx @@ -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 (