From 328b40a360cd7d58795c298551222c6b7f2a59d5 Mon Sep 17 00:00:00 2001 From: Carlo Barazzetta Date: Wed, 24 Nov 2021 08:54:25 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb101768..05d32aac 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Four engines to render SVG (Delphi Image32, Delphi TSVG, Direct2D wrapper or Cairo wrapper) and four components to simplify use of SVG images (resize, fixedcolor, grayscale...) -### Actual official version 3.1.1 (VCL+FMX) +### Actual official version 3.2.0 (VCL+FMX) | Component | Description | | - | - | @@ -75,6 +75,10 @@ You can use [SVG Shell Extensions](https://github.com/EtheaDev/SVGShellExtension Follow the [guide in Wiki section](https://github.com/EtheaDev/SVGIconImageList/wiki) to known how to use those components to modernize your Delphi VCL or FMX Windows applications scalable, colored and beautiful with few lines of code. ### RELEASE NOTES +24 Nov 2021: version 3.2.0 (VCL+FMX) +- Component Editors uses IDE themes (light, dark...) and style +- Fixed available components into palette when working with mobile platforms + 05 Nov 2021: version 3.1.1 (VCL+FMX) - Fixed Image32 drawing problem in FMX - Added Export to multiple png files to Component Editor