Skip to content

Commit

Permalink
chore(release): 1.18.0
Browse files Browse the repository at this point in the history
# [1.18.0](1.17.4...1.18.0) (2019-07-21)

### Bug Fixes

* **Interfaces:** Fixes a minor UI inconsistency. Closes [#2455](#2455) ([425dd4c](425dd4c))
* **Interfaces:** Fixes the UI of the Add Task macro when using it for interfaces and other node-based configs. Closes [#2451](#2451) ([a16fa9f](a16fa9f))
* **Sound Effects:** Login sound effect no longer plays if the login is unsuccessful. Closes [#2460](#2460) ([e1b57e6](e1b57e6))

### Features

* **Damage Reports:** Makes it possible to specify the number of steps in a damage report or task report. Closes [#2423](#2423) ([3e13bf1](3e13bf1))
* **Macros:** Add the ability to control whether a delayed macro will still run after a flight reset. Default is to cancel macros after flight reset. Closes [#2456](#2456) ([31befdf](31befdf))
* **Reactor:** Adds a macro for changing the reactor efficiency. This can be used to set a ship's reactor to external power at the beginning of a flight. Closes [#2440](#2440) ([f41c5a1](f41c5a1))
* **Sensors:** Adds a checkbox to the extras tab of sensors core allowing you to see labels for all of the sensor contacts. Closes [#2437](#2437) ([1b921d2](1b921d2))
* **Shields:** Adds a macro for changing the shield frequencies. Closes [#2442](#2442) ([c4bcf66](c4bcf66))
* **Sound Effects:** Makes it possible to change the volume of interface sound effects. Closes [#2444](#2444) ([e43cbda](e43cbda))
  • Loading branch information
semantic-release-bot committed Jul 21, 2019
1 parent 8eb91ef commit 7cb08e7
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 6 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [1.18.0](https://github.com/Thorium-Sim/thorium/compare/1.17.4...1.18.0) (2019-07-21)


### Bug Fixes

* **Interfaces:** Fixes a minor UI inconsistency. Closes [#2455](https://github.com/Thorium-Sim/thorium/issues/2455) ([425dd4c](https://github.com/Thorium-Sim/thorium/commit/425dd4c))
* **Interfaces:** Fixes the UI of the Add Task macro when using it for interfaces and other node-based configs. Closes [#2451](https://github.com/Thorium-Sim/thorium/issues/2451) ([a16fa9f](https://github.com/Thorium-Sim/thorium/commit/a16fa9f))
* **Sound Effects:** Login sound effect no longer plays if the login is unsuccessful. Closes [#2460](https://github.com/Thorium-Sim/thorium/issues/2460) ([e1b57e6](https://github.com/Thorium-Sim/thorium/commit/e1b57e6))


### Features

* **Damage Reports:** Makes it possible to specify the number of steps in a damage report or task report. Closes [#2423](https://github.com/Thorium-Sim/thorium/issues/2423) ([3e13bf1](https://github.com/Thorium-Sim/thorium/commit/3e13bf1))
* **Macros:** Add the ability to control whether a delayed macro will still run after a flight reset. Default is to cancel macros after flight reset. Closes [#2456](https://github.com/Thorium-Sim/thorium/issues/2456) ([31befdf](https://github.com/Thorium-Sim/thorium/commit/31befdf))
* **Reactor:** Adds a macro for changing the reactor efficiency. This can be used to set a ship's reactor to external power at the beginning of a flight. Closes [#2440](https://github.com/Thorium-Sim/thorium/issues/2440) ([f41c5a1](https://github.com/Thorium-Sim/thorium/commit/f41c5a1))
* **Sensors:** Adds a checkbox to the extras tab of sensors core allowing you to see labels for all of the sensor contacts. Closes [#2437](https://github.com/Thorium-Sim/thorium/issues/2437) ([1b921d2](https://github.com/Thorium-Sim/thorium/commit/1b921d2))
* **Shields:** Adds a macro for changing the shield frequencies. Closes [#2442](https://github.com/Thorium-Sim/thorium/issues/2442) ([c4bcf66](https://github.com/Thorium-Sim/thorium/commit/c4bcf66))
* **Sound Effects:** Makes it possible to change the volume of interface sound effects. Closes [#2444](https://github.com/Thorium-Sim/thorium/issues/2444) ([e43cbda](https://github.com/Thorium-Sim/thorium/commit/e43cbda))

## [1.17.4](https://github.com/Thorium-Sim/thorium/compare/1.17.3...1.17.4) (2019-07-17)


Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thorium-client",
"version": "1.17.4",
"version": "1.18.0",
"description": "Starship Simulator Controls built with React",
"repository": {
"type": "git",
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thorium",
"version": "1.17.4",
"version": "1.18.0",
"description": "Starship Simulator Controls",
"private": true,
"repository": {
Expand Down Expand Up @@ -151,9 +151,7 @@
},
"eslintConfig": {
"extends": "react-app",
"plugins": [
"react-hooks"
],
"plugins": ["react-hooks"],
"rules": {
"jsx-a11y/href-no-hash": "off",
"react-hooks/rules-of-hooks": "error"
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thorium-server",
"version": "1.17.4",
"version": "1.18.0",
"description": "Starship Simulator Controls Server, built with GraphQL",
"private": true,
"repository": {
Expand Down

0 comments on commit 7cb08e7

Please sign in to comment.