Skip to content

Commit

Permalink
Readme updates and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Silarn committed Apr 27, 2023
1 parent 2e03796 commit e1a000d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ It can also track scans with the composition scanner and will lock in the final
you to scan biologicals one at a time. In this way you can lock in a species and value while competing the analysis of
another lifeform.

### Please Note

EDMC does not parse old system logs so this tool has trouble when revisiting systems. I may use EDSM data to fill in
some holes (if enabled) but it will still be missing signal data. Fortunately, reentering a system does usually trigger
the detailed scan signal data to be logged in the journal again. But not the FSS signal data.

## Requirements
* EDMC version 5 and above

Expand All @@ -50,10 +56,12 @@ Species calculations are based on various sources, primarily the

## Roadmap

* Currently implementing a system to detect the presence of a nebula
* Refinements to species requirements
* ~~Track when near a planet and focus the data view for that planet~~
* ~~Add settings for visibility and display options~~
* Add info about sample distance requirements
* Possibly utilize EDSM data to fill in missing data (revisiting a system)
* ~~Investigate plausibility of getting species from codex scans (Ship / SRV)~~

## License
Expand Down
2 changes: 1 addition & 1 deletion load.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

logger = get_main_logger()

VERSION = '0.6-beta'
VERSION = '0.7-beta'

this = sys.modules[__name__] # For holding module globals
this.formatter = Formatter()
Expand Down

0 comments on commit e1a000d

Please sign in to comment.