Skip to content

Commit

Permalink
Preparing 4.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pyscripter committed May 5, 2021
1 parent 4336213 commit 3db29c5
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 9 deletions.
22 changes: 22 additions & 0 deletions Help/Source/history.htm
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,28 @@
<div>
<span style="font-size: 10pt; font-family: Arial">

<h4>Version 4.0.0 (May 5, 2021)</h4>
<ul>
<li><i>New features:</i>
<ul>
<li>Major redesign of the User Interface - Material icons and new logo</li>
<li>Re-architecture the interaction with python, code-completion etc.
It should result in a more responsive user experience without delays and freezes.</li>
<li>Added support for Python 3.10 and removed support for Python 2.7, 3.2</li>
<li>Installer and executable are now code-signed</li>
<li>Persian translation added</li>
<li>New IDE option "Restore open project"</li>
<li>New File Explorer command "Select Directory..." (#1034)</li>
</ul>
</li>
<li><i>Issues addressed:</i><ul>
<li><i>#824</i>, <i>#990</i>, <i>#1031</i>, <i>#1035</i>, <i>#1038</i>
<i>#1039</i>, <i>#1040</i>, <i>#1105</i>, <i>#1109</i>, <i>#1111</i></li>
</ul>
</li>
</ul>
<br>

<h4>Version 3.6.4 (October 6, 2020)</h4>
<ul>
<li><i>New features:</i>
Expand Down
9 changes: 2 additions & 7 deletions Source/PyScripter.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
<Icon_MainIcon>PyScripter_Icon.ico</Icon_MainIcon>
<Manifest_File>None</Manifest_File>
<VCL_Custom_Styles>Carbon|VCLSTYLE|$(PUBLIC)\Documents\Embarcadero\Studio\15.0\Styles\Carbon.vsf;Coral|VCLSTYLE|$(PUBLIC)\Documents\Embarcadero\Studio\15.0\Styles\Coral.vsf;Jet|VCLSTYLE|$(PUBLIC)\Documents\Embarcadero\Studio\15.0\Styles\Jet.vsf;Luna|VCLSTYLE|$(PUBLIC)\Documents\Embarcadero\Studio\15.0\Styles\Luna.vsf;Windows10|VCLSTYLE|$(PUBLIC)\Documents\Embarcadero\Studio\15.0\Styles\Windows10.vsf</VCL_Custom_Styles>
<VerInfo_Build>4</VerInfo_Build>
<VerInfo_Build>5</VerInfo_Build>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_Keys>CompanyName=;FileDescription=PyScripter Python IDE;FileVersion=4.0.0.4;InternalName=;LegalCopyright=(c) Kiriakos Vlahos;LegalTrademarks=;OriginalFilename=PyScripter.exe;ProductName=PyScripter;ProductVersion=3.5.0.0;Comments=</VerInfo_Keys>
<VerInfo_Keys>CompanyName=;FileDescription=PyScripter Python IDE;FileVersion=4.0.0.5;InternalName=;LegalCopyright=(c) Kiriakos Vlahos;LegalTrademarks=;OriginalFilename=PyScripter.exe;ProductName=PyScripter;ProductVersion=3.5.0.0;Comments=</VerInfo_Keys>
<VerInfo_Locale>2057</VerInfo_Locale>
<VerInfo_MajorVer>4</VerInfo_MajorVer>
</PropertyGroup>
Expand Down Expand Up @@ -92,24 +92,19 @@
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
<BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
<BT_BuildType>Debug</BT_BuildType>
<DCC_DebugDCUs>true</DCC_DebugDCUs>
<DCC_ExeOutput>.\..</DCC_ExeOutput>
<Debugger_IncludeSystemVars>true</Debugger_IncludeSystemVars>
<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
<Manifest_File>PyScripter.exe.manifest</Manifest_File>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
<BT_BuildType>Debug</BT_BuildType>
<DCC_DebugDCUs>true</DCC_DebugDCUs>
<DCC_ExeOutput>.\..</DCC_ExeOutput>
<ILINK_MapFileType>DetailedSegments</ILINK_MapFileType>
<Icon_MainIcon>PyScripter_Icon1.ico</Icon_MainIcon>
<Manifest_File>PyScripter.exe.manifest</Manifest_File>
<MapFile>3</MapFile>
</PropertyGroup>
<ItemGroup>
Expand Down
Binary file modified Source/PyScripter.res
Binary file not shown.
4 changes: 2 additions & 2 deletions Source/frmPyIDEMain.pas
Original file line number Diff line number Diff line change
Expand Up @@ -518,8 +518,8 @@
It should result in a more responsive user experience without delays and freezes.
Added support for Python 3.10
Removed support for Python 2.7, 3.2
Installer is now code-signed
Persian translatin added
Installer and executable are now code-signed
Persian translation added
New IDE option "Restore open project"
New File Explorer command "Select Directory..." (#1034)
Issues addressed
Expand Down

0 comments on commit 3db29c5

Please sign in to comment.