# Releases

## 1.2.0 (15th April 2026)

**New**

* Added Affix system with support for Prefixes and Suffixes based on item properties or sockets.
* Move Content to Bag Filtered now includes an option to skip specific cells.
* Added condition Has Attached Item.
* Grid crafting examples now display missing ingredients directly in the recipe book.
* Preview Bag instruction now has an option to clear its contents.

**Improvements**

* Grid merchant interaction updated so right-clicking a merchant item buys one at a time.
* Selling in grid merchant now requires right-clicking an empty cell to sell a single item.

**Fixes**

* Fixed issues with cancel queue in list crafting.
* Fixed player being able to walk while interacting with crafting benches and chests.
* Fixed hotbar not being disabled while in crafting UI across list examples.

## 1.1.0 (22th March 2026)

**New**

New instructions added:

* Attach Runtime Item Enchanted
* Collect Children
* Move Content to Bag Filtered
* Rebuild Layout

New conditions added:

* Can Attach Runtime Item
* Runtime Item Has Sockets

New events added:

* On Socket Attach or Detach Enchanted

New properties added:

Set:

* Slot Item Filter Allowed Item
* Slot Item Filter Allowed Item

Get:

* GameObject BagGrid Content&#x20;
* Item from Runtime Item
* Affordable Stack Amount from Cell Item
* Can Sell Bool Item
* Can Buy Bool Item

**Features**

InstructionInventoryInsertFromBagToCell, InstructionInventoryMoveRuntimeItemAmountToBag, and InstructionInventoryInsertIntoGrid now include an option to set the exact amount of items moved.

Item States now include Buy Price Modifier and Sell Price Modifier fields.

Pouch creation and ID assignment has been moved to the On Create instructions list inside the item.

Hotbar size can now be changed easily by editing the hotbar-size local variable in the hotbar example.

Added a Cancel Queue button to the list craft, list dismantle, and list furnace examples.

**Improvements**

General optimization and cleanup of the examples.

**Fixes**

Fixed an issue with scrolling in the hotbar.

## 1.0.1 (2nd March 2026)

#### New

* Full support for new Input System.
* Instruction Sort Grid Bag now includes two new bools: Skip First Row & Reverse Placement Order.

#### Improvements

* Updated example scenes.
* Main menu button is now disabled by default to prevent errors if the scene is not in Build Settings.
* Dragging an item and clicking another occupied cell now swaps the items.

#### Fixes

* Fixed missing sprite in the durability image inside inventory cells.

## 1.0.0 (1st March 2026)

First release


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/releases.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
