From 707313c3ff2fc30a2ef7d69403772a743c221899 Mon Sep 17 00:00:00 2001 From: Danila Poyarkov Date: Wed, 4 Mar 2026 10:17:18 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d46d53c04..be7c1c145 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,18 @@ ## Unreleased +### Features + +- Stroke align (Inside/Center/Outside) with clip-based rendering matching Figma behavior +- Individual stroke weights per side (Top/Right/Bottom/Left) with side selector dropdown +- Google Fonts fallback — automatically loads fonts from Google Fonts API when not available locally + ### Fixes +- Show loading overlay until all document fonts are loaded (no more partially rendered text) +- Load fonts when switching pages (previously only loaded for the first page) +- Always show visibility toggle on fill, stroke, and effect rows (matches Figma) +- Fix text truncation using `textTruncation` field instead of `textAutoResize` - Fix horizontal scrollbar on design and pages panels - Style scrollbars for Tauri (thin dark overlay instead of default OS chrome) - Enable file watcher in Tauri — `watch` feature was missing from `tauri-plugin-fs`