Skip to content

Releases: continuous-delphi/delphi-inspect

delphi-inspect v1.0.0

22 Mar 16:32
473bdf3

Choose a tag to compare

delphi-inspect logo

https://github.com/continuous-delphi/delphi-inspect

Tag: v1.0.0

Direct download: delphi-inspect.ps1

This release improves delphi-inspect, a Continuous Delphi utility
that scans for installed Delphi compilers/toolchains and outputs
standardized, reliable metadata for use in CI environments, build
scripts, and toolchain automation.



Change Log

  • Updated delphi-compiler-versions to 1.4.0 for Delphi 13.1 WinARM64EC support

delphi-inspect v0.6.0

17 Mar 22:46
281916a

Choose a tag to compare

delphi-inspect logo

https://github.com/continuous-delphi/delphi-inspect

Tag: v0.6.0

Direct download: delphi-inspect.ps1

This release improves delphi-inspect, a Continuous Delphi utility
that scans for installed Delphi compilers/toolchains and outputs
standardized, reliable metadata for use in CI environments, build
scripts, and toolchain automation.



Change Log

  • Embed delphi-compiler-versions.json data into the script body so
    it can be a completely stand-alone script.
    #27

delphi-inspect v0.5.0

17 Mar 22:06
bd12bc2

Choose a tag to compare

delphi-inspect logo

https://github.com/continuous-delphi/delphi-inspect

Tag: v0.5.0

Direct download: delphi-inspect.ps1

This release improves delphi-inspect, a Continuous Delphi utility
that scans for installed Delphi compilers/toolchains and outputs
standardized, reliable metadata for use in CI environments, build
scripts, and toolchain automation.



Change Log

  • Add new Locate command
    #25

  • Ensure PowerShell 5.1 compatibility for the delphi-inspect.ps1 script
    (Tests remain the newer pwsh)
    #23

  • PSScriptAnalyzer added to tests for linting PowerShell scripting

  • Expanded platforms to support full list:

    • Win32
    • Win64
    • macOS32
    • macOS64
    • macOSARM64
    • Linux64
    • iOS32
    • iOSSimulator32
    • iOS64
    • iOSSimulator64
    • Android32
    • Android64
      #2
  • Name changed from overly-formal delphi-toolchain-inspect to
    delphi-inspect Future tools will follow the sample simple naming format
    #15

  • Default output format changed to Objects, user can still request -Format Text or
    -Format JSON.
    #14

  • Add new command -DetectLatest with a single return value in text/json formats
    Add rootDir and rsvarsPath to result
    Default platform parameter to Win32, default build parameter to MSBuild
    #6

  • New CI workflow ci.yml that runs-on: windows-latest to auto-run tests
    #5



delphi-inspect - a developer tool from Continuous Delphi

continuous-delphi logo

https://github.com/continuous-delphi