Merge branch '78-upload-a-new-thermogis-pacakge-to-the-package-registry-and-make-a-whats-new-page-in-the' into 'main'
Resolve "Upload a new thermogis pacakge to the package registry and make a whats new page in the documentation"
Closes #78
See merge request !93
This is the first major patch since pythermogis went public. We have updated the ThermoGIS jar file to match the latest version of the core ThermoGIS Java code.
This means that if you use this latest version of pythermogis you will also have to update the jar file downloaded on your system.
Additonally, setting of the THERMOGIS_JAR and JAVA_HOME environment variables can now be done in a .env text file in any of your projects that utilises pythermogis.
This is particularly useful for users who do not have admin rights.
We also recognise that having to replace the Jar file everytime we update it is clunky and we will be working hard to remove this necessity in future updates.