Skip to content

v5.31.0

Compare
Choose a tag to compare
@delphidabbler delphidabbler released this 01 Jan 12:59
· 15 commits to develop since this release

Release 5.31.0 of 01 January 2025

Downloads

Download the zip file in the Assets section below. Installation instructions are included.

This and earlier versions are also available from SourceForge.

Changes

  • Updated TPJOSInfo to detect Windows builds and revisions released in October to December 2024:
    • Added support for detecting Windows Server 2025: added added osWinSvr2025
      to TPJOSInfoProduct enumeration.
    • Added support for detecting any Windows Server versions later than Windows Server 2025: added osWinSvrLater to TPJOSInfoProduct
      enumeration.
    • Updated Windows 10 21H2 public release build information.
    • Updated Windows 10 22H2 public release, release preview & beta channel build information.
    • Updated Windows 11 21H2 public release build information.
    • Updated Windows 11 22H2 public release build information.
    • Updated Windows 11 23H2 public release & release preview channel build information.
    • Updated Windows 11 24H2 public release, release preview & canary channel build information.
    • Updated Windows 11 Future component updates in dev & beta channel build information.
  • Modified code that detects Windows Server 2022.
  • Fixed uninitialised variable error in a helper function.
  • Updated the demo projects to display the newly added osWinSvr2025 & osWinSvrLater values of the TPJOSProduct enumeration that identify Windows Server 2005 and later Windows Server OSs.