Releases: sparkmicro/Ki-nTree
Releases · sparkmicro/Ki-nTree
1.1.4
1.1.3
1.1.2
What's Changed
- Add suppliers Automation Direct and Jameco by @hillsandales in #250
- 1.1.2 by @eeintech in #251
- Warn user for discrepancies between template data and user settings in order to potentially inform about new entries
- For this release, there are two new supported suppliers added to Ki-nTree (AutomationDirect and Jameco from #250)
- After update, current users will get a message about the missing keys:
[INFO] TEMPLATE "suppliers.yaml" configuration file contains the following keys which are NOT in your user settings: {'AutomationDirect', 'Jameco'}
- User can decide to add those to their
suppliers.yaml
settings using the listed names - Ki-nTree will automatically detect the new entries in the user settings and update the
suppliers.yaml
with the proper format, and it will also reload the supported suppliers!
- Add AutomationDirect and Jameco to CI tests
- Fix TME API requests and Mouser API test
- Update dependencies
- Update flet to
0.23.x
: fix AlertDialog opening and closing behavior - Update InvenTree API to
0.15.x
- Update flet to
- Speed up CI testing: disable upload of both part images and datasheets
- Warn user for discrepancies between template data and user settings in order to potentially inform about new entries
New Contributors
- @hillsandales made their first contribution in #250
Full Changelog: 1.1.1...1.1.2
1.1.1
1.1.0
1.0.7
What's Changed
- Add hierarchical template handling by @T0jan in #212
- Add option to create stock items by @martonmiklos
- 1.0.7 by @eeintech in #215
Full Changelog: 1.0.6...1.0.7
1.0.6
What's Changed
- fix pricing requests for TME by @T0jan in #204
- 1.0.6 by @eeintech in #208
- A bunch of bugs fixed:
- Configuration files being overwritten: when main dictionary keys were not matching
- Unicode support for writing YAML files
- Company fuzzy match was returning 100% match between Digi-Key and a company called "DIGI": added check of string length
- A bunch of bugs fixed:
Full Changelog: 1.0.5...1.0.6
1.0.5
What's Changed
- feat: reverse logic functionality for SwitchWithRefs by @shxshxshxshx in #181
- feat: option for using the Manufacturer Part Number as IPN by @shxshxshxshx in #182
- Fix typo in
inventree_interface.translate_supplier_to_form()
by @konkers in #185 - add currency conversion, add pricing processing for TME by @T0jan in #188
- patch parameter check issue detection by @T0jan in #200
- 1.0.5 by @eeintech in #197
New Contributors
- @shxshxshxshx made their first contribution in #181
- @konkers made their first contribution in #185
Full Changelog: 1.0.4...1.0.5
1.0.4
What's Changed
- Template handling by @T0jan in #172
- Add sanitization for the \x0a in the prices by @martonmiklos in #173
- Use Mouser partunmber as name instead of description by @martonmiklos in #175
- Fix checks for pricing updates by @T0jan in #179
- 1.0.4 by @eeintech in #180
Full Changelog: 1.0.3...1.0.4
1.0.3
- #164
- Add TME as a supplier with full API integration - Thanks @spike77453 👍
- TME: Setup default values and CI environmental variables
- File download improvements: use retries everywhere (API search still use single try) and fix use of
requests
library - Update test part results database