From 7f1dd7003fefa21e08c9c4ab82843d4db1add418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Concei=C3=A7=C3=A3o?= Date: Sun, 24 Dec 2023 19:42:34 +0000 Subject: [PATCH] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a09964a9..3bd3c17e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,6 @@ -- (Add) Tool - Phased Exposure: Replace "Double Exposure" with "Phased Exposure" tool, same effect but allow to define more steps (#778) -- (Fix) Infill: Honeycomb Infill does not completely infill model (#789) -- (Improvement) File -> Open recent: Disable all inexistent files (Can no longer be clicked) -- (Upgrade) .NET from 6.0.24 to 6.0.25 -- (Upgrade) AvaloniaUI from 11.0.5 to 11.0.6 -- +- (Add) Setting: Automations - Restrict the file name to valid ASCII characters (Default: Off) +- (Add) New check when opening a file that verify if the file name have invalid characters and prompt for rename based on the above introduced setting +- (Add) Rename file: Add a option to allow only ASCII characters on the file name +- (Improvement) LZ4 layer compression by reusing pools of memory buffers, this relief the LOH allocations and improves the overall performance +- (Fix) Phased Exposures: Disallow AnyCubic file formats from run the tool