Release Version 0.9.5

  • Added a check to the application startup to verify that the .NET Framework 4.5 or later is installed.

56 Responses to “Release Version 0.9.5”

  1. XPModder says:

    I would love to see two features:
    – HDD/SSD Activity
    – The option to enable/disable Access-Control-Allow-Origin * header for the webserver, so you can access the data.json file for integration in other programs/projects.

    Otherwise, great work!

    I modified the source code myself to add the Access-Control-Allow-Origin header to the response. It was only a single line that needed to be added.
    Its working great now and I can access the data from a different locally hosted html page.