This page was last updated on 25 January 2025, 8:18PM
Changelogs
Version 1.5.6
Fixed favorite item slots being unfavorited when using Add To Existing Stacks button in a chest.
Fixed volcano dungeon chests being considered for quick stack.
Version 1.5.5
Fixed index out of range error that somehow snuck back in after fixing it during testing of 1.5.4
Version 1.5.4
Fixed Take All But One behaving incorrectly with no item in cursor slot.
Version 1.5.3
Fixed: InventoryMenuPatches.RightClick_Transpiler could not find target instruction(s) in rightClick
Fixed: HandlePartialDonation_Postfix edge case causing NullReferenceException
Quick Stack now supports chests with GlobalInventoryId values
Updated texture loading logic to use SMAPI content pipeline. This allows for other mods to edit the textures in this mod, such as by using Content Patcher's EditImage change action.
Version 1.5.2
Fixed compatibility issue with Chests Anywhere where auto organize chests were prevented from being quick stackable until player revisited that chest's game location.
Fixed favorite item slots being leftover from machines and crafting recipes consuming item stacks.
Implemented auto organize support for base game Add To Existing Stacks button in chest menu. Previously, this was not organizing any added stacks.
Version 1.5.1
Fixed bug with auto organized chests accessed by Chests Anywhere mod.
Fridges and Junimo Huts can now be auto organized as intended.
Added Korean localization (credit: asas84562).
Version 1.5.0
===== NEW FEATURES =====
Quick Stack Animation
Take All But One
Auto Organize Chest
New quick stack range options: "Location" and "Global". "Global" requires Chests Anywhere mod.
Dressers are now considered for quick stack (if config setting is enabled).
Added French localization (credit: Fsecho7).
Added Chinese localization (credit: Z2549 on GitHub).
===== BUG FIXES =====
Fixed placing a favorited item directly into shipping bin not being prevented; was only being prevented in shipping bin menu.
Fixed Junimo bundle icon in inventory page having incorrect left and right neighbor slot.
Fixed Clint tool upgrade leaving behind favorited item slot when a favorited stack of metal bars was entirely consumed.
Fixed Quick Stack button moving when both split screen players opened their inventory.
Fixed exception thrown on right-clicking favorited tool caused by casting Tool as Object.
Fixed right-clicking favorited item slot with a single item in it being incorrectly tracked.
Fixed occasional favorite item tracking issue while using the Forge.
Fixed favorite item slots not tracking base game behavior where, if all toolbar slots have an item, removed furniture will be placed into the last toolbar slot and add the previous item into the inventory.
Suppressed quick stack hotkey when the player is not free. Now, quick stack hotkey only performs quick stack if player is free, or if the current active menu is InventoryPage.
Fixed big chests being drawn incorrectly in Quick Stack to Nearby Chests button hover tooltip.
Fixed "Wear More Rings" mod interfering with favorited item slot tracking due to renaming ring equipment slot names.
Version 1.4.1
Updated required SMAPI version from 4.0.0-alpha to 4.0.0. Verified mod works on Stardew Valley 1.6.2.
Always ignore left click action if FavoriteItemsHotkey is down, this way we only allow favorite item slot toggling. This prevents strange favorite item slot tracking behavior.
Version 1.4.0
Updated mod to support Stardew Valley 1.6.
Fixed tool/attachment logic when the attachment is favorited and the tool is not. Right-clicking a favorited attachment into an unfavorited tool no longer causes the mod to think you are still holding the favorited attachment.
Version 1.3.0
Added new config option that adds a left-to-right warp with the gamepad cursor in inventory page.
Added support for mods which directly add inventory slots, such as Vertical Toolbar.
Added new config option that allows quick stacking of items without checking quality.
New house packages (presents) are no longer considered for quick stack.
Favorited items can no longer be placed in the shipping bin.
Fixed Forge UI interaction with favorited items.
Fixed right-click behavior on favorited tools with attachments, such as the Fishing Rod (with bait and lures) and the Slingshot (with ammo).
Fixed favorited item tracking when equipping clothes/equipment.
Added json translation support.
Version 1.2.0
Fixed assets directory issue due to capitalization.
Added hotkey for quick stack via opt-in config option.
Did NOT add hotkey for "Organize" button via opt-in config option. No need for this, as base game already has a hotkey! When in your inventory menu, press the controller's "back" button to organize inventory.
Version 1.1.0
Added support for inventory expansion mods, such as Bigger Backpack.