Skip to content

Commit

Permalink
version 6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
digao-dalpiaz committed Nov 15, 2024
1 parent 413c096 commit 1376373
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CompInstall.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ IniVersion=2

[General]
Name=Digao Dalpiaz - DzHTMLText component
Version=6.5
Version=6.6
DelphiVersions=XE3;XE4;XE5;XE6;XE7;XE8;10;10.1;10.2;10.3;10.4;11;12
Packages=DzHTMLText_VCL;DzHTMLText_FMX;DzHTMLTextDesign_VCL;DzHTMLTextDesign_FMX
AddLibrary=1
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,18 @@

## What's New

- 10/14/2024 (Version 6.5)
- 11/14/2024 (Version 6.6)

- New Corner Radius ("radius") property for Div tag
- Use GDI painting from Windows API when using VCL + Windows to draw rounded div
- Fix access violation when DPI Scaling in VCL (early access to TForm.Monitor)

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

- 10/14/2024 (Version 6.5)

- New Corner Radius ("radius") property for Div tag

- 03/26/2024 (Version 6.4)

- Fix Delphi XE3 compiling (Design packages and FMX FillRect)
Expand Down
2 changes: 1 addition & 1 deletion Source/Vcl.DzHTMLText.pas
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ implementation
, Winapi.GDIPOBJ, Winapi.GDIPAPI
{$ENDIF};

const STR_VERSION = '6.5';
const STR_VERSION = '6.6';

const DEFAULT_PPI = 96;

Expand Down

0 comments on commit 1376373

Please sign in to comment.