Releases: Oveduumnakal/Stockpile-Plugin
Releases · Oveduumnakal/Stockpile-Plugin
Release list
Release 1.3
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
What's Changed
- Update README.md by @Oveduumnakal in #2
- Replace inline comments with Javadoc across the codebase by @Oveduumnakal in #3
- Rebrand plugin to Stockpile with new icon and banner by @Oveduumnakal in #4
- Bug/bug 8 view only button by @Oveduumnakal in #9
- Bug/bug 7 view only mode by @Oveduumnakal in #10
- Fix Stockpile header not being centered (#14) by @Oveduumnakal in #23
- Fix long item names clipping/blanking in panel by @Oveduumnakal in #24
- Center and wrap the logged-out placeholder message by @Oveduumnakal in #25
- Classify GE-tradeability via wiki mapping (#26) by @Oveduumnakal in #28
- Show item examine text in the detailed view (#17) by @Oveduumnakal in #29
- Color the graph line-set toggle to match its lines (#5) by @Oveduumnakal in #30
- Add reorderable tracked items list (#19) by @Oveduumnakal in #31
Full Changelog: R-1.1...R-1.2
Release 1.1
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