From 54e1c227069250b86cbff8e39679a8743fc4017d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=98D=3ALR?= <227069562+mod-lr@users.noreply.github.com> Date: Wed, 26 Aug 2026 01:25:23 +1000 Subject: [PATCH] Update CHANGELOG for Cursor Ops v1.1.0 Add the Cursor Ops v1.1.0 release details, including new features, improvements, release date, and tested Blender versions. --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e61007..da8b6b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,38 @@ This document tracks public, user-visible changes by version. --- +## v1.1.0 — Placement and Gizmo Update + +Type: Update +Release Date: 2026-08-26 + +### Added +- Drop to Surface +- Recall Placement +- Reset to World +- Pivot to Cursor +- Snapshot system + +### Improved +- Cursor Move Gizmo +- Cursor Rotate Gizmo +- Cursor Move now supports multi-object workflows +- WPlane grid alignment +- UI layout grouping +- Terminology (“True Geo” → “Base Geo”) +- Local Z placement accuracy on modified meshes +- Force World now consistently aligns the cursor to world orientation (no longer influenced by selection) + +### Compatibility +Tested on: +- Blender 3.3.21 LTS +- Blender 3.6.23 LTS +- Blender 4.2.21 LTS +- Blender 4.5.10 LTS +- Blender 5.1.2 + +--- + ## v1.0.0 — Stable Release Type: Stable Release