Skip to content

Releases: toemaus313/ravencolonial_edmc

Added dock to dock time log

Choose a tag to compare

@toemaus313 toemaus313 released this 07 Nov 07:41
v1.5.8

Added dock-to-dock time tracker

FC quantity bug fix, UI arrangement

Choose a tag to compare

@toemaus313 toemaus313 released this 06 Nov 01:20
v1.5.7

FC fix

Autoupdate test, formatting and completion enhancements

Choose a tag to compare

@toemaus313 toemaus313 released this 05 Nov 17:01
v1.5.6

1.5.6 stable release

Auto-update implementation

Choose a tag to compare

@toemaus313 toemaus313 released this 05 Nov 03:08
feat: filter construction sites and improve station naming

- Filter out completed and build status sites from system site list
- Remove construction site prefixes from station names for cleaner display
- Remove primary port checkbox from project creation dialog

(beta) fine tuning project creation and pre-planned list

Choose a tag to compare

@toemaus313 toemaus313 released this 05 Nov 03:01
feat: filter construction sites and improve station naming

- Filter out completed and build status sites from system site list
- Remove construction site prefixes from station names for cleaner display
- Remove primary port checkbox from project creation dialog

Fix for completion

Choose a tag to compare

@toemaus313 toemaus313 released this 02 Nov 20:38

Fixed completion issue, added version number and Github link to Settings page

Fix for bodies not populating

Choose a tag to compare

@toemaus313 toemaus313 released this 02 Nov 16:38

Bodies weren't populating due to filtering that was inadvertently happening related to the selection of pre-planned sites.

Add Fleetcarrier support

Choose a tag to compare

@toemaus313 toemaus313 released this 01 Nov 21:30

FC commodity tracking is enabled:

  • Works with transferring to/from
  • Works with buying/selling
  • Requires entry of Ravencolonial API Key!!!
  • Will attempt to pull FC quantities from CAPI if enabled in the main EDMC settings

Added Stealth Mode switch

  • Check in Settings, Ravencolonial-EDMC. Will stop commodity updates from sending to Ravencolonial when enabled

fix for missing main star when num=0

Choose a tag to compare

@toemaus313 toemaus313 released this 01 Nov 15:50

Some systems have the body number starting at 0, which was not supported in the code previously. Support has been added to show the main star in the Create Project->Body menu whether the bodyNum is 0 or 1

Fixes to project creation and completion

Choose a tag to compare

@toemaus313 toemaus313 released this 31 Oct 21:58
refactor: modularize plugin architecture and improve code organization

- Split monolithic plugin into separate modules for API, UI, handlers, and models
- Moved API client functionality into dedicated RavencolonialAPIClient class
- Created UIManager class to handle all UI-related operations
- Extracted journal event handling logic into JournalEventHandler class
- Implemented PluginConfig module for centralized configuration and logging
- Simplified main plugin class by delegating responsibilities to specialize