Skip to content

EVE Night Trade Tools v1.0.12

Choose a tag to compare

@github-actions github-actions released this 18 Jul 10:56
· 65 commits to main since this release

Added

  • Add CodeQL analysis workflow configuration
  • Add Dependabot config for Gradle and GitHub Actions updates
  • Add junit-platform-launcher to fix JUnit 6 test discovery
  • Add junit-platform-launcher to fix test discovery on Gradle 9
  • Add search, sortable columns, and pagination to Wallet transactions/journal
  • Add Top Buyers & Sellers table to Dashboard
  • Add sortable columns to Orders History/Inventory, Total to Sell
  • Add inventory-value calculator to EVE Trade Calc overlay

Changed

  • Pin Kotlin JVM toolchain to 21 for all subprojects
  • Switch java-kotlin CodeQL analysis to build-mode: none
  • Pin nix devShell to gradle_9, refresh flake.lock
  • Migrate window icon off deprecated classpath painterResource
  • Unify relist fee accounting into FIFO cost basis
  • Rework Contracts: character/corp scoping, refresh cooldown, badge
  • Improve Inter-Region analysis: swap/presets, item detail dialog, fee model fixes

Fixed

  • Fix runtime regression: junixsocket-core exclude broke Wayland hotkeys
  • Fix Portal hotkey signal matching: resolve well-known name to unique name
  • Fix orphaned corporations left behind after character deletion
  • Fix corp wallet transactions/journal leaking into personal view

Removed

  • Disable java-kotlin CodeQL analysis until Kotlin 2.4.10 is supported
  • Exclude POM-only junixsocket-core from the shadow-jar classpath
  • Remove dead null-safety code left over from OkHttp 5's non-null body
  • Skip ESI calls to routes ESI itself reports as degraded
  • Drop the verify job from the release workflow