1.0.0 Beta1 Release
Highlight: 1.0.0
feature set offers now more possibility for user to customize the part creation flow!
- All user, supplier and InvenTree settings are accessible through the GUI
- User: Open browser after part is created, Enable cache, Cache validity duration (days)
- Supplier: Enable Supplier, InvenTree Supplier name
- InvenTree: Internal Part Numbering system is available on a separate tab
- User can now decide which category code to use to generate the IPN while adding a part
- User can also use a new code (which is not listed in the default list)
- User can now decide to download/save datasheet files locally when a part is created (see User Settings)
- The
python-Levenshtein
dependency was removed as it caused trouble for Windows users (need to install a hefty number of Visual C++ packages)
- Downside is a warning message that it is not installed (duh)
fuzzywuzzy
dependency was also replaced by thefuzz
, the new official repo
- Fixed various bugs, most notable one is the proactive path checker for the KiCad paths
⚠️ Still missing support for KiCad V7 (see #120)