System Information Unit v5.13.0 BUGFIX released

v5.13.0 of my System Information Unit has just been released.

This release fixes a serious (and long standing) bug in the detection of Windows 11 21H2 builds. All Dev / Beta / Preview channel builds were being reported as a public release version.

Updating is strongly recommended. 

This release also adds support to TPJOSInfo to enable it to detect the latest Windows 11 Dev channel and 22H2 Beta and Preview builds.

There's also a fix for a more minor bug in detecting which of the many Windows OS versions that report v10.0 that you have. It was sometimes falsely reporting either Windows 10 or Windows 2016 server even in cases where that actually OS was a later one. When I say "sometimes" I mean very rarely, but it could happen.

You can download the new version from my website or directly from GitHub.

The unit can be viewed in the ddablib/sysinfo repository.

Comments

  1. Anonymous2:55 pm

    Thanks for the great tools. Unfortunately Github doesn't show readme, at least for me. You could use https://codebeautify.org/html-to-markdown to create readme.md in Markdown, since your Readme.htm is not displayed in Github correctly.

    ReplyDelete
  2. Thanks for telling me.

    You should be able to see the Markdown readme for the System Information Unit on GitHub so I'm baffled! - there is a README.md in the root directory of the main branch. In fact the old html file has been deleted! For the other libraries in ddablib I've written all the markdown readmes, but they're not in main yet. If you switch to the develop branch you should see them. Proof reading is on the todo list!

    Cheers

    ReplyDelete

Post a Comment

Comments are very welcome, but please don't comment here if:

1) You have a query about, or a bug report for, one of my programs or libraries. Most of my posts contain a link to the relevant repository where there will be an issue tracker you can use.

2) You have a query about any 3rd party programs I feature, please address them to the program's developer(s) - there will be a link in the post.

3) You're one of the tiny, tiny minority who are aggressive or abusive - in the bin you go!

Thanks

Popular posts from this blog

New String Property Editor Planned For RAD Studio 12 Yukon 🤞

Multi-line String Literals Planned For Delphi 12 Yukon🤞

Call JavaScript in a TWebBrowser and get a result back