Feature
* feat: Allow rare items to be in the normal item table.
This change will enable rare items to be included in the market
listings. ([`6a8ddef`](https://github.com/eyeonus/Trade-Dangerous/commit/6a8ddefb6d68e219bd95f615a18e5f20a774b27c))
Fix
* fix: generate RareItem table after import
The RareItem table never got filled in, now it is. Oops. ([`6425188`](https://github.com/eyeonus/Trade-Dangerous/commit/6425188d46ab1b8f11e85f3d616b1b1540ee1e6a))
Refactor
* refactor: &39;option == x or option == y ...&39; => &39;option in (x,y,z)&39; ([`601355d`](https://github.com/eyeonus/Trade-Dangerous/commit/601355d0eae03617e39edfd7e747b9198537f3d7))
* refactor: update journal plugin wrt station types
Correctly identify CraterPort and CraterOutpost station types as
planetary.
Future planetary station types can be included by simply adding them to
planetTypeList. ([`070fb84`](https://github.com/eyeonus/Trade-Dangerous/commit/070fb843d948c1c8175c23c6329185432e656346))
* refactor: correct Fdev warning in edcd plugin ([`e80a3ad`](https://github.com/eyeonus/Trade-Dangerous/commit/e80a3adbd1e855d4032a81b93f3409438b20f85b))
Style
* style: whitespace normalizing ([`32c75d2`](https://github.com/eyeonus/Trade-Dangerous/commit/32c75d28317b5ea7f63f1956d1915901a478f96b))
* style: Apply preferred indenting to all files.
Blank lines should be indented to the same level as the line immediately
after.
Ex:
........return
....
....def newFunc()
Performed automatically on all files using the following Linux bash
command:
find * -type f -name &34;*.py&34; -print0 | xargs -0 sed -i -e &39;/^ *$/{N;s/^
*\n\( *\)\(.*\)/\1\n\1\2/}&39;
([`14c84c6`](https://github.com/eyeonus/Trade-Dangerous/commit/14c84c66554167ba8edf8109f81b76027ea0af79))
Unknown
* 10.4.0
python-semantic-release automatic version update. ([`befa982`](https://github.com/eyeonus/Trade-Dangerous/commit/befa9827ba3fd7d0eb774eb16fc4dc3841be7060))