Skip to content

EVE Night Trade Tools v1.0.14

Choose a tag to compare

@github-actions github-actions released this 04 Aug 07:11
· 8 commits to main since this release

Added

  • Add a price-spike filter to Station Trading and Inter-Region analysis
  • Add a sidebar button to report a bug or request a feature

Fixed

  • Fix Orders History margin to use real sell prices instead of order.price
  • Fix Station/Inter-Region station selection getting wiped on restart

Other

  • Route the release workflow's flake.nix bump through a PR
  • Retry ESI name resolution for blank wallet client names on Dashboard
  • Show volume-weighted average price/margin for inter-region walked quantity
  • Check gradle dependency updates quarterly instead of weekly
  • Make the OBS overlay panel 95% opaque instead of translucent
  • Estimate OBS overlay profit from order book fills, not just tx sync
  • Log a mid-pagination Last-Modified change once per fetch, not per page
  • Treat a trailing 404 from ESI pagination as end-of-data, not a failure
  • Filter corp orders to the sidebar's selected character, with an "All characters" checkbox
  • Bisect resolveNames on 404 instead of dropping the whole batch, and fix response leaks
  • Flag a live price spike, not just one that's already reverted
  • Make the spike threshold/window tunable and also catch volume-only spikes
  • Split the spike filter into independent Price × and Volume × thresholds
  • Refresh stale cached market history instead of trusting it forever
  • Also compare the live order-book price against history, not just history against itself
  • Stop re-parsing/re-writing unchanged market history on every filter edit
  • Change spike filter defaults to Price ×1.8 / Volume ×5 / Days 7
  • Shorten sidebar feedback button label to "Feedback"
  • Enable Gradle build cache

Removed

  • Drop redundant null check flagged by the compiler in OrdersScreen
  • Drop the hand-rolled 2-day staleness rule, defer to ESI's real Expires header