From 79193a60cde5ef66a4d51bea571cf0833600cae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 12 Sep 2022 15:06:01 +0200 Subject: [PATCH] CHANGELOG: mark 1.14 as released today --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fe07b5..2cfcb22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ This file logs the changes that are actually interesting to users (new features, changed functionality, fixed bugs). -# Version 1.14 (in development) +# Version 1.14 (2022-09-12) - While tracing dependencies, call the progress callback function before opening a blend file, instead of before iterating over its contents. The opening (and loading of SDNA) takes a significant amount of time, so this will make any UI (like the Flamenco add-on) report the right filename when waiting for big files.