@@ -32,16 +32,74 @@ Main Features include:
3232
3333Supported Operating System:
3434
35+ - Windows 7
36+ - Windows 8.1
3537- Windows 10
3638
37- Screenshot:
39+ # Dev C++ Release Notes
40+
41+ Version 6.0 - 12 October 2020
42+
43+ - Upgraded TDM-GCC to 32/64 9.2.0.
44+ - Upgraded compiler flags to reflect GCC 9.2.0 including c++17 and c++2a.
45+ - Upgraded FastMM4 to FastMM5.
46+ - Moved TDM-GCC to TDM-GCC-64 from MingW64.
47+ - Added CMD and PowerShell console tabs.
48+ - Added Windows 10, Windows 10 Slate Gray, and Windows 10 Blue Whale High DPI Styles
49+ - Added new high DPI SVG icon set for the new Styles through the SVGIconImageList project.
50+ - Added dialog styles through VCL Style Utils project.
51+ - Added custom draw editor tabs and close buttons.
52+ - Added saving and loading of UTF-8 characters.
53+ - Updated Chinese language files and installer.
54+ - Fixed crashes in AStyle dialog and unsaved formatting.
55+ - Moved config file to My Documents\Embarcadero\Dev-Cpp
56+ - Added new Welcome screen with shortcuts.
57+ - Updated documentation theming.
58+ - Added Heebo and Source Code Pro fonts for the interface and editor.
59+ - Added Monokai and Monokai Fresh editor color schemes.
60+ - Updated Packman with new Windows 10 Styles.
61+
62+ Version 5.50 - 1 July 2020
63+
64+ - Upgraded Packman to use Abbrevia
65+ - Upgraded AStyle to 3.1
66+ - Upgraded project to Delphi 10.4
67+ - Project forked as Embarcadero Dev C++
68+ - Project Sponsored by Embarcadero Technologies, Inc.
69+
70+
71+ # Dev C++ Screenshot:
3872
3973![ Dev C++ Screenshot] ( https://raw.githubusercontent.com/Embarcadero/Dev-Cpp/master/Source/Images/screenshot800x600.png )
4074
75+ # Dev C++ Third Party Libraries
76+
77+ "SynEdit is a syntax highlighting edit control, not based on the Windows common controls. SynEdit is compatible with both Delphi and C++ Builder."
78+ < https://github.com/TurboPack/SynEdit >
79+
80+ "FastMM is a fast replacement memory manager for Embarcadero Delphi applications that scales well across multiple threads and CPU cores."
81+ < https://github.com/pleriche/FastMM5 >
82+
83+ "VCL Styles Utils is a Delphi library which extend the RAD Studio VCL Styles."
84+ < https://github.com/RRUZ/vcl-styles-utils >
85+
86+ "DDetours is a library allowing you to hook Delphi and Windows API functions."
87+ < https://github.com/MahdiSafsafi/DDetours >
88+
89+ "Components to simplify use of SVG images (resize, fixedcolor, grayscale...). "
90+ < https://github.com/EtheaDev/SVGIconImageList >
91+
92+ "Abbrevia is a compression toolkit for Delphi and C++Builder."
93+ https://github.com/TurboPack/Abbrevia
94+
95+ # Original Dev-C++ Developers
96+
4197Find out more about the original developers of Bloodshed Dev-C++:
4298
4399< https://www.bloodshed.net/devcpp.html >
44100
101+ # Built In Delphi
102+
45103Find out more information about Embarcadero Delphi:
46104
47105< https://www.embarcadero.com/products/delphi >
0 commit comments