File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ IniVersion=2
33
44[General]
55Name =Digao Dalpiaz - Dam component
6- Version =6.5
6+ Version =6.6
77DelphiVersions =XE3; XE4;XE5;XE6;XE7;XE8;10;10.1;10.2;10.3;10.4;11;12
88Packages =DamCommonPackage; DamPackage_VCL;DamPackage_FMX;DamDesignPackage_VCL;DamDesignPackage_FMX
99AddLibrary =1
Original file line number Diff line number Diff line change 3636
3737## What's New
3838
39- - 03/10 /2024 (Version 6.5 )
39+ - 03/16 /2024 (Version 6.6 )
4040
41- - New ButtonsFont property (and ButtonsFontColor when FMX).
42- - Fixed adjusting DPI when first display dialog in VCL.
41+ - Fix Delphi 10 Seattle compiling (ScaleForCurrentDPI only available in Delphi 10.1 Berlin)
4342
4443<details >
4544 <summary >Click here to view the entire changelog</summary >
4645
46+ - 03/10/2024 (Version 6.5)
47+
48+ - New ButtonsFont property (and ButtonsFontColor when FMX).
49+ - Fixed adjusting DPI when first display dialog in VCL.
50+
4751- 02/23/2024 (Version 6.4)
4852
4953 - Fixed included files path in Design packages (the files was referencing "Design" folder twice).
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ implementation
222222 { $ENDIF}
223223{ $ENDIF} ;
224224
225- const STR_VERSION = ' 6.5 ' ;
225+ const STR_VERSION = ' 6.6 ' ;
226226
227227var ObjDefault: TDam = nil ;
228228
You can’t perform that action at this time.
0 commit comments