* updated CLAUDE.md
ignores
Move zip files to releases/ directory
Simplify release config: derive SFTP_HTML_PATH and HTTPS_HTML_URL from base values
Add release automation scripts and cumulative download page
Release 1.0.20: bump version to 1.0.21
Tag release 1.0.20
release number set to 20
Update README.md with build script additions for 1.0.20
Add bash build scripts and --RawOutput/--NoWait support to .cmd scripts
Add support for Delphi 13.1 (.dproj version 20.4)
Add README.md with release notes from SVN tags
Tag version 1.0.18 from trunk r89
rebuild for release
Fix: HandleDof now checks for .dpk when .dpr does not exist
CLAUDE.md description of the project
Add DUnit test infrastructure for TDelphiInfo
Refactor: inject IdzBdsLauncherOutput to decouple console I/O from core logic
also ask the user, if the Delphi version for a .groupproj file cannot be determined
optionally delete the Delphi 12 or Delohi 13 link which the IDE puts in the start menu.
release number set to 17
added support for Delphi 13 (kind of: The .dproj-version apparenty is 20.3 just as with Delphi 12.3. WTF?)
rebuild for Release
add quotes to the parameters if they don't have some, so paths with spaces work (thanks to frank FuX to the bug report)
incremented release number to 16
rebuild for Release
added support for Delphi 12.3
release number incremented
added support for Delphi 12.2
* incremented release number to 14
Bugfix: The default for dproj files without project version (Delphi 2007) did not work
releasenumber incremented to 13, rebuild for release
bugfix: Unambiuous detection was broken
If there are multiple possible Delphi versions, check which ones are installed. If only one is installed, open it.
adapted error messages to the additional file types that have been supported for ages
* if the Delphi version of a .dproj cannot be determined (but only two are possible), ask the user
Removed ancient version of u_dzStdOut. We are using the version from dzLib anyway.
* output a warning if no useful exclude package can be found
rebuild for release
fixed compiler warning
fixed compiler warning
raise an exception, if neither a .dproj, .bdsproj or .dof file is found for a given .dpr file.
* Apparently there are different formats for a .groupproj file. Now a second format is supported.
Rebuild for Release
Support for Delphi 12
use u_dzAsyncExec instead of u_dzExecutor
switched externals from osdn to sourceforge