Skip to content
This repository has been archived by the owner on Oct 20, 2019. It is now read-only.

Commit

Permalink
Update version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seldonlabs committed Apr 10, 2018
1 parent fb87f25 commit f6585b0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ OmniScanner works only when another player is scanned (obviously), after the sca

**Only open mode is supported**, this plugin deactivate itself in **solo** for obvious reasons and **private groups are not supported** (at least for now).

An example of a response:
An example response:

![example](example.png)

Expand All @@ -34,24 +34,25 @@ An example of a response:
- Customizable date format with normal UTC and Elite UTC (330x years).
- Automatic deactivation when deploying hardpoints.
- Commander tracking for combat loggers (highly experimental, not public).
- Customizable overlay through config file (`overlay.ini`).

### Upcoming features
- Commands for OmniScanner cache.
- Customizable Overlay.

## Commander Tracking
As an **experimental feature**, if you scan a commander that is flagged by ROA DB as **Combat Logger** or is in ROA **KOS list**, the position of the scanned commander will be logged and saved until another commander will update that entry with another scan.

Being an experimental feature these info will not be usable for now but only used for testing and see how it goes with a small/medium userbase.

## Versions
- 0.1.1: Add startup message with version check
- 0.1.0: Initial testing version
- 0.2.0: Customizable configuration for overlay.
- 0.1.1: Add startup message with version check.
- 0.1.0: Initial testing version.

## Thanks
- To Cmdr Artie for [Inara][0]
- To Cmdr Lou Baron for access to the [ROA DB][1]
- To Ian Norton for [EDMCOverlay][3]
- To Cmdr Artie for [Inara][0].
- To Cmdr Lou Baron for access to the [ROA DB][1].
- To Ian Norton for [EDMCOverlay][3].

[0]:https://inara.cz
[1]:http://roaweb20161109100616.azurewebsites.net/
Expand Down
Binary file modified example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion load.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from roa import ED_DATE_KEY, ED_DATE_VALUE

APP_LONGNAME = "OmniScanner"
APP_VERSION = "0.1.1"
APP_VERSION = "0.2.0"

_cache = None
_overlay = None
Expand Down

0 comments on commit f6585b0

Please sign in to comment.