## Major features
- New API methods to: Add ship logs from xml, add dialogue from xml,
create a new planet from json string. All of these methods work directly
with strings or XElements and don't load files on their own.
## Improvements
- Pitch anglerfish sounds based on scale. Resolves#160.
## Bug fixes
- Fixes ship being broken when spawning on the center of the universe.
Resolves#648
- Fix Stranger cloak breaking on second loop onwards. Resolves#673.
<!-- A new module or something else important -->
## Major features
-
<!-- A new parameter added to a module, or API feature -->
## Minor features
-
<!-- Some improvement that requires no action on the part of add-on
creators i.e., improved star graphics -->
## Improvements
- Pitch anglerfish sounds based on scale. Resolves#160.
<!-- Be sure to reference the existing issue if it exists -->
## Bug fixes
-
<!-- A new module or something else important -->
## Major features
-
<!-- A new parameter added to a module, or API feature -->
## Minor features
-
<!-- Some improvement that requires no action on the part of add-on
creators i.e., improved star graphics -->
## Improvements
-
<!-- Be sure to reference the existing issue if it exists -->
## Bug fixes
- Fixes ship being broken when spawning on the center of the universe.
Resolves#648
<!-- A new module or something else important -->
## Major features
- New API methods to: Add ship logs from xml, add dialogue from xml,
create a new planet from json string. All of these methods work directly
with strings or XElements and don't load files on their own.
<!-- A new parameter added to a module, or API feature -->
## Minor features
-
<!-- Some improvement that requires no action on the part of add-on
creators i.e., improved star graphics -->
## Improvements
-
<!-- Be sure to reference the existing issue if it exists -->
## Bug fixes
-
## Minor features
- Allow setting hazard type and damage per second, as well as first
contact damage, for tornados and hurricanes. Resolves#496
## Improvements
- Throw errors when attempting to make a signal without a frequency or
name. Resolves#660.
## Bug fixes
- Supernovae are no longer silent. Fixes#522.
- Supernovae proxies will no longer explode on top of you.
- Lightning now appears properly on top of basic clouds. Fixes#321.
- Bramble music won't play if in another audio volume. Fixes#651.
- Fix QM clouds defaulting to GD fog when not given a tint. Fixes#182.
- Makes creating empty details actually work
- Fixed suit up again #333
## Minor features
- Allow setting hazard type and damage per second, as well as first
contact damage, for tornados and hurricanes. Resolves#496
## Improvements
- Throw errors when attempting to make a signal without a frequency or
name. Resolves#660.
## Bug fixes
- Supernovae are no longer silent. Fixes#522.
- Supernovae proxies will no longer explode on top of you.
- Lightning now appears properly on top of basic clouds. Fixes#321.
- Bramble music won't play if in another audio volume. Fixes#651.
- Fix QM clouds defaulting to GD fog when not given a tint. Fixes#182.
## Minor features
- Added `activationCondition` and `deactivationCondition` to details,
allowing them to be enabled/disabled depending on a dialogue condition.
Resolves#482.
- Can now create empty game objects by having a prop detail without a
path.
- Added new day/night audio volume. Switches between two clips depending
on the time of day. Resolves#319.
## Improvements
- If the `path` for a detail is empty it will create an empty game
object now. This can be useful for adding other props to it as its
children.
## Bug fixes
- Black hole vanish effects now tied to the size of the black hole.
Fixes#215.
- Black hole ambience pitch isn't weirdly high for large black holes
anymore. Fixes#226.
- Change system black holes now make a sound when entering them.