diff --git a/CHANGELOG.md b/CHANGELOG.md index f393713b9..804e27916 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [1.20.1](https://github.com/Thorium-Sim/thorium/compare/1.20.0...1.20.1) (2019-09-09) + + +### Bug Fixes + +* **Damage Reports:** Repairing systems with a reactivation code now properly triggers any repair triggers. Closes [#2521](https://github.com/Thorium-Sim/thorium/issues/2521) ([dbeb660](https://github.com/Thorium-Sim/thorium/commit/dbeb660)) +* **Engines:** Single engine screens now properly show a disabled message when there is not enough power or the system is damaged. ([a7b6052](https://github.com/Thorium-Sim/thorium/commit/a7b6052)) +* **Exocomps:** Fixes a crash when trying to recall an exocomp while upgrading. Closes [#2523](https://github.com/Thorium-Sim/thorium/issues/2523) ([9eecc1b](https://github.com/Thorium-Sim/thorium/commit/9eecc1b)) +* **Systems:** Properly relabels systems on the power distribution card when the name changes. Closes [#2531](https://github.com/Thorium-Sim/thorium/issues/2531) ([00b824f](https://github.com/Thorium-Sim/thorium/commit/00b824f)) +* **Task Reports:** Provides ability to create custom systems from the task reports field. Closes [#2116](https://github.com/Thorium-Sim/thorium/issues/2116). Closes [#2115](https://github.com/Thorium-Sim/thorium/issues/2115). Closes [#2502](https://github.com/Thorium-Sim/thorium/issues/2502). Closes [#2503](https://github.com/Thorium-Sim/thorium/issues/2503). ([59bd0af](https://github.com/Thorium-Sim/thorium/commit/59bd0af)) +* **Task Reports:** Task reports are now better integrated with damaged systems. Repair task reports for systems show up as damage reports and disable the related system until the report is cleared. Clicking on the damaged system on the systems core will automatically clear the report. Closes [#2502](https://github.com/Thorium-Sim/thorium/issues/2502) ([8eea8ef](https://github.com/Thorium-Sim/thorium/commit/8eea8ef)) + # [1.20.0](https://github.com/Thorium-Sim/thorium/compare/1.19.2...1.20.0) (2019-08-31) diff --git a/client/package.json b/client/package.json index d9c8d8312..bd979a3fd 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "thorium-client", - "version": "1.20.0", + "version": "1.20.1", "description": "Starship Simulator Controls built with React", "repository": { "type": "git", diff --git a/package.json b/package.json index 571d6a6b7..c06a382f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thorium", - "version": "1.20.0", + "version": "1.20.1", "description": "Starship Simulator Controls", "private": true, "repository": { diff --git a/server/package.json b/server/package.json index e85058602..bd3c49315 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "thorium-server", - "version": "1.20.0", + "version": "1.20.1", "description": "Starship Simulator Controls Server, built with GraphQL", "private": true, "repository": {