From f8218623acb6bc5d841f20159af82063ca2ade6e Mon Sep 17 00:00:00 2001 From: Danila Poyarkov Date: Tue, 3 Mar 2026 20:36:58 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 769f67819..6f7bb2686 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,16 @@ ### Features +- Multi-selection properties panel — edit position, size, appearance, fill, stroke, and effects across multiple selected nodes +- Shared values display normally, differing values show "Mixed" +- W/H inputs in multi-selection mode - Flip horizontal/vertical using scale transform instead of rotation - Single-node alignment aligns to parent frame bounds ### Fixes - Fix flip buttons using rotation math instead of actual mirroring +- Fix flip transform encoding — scale first matrix column only (was incorrectly producing 180° rotation) - Decode flip state from .fig transform matrix on import ## 0.5.1 — 2026-03-03