> For the complete documentation index, see [llms.txt](https://kibibyte.gitbook.io/texture-extension/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kibibyte.gitbook.io/texture-extension/changelog.md).

# Changelog

{% updates format="full" %}
{% update date="2026-03-27" tags="current,recently-shipped" %}

## <mark style="color:$success;">**V.2.0**</mark>

* New Transformation Nodes: Rotate Shape, Mirror Shape
* New Drawing Nodes: Draw Line, Draw Triangle
* New Gradient Node: Draw Gradient
* New Canvas Node: Create Blank Shape
* New Image Processing Nodes (7): Scale Shape, Crop Shape, Tint Shape, Desaturate, Invert Colors, Replace Color, Adjust Contrast
* Implemented proper transparency math to fix dark/jagged halos on anti-aliased edges
* Added pixel interpolation to ensure smooth edges instead of pixelated steps
* Upgraded Rectangle and Circle from "Create" nodes to "Draw" nodes that can overlay onto existing shapes
* Fixed an issue which caused unwanted 90-degree rotation when combining shapes.
* Organized all nodes into clean subcategories
* Turned all inputs to LinearColor instead of Color
* Huge memory optimizations
* Unified code across all engine versions
* Other small code cleanups & improvements
* Updated product links
* Updated product icon
* Updated copyright notice
  {% endupdate %}

{% update date="2024-11-20" %}

## <mark style="color:$success;">**V.1.1**</mark>

* Better enum naming conventions (Useful for C++ users)
* Renamed stuct and enum to use the same naming conventions like my other plugins do
* Renamed every C++ function name to use the same naming conventions like my other plugins do
* Fixed spelling mistakes
* C++ function & variable name changes
* Code cleanups

**What is version V.1.1b?**\
Version V.1.1b is version V.1.1 for Unreal Engine 4 which features a slight change so the plugin compiles in these versions
{% endupdate %}

{% update date="2022-09-07" tags="initial-release" %}

## <mark style="color:$success;">**V.1.0**</mark>

* Initial release with 7 nodes and 1 Struct
  {% endupdate %}
  {% endupdates %}
