What's New in 2.8.0
This is a log cleanup and config cleanup release — no behavior changes. All features from v2.7.x are tested and working.
Changes
- VerboseLogging now defaults to false — SMAPI log output is minimal by default (only purchase/sell confirmations, patch init messages, errors/warnings)
- All Debug/Trace logs gated behind VerboseLogging — enable in GMCM when you need detailed debug output
- Removed unused legacy config properties —
EnableBuySellToggle,BuySellToggleButton,EnableChestOrganizeFix,ChestOrganizeButton,AddToStacksButton(none were referenced anywhere) - Y-sell feedback promoted to INFO — sell confirmations now log at the same level as buy confirmations
What's in v2.7.x (since last release)
If you're upgrading from v2.7.0, here's everything that was added in the patch releases:
- Carpenter Menu Fix (v2.7.2-v2.7.4) — Robin's building menu no longer instantly closes
- Fishing Mini-Game Fix (v2.7.1) — X/Y button swap now applies during bobber bar
- Shop Purchase Overhaul (v2.7.5-v2.7.14) — Complete rewrite: trade items (Desert Trader), tool upgrades, recipes, inventory-full refunds, sell-tab phantom purchase fix, buy quantity bleed fix
- Console-Style Shop Selling (v2.7.16-v2.7.21) — A sells full stack, Y sells one, hold Y for rapid sell, sell price tooltip with gold coin
- Performance (v2.7.15) — Cached reflection fields to eliminate per-tick overhead
Installation
- Download
AndroidConsolizer 2.8.0.zipbelow - Extract to your
Modsfolder (or install via SMAPI Launcher) - Launch the game via SMAPI
Requirements
- Stardew Valley 1.6.15+ (Android)
- SMAPI 4.0.0+ for Android
- Optional: Generic Mod Config Menu