Skip to content

1.0.0b1

Compare
Choose a tag to compare
@eeintech eeintech released this 06 Mar 21:59
· 259 commits to main since this release
bb05c74

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)