v1.2
🛠️ Improvements
Dynamic Custom Fields
You are now able to add, modify or remove custom fields without modifying the code! You can do so using the custom_fields.json
file included with the executable.
Debugging
For more technical users, a debugging slack webhook has been added to config.ini
, this will let you know if the program failed on a computer and which computer exactly it failed on.
Code Improvements
Some improvements have been made regarding the way ErrorHandling now works. Errors or Exceptions will now properly throw an Exception and it won't use the print() function anymore.
Program Versioning
Added proper versioning for the program and the ability to print out the current version on your SnipeIT instance as a custom field.
Fixes
The following fixes are included in the update:
- HP and Hewlett-Packard computers are no longer separate, instead it'll be grouped under one manufacturer.
- A fix regarding HP desktop computers and asset tags.
Full Changelog: v1.1...v1.2