From 68fe9251ec8cb24aa197b1b776777263067d468f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Depin=C3=A9=20Dalpiaz?= Date: Sun, 12 Sep 2021 19:15:52 -0300 Subject: [PATCH 1/2] delphi 11 support --- UDelphiVersionCombo.pas | 1 + UFrm.dfm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/UDelphiVersionCombo.pas b/UDelphiVersionCombo.pas index e70a7d4..e209703 100644 --- a/UDelphiVersionCombo.pas +++ b/UDelphiVersionCombo.pas @@ -64,6 +64,7 @@ class procedure TDelphiVersionComboLoader.Load(Combo: TComboBox; Add('19.0', '10.2', 'Delphi 10.2 Tokyo'); Add('20.0', '10.3', 'Delphi 10.3 Rio'); Add('21.0', '10.4', 'Delphi 10.4 Sydney'); + Add('22.0', '11', 'Delphi 11 Alexandria'); end; finally R.Free; diff --git a/UFrm.dfm b/UFrm.dfm index 31c4d1d..45c053c 100644 --- a/UFrm.dfm +++ b/UFrm.dfm @@ -45,7 +45,7 @@ object Frm: TFrm Top = 16 Width = 123 Height = 13 - Caption = 'Component Installer 2.4' + Caption = 'Component Installer 2.5' Font.Charset = ANSI_CHARSET Font.Color = clGreen Font.Height = -11 From 99a1cba25cb9a65e36477cef781e5bed36cb480e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Depin=C3=A9=20Dalpiaz?= Date: Sun, 12 Sep 2021 19:18:34 -0300 Subject: [PATCH 2/2] info about version 2.5 --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3097faa..6bdd47b 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,18 @@ ## What's New -- 03/25/2021 (Version 2.4) +- 09/12/2021 (Version 2.5) - - As it is not a good practice to embed the Component Installer EXE in the GitHub component sources, the update of the GitHub repository has been modified to not update the Component Installer EXE, but only the configured component sources. - - Removed backup functionality in GitHub auto-update. + - Delphi 11 support.
Click here to view the entire changelog +- 03/25/2021 (Version 2.4) + + - As it is not a good practice to embed the Component Installer EXE in the GitHub component sources, the update of the GitHub repository has been modified to not update the Component Installer EXE, but only the configured component sources. + - Removed backup functionality in GitHub auto-update. + - 02/01/2021 (Version 2.3) - Fixed sub-folders creation (missing) when extracting files on GitHub update.