Skip to content

Releases: Oveduumnakal/Stockpile-Plugin

Release 1.3

Choose a tag to compare

@Oveduumnakal Oveduumnakal released this 03 Jul 15:51
f33c1d3

What's Changed

  • Remove config-panel rebuild reflection by @Oveduumnakal in #32
  • Surface Ltst staleness and add a 5m averaged window by @Oveduumnakal in #37
  • Hide market sections in detail view for non-tradeable items by @Oveduumnakal in #38
  • Add compact mode, favorites, categories, and a tracked-list filter by @Oveduumnakal in #39
  • Add on-screen overlay for tracked items by @Oveduumnakal in #42
  • Add Buy/Sell Pressure bar to Market Info by @Oveduumnakal in #43
  • Open GE offer item in Stockpile: right-aligned button, loading spinner, and Both mode by @Oveduumnakal in #44
  • Add Wiki and Live Prices links to the detail view by @Oveduumnakal in #45
  • Add Report Issue / Request Feature buttons to the footer by @Oveduumnakal in #46
  • Show last-bought and last-sold times in Market Info by @Oveduumnakal in #47
  • Show quantity-aware item icons in the tracked list by @Oveduumnakal in #48
  • Fix spurious scroll bar on logged-out and spinner placeholders by @Oveduumnakal in #49
  • Bring the entire codebase in line with the r-1.2 coding & documentation standards by @Oveduumnakal in #51
  • Serve item examine text live from the wiki mapping by @Oveduumnakal in #53
  • Hide the injected GE button on shutdown and mode changes by @Oveduumnakal in #55

Full Changelog: R-1.2...R-1.3

Release 1.2

Choose a tag to compare

@Oveduumnakal Oveduumnakal released this 26 Jun 22:20
cc1c4b3

What's Changed

Full Changelog: R-1.1...R-1.2

Release 1.1

Choose a tag to compare

@Oveduumnakal Oveduumnakal released this 22 Jun 19:08
1062c15

What's Changed

Profit tracking, time-window price data, and a reworked item panel

Overview

This release turns the Item Tracker from a simple price list into a full profit/market dashboard. It adds cost-basis profit tracking, multi-window price & volume breakdowns, a richer item detail view with pop-out charts, a configurable per-item notification system, and a heavily reorganized settings panel.

Highlights

Profit tracking

  • Cost-basis model via AcquisitionRecord / TrackedItem: per-item acquisitions with editable quantity & price.
  • Per-item estimated profit (recordQuantitySum * avgPrice - costBasis) and a portfolio-wide profit section, toggleable in config.
  • Fixes to average-price calculation and collection-log quantity consolidation.

Price & volume data

  • Time-window breakdowns (TimeWindow: 5m/1h/…/1y) backed by the wiki realtime/timeseries API (WikiRealtimePriceClient).
  • MarketClassifier / PriceStats for market-state classification and summary stats.
  • Volume column on tracked rows and a dedicated volume graph.

Detail view & charts

  • Overhauled detail view with richer market data and a cleaner layout.
  • PriceGraphPanel: in-panel price/volume charts with pop-out windows, timeframe tabs, hover crosshair, and EMA/spline smoothing.
  • Pop-out axis gutters now sized from font metrics so the larger font no longer clips y-axis suffixes or date labels.

Notifications

  • Per-item rules (NotificationRule / NotificationMetric / NotificationOperation) on price, Δ%, volume, etc.
  • Δ% changes beyond 1000% are ignored to avoid firing on noise from near-zero window-average denominators.

Settings & UX

  • Settings reorganized into five sections; Detailed View gains section ordering/visibility, overview presets (OverviewPreset), estimate position/spacing, and auto-add modes (AutoAddMode / TrackItemMode).
  • New GpFormat utility as the single source of truth for compact number formatting, replacing duplicated formatters across the panel and rules.

Full Changelog: https://github.com/Oveduumnakal/Item-Tracker-Plugin/commits/R-1.1