WHMapper

:rocket: **EVE-WHMapper: New Version in dev branch

:fire: Major update: Multi-account support in the same browser and tab!
No more juggling between windows—switch between accounts seamlessly and stay synced at all times.

:white_check_mark: Secure authentication to link your accounts effortlessly.
:white_check_mark: Persistent sessions—log in once and stay connected across all accounts.
:white_check_mark: Enhanced security—unauthorized account access is strictly blocked.
:white_check_mark: Smart notifications—instantly see which account a notification belongs to.

Wormhole navigation has never been this smooth and intuitive! :shooting_star:
Ready to try the new version? Join the discussion and share your feedback!

This version is only available in main branch in pre version.

:rocket: **EVE-WHMapper: New Version in dev branch

Capsuleers, this is more than just an update—it’s a major overhaul of EVE-WHMapper, built for performance, stability

Massive code refactor under the hood: cleaner, faster, and more robust.
:hammer_and_wrench: Bug fixes and behavior improvements , shaped by real-world testing feedback .

Jump in, test it out, and let us know what you think.

This version is only available in main branch in pre version.

Sometime you need to clear your cache and all your cookies

:hammer_and_wrench: Update on Main Branch – Fresh Features Incoming!

Today’s commit brings some exciting improvements to EVE-WHMapper:

:sparkles: You can now:

  • Set a primary account to paste signatures as your favorite character.
  • Enable or disable tracking per account with full flexibility.

:bug: A few annoying UI bugs have been fixed for a smoother experience.

:test_tube: Testing is ongoing, but things are looking solid—we’re getting close to a new stable release!

Stay tuned, and thanks for all your feedback and support.

More to come soon!

:warning: Using an older version? You might need to clear your cache to see the latest changes.

:repeat_button: Shortcut reminders to refresh with cache cleared:

  • Chrome / Edge : Ctrl + F5
  • Safari: Cmd + Option + E
  • Firefox: Ctrl + Shift + Del

New release v2.0.0

  • :fire: Major feature: Multi-account support in the same browser and tab!

Doc updated : Eve Wormhole Mapper Docs | Eve Wormhole Mapper

New release v2.0.1

New release v2.1.0

:test_tube: Dev Branch Update – Logging, .NET 8 & Stability Enhancements (#355)

A new commit has landed on the dev branch with major backend improvements and bug fixes. Validation is in progress, and this prepares the ground for a more stable upcoming release.

:sparkles: Features & Enhancements

  • Integrated Serilog for structured logging, export capabilities, and log rotation.
  • Upgraded to latest .NET 8 NuGet packages for improved performance and support.
  • Improved client ID handling with a refactored BrowserClientIdProvider and middleware for better logging and session tracking.
  • Updated Docker configuration for smoother setup and cleaner image builds.

:lady_beetle: Fixes

  • Tracker server now disposes properly on browser exit, improving resource handling.
  • Cookie deletion logic optimized during login/logout flows.

:wrench: Refactoring

  • Test files renamed and organized for clarity.
  • Simplified client ID retrieval and removed legacy tracking code.
  • Middleware and timer management streamlined for better maintainability.

Please update your docker-compose.yml to use Serilog :

  • Add Volume in whmapper section, to redirect log on your disk
  • volumes:
    • ./Logs:/app/Logs
  • Replace old log settings in whmapper environment section by :
  • Serilog__MinimumLevel__Default=Warning
  • Serilog__MinimumLevel__Override__Microsoft.EntityFrameworkCore.Database.Command=Warning

New release v2.2.0