Skip to content

Commit

Permalink
Merge pull request #3 from digao-dalpiaz/delphi-11-support
Browse files Browse the repository at this point in the history
Delphi 11 support
  • Loading branch information
digao-dalpiaz authored Sep 12, 2021
2 parents 8063b9a + 99a1cba commit a4ae80f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<details>
<summary>Click here to view the entire changelog</summary>

- 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.
Expand Down
1 change: 1 addition & 0 deletions UDelphiVersionCombo.pas
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion UFrm.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4ae80f

Please sign in to comment.