Skip to content

Releases: sparkmicro/Ki-nTree

1.1.0

30 Apr 17:23
Compare
Choose a tag to compare

What's Changed

  • prevent crashes caused by leading spaces and parts without parameters by @T0jan in #219
  • Upgrade flet version to latest by @eeintech in #224
  • 1.1.0 by @eeintech in #221
  • Search UI enhancments by @drid in #223 (updated in 1.1.0 PR)

Full Changelog: 1.0.7...1.1.0

1.0.7

05 Mar 20:45
d1a59de
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.6...1.0.7

1.0.6

03 Feb 21:18
c2f27fe
Compare
Choose a tag to compare

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

Full Changelog: 1.0.5...1.0.6

1.0.5

16 Jan 14:39
6318053
Compare
Choose a tag to compare

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

Full Changelog: 1.0.4...1.0.5

1.0.4

14 Oct 21:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.3...1.0.4

1.0.3

18 Aug 21:21
11bc59c
Compare
Choose a tag to compare
  • #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

1.0.2

04 Aug 14:00
677b4a0
Compare
Choose a tag to compare
  • #167 - @T0jan
    • Add the option to upload datasheets to InvenTree, see #162
    • Add an update functionality to the alternate mode to add missing parameters, datasheets and images to an existing part
    • Add the option to use the pricing data of each supplier to create/update price breaks for a supplier part
  • Fix #156
  • Fix #157
  • Fix instance compare Python syntax
  • Add README warning about InvenTree 0.12 parameter compatibility issue
  • Update PyYAML dependency as older version was generating an error with poetry package

1.0.1

24 Apr 18:31
322f40f
Compare
Choose a tag to compare
  • Added support for InvenTree proxy (#149) - @T0jan
  • Added support for extra search fields/results stored as parameters (#153)
  • Update dependencies
  • Update README

1.0.0

14 Apr 15:30
74c19e6
Compare
Choose a tag to compare

It's finally here 🥳

Updates from RC

  • Improve CI: add toggle for API tests and run them only when head repository is sparkmicro/Ki-nTree
  • Bug fix: error when adding part to both InvenTree and KiCad and not using the IPN system
  • Update dependencies, remove part delete support, update test files
  • Update and pin Flet to 0.5.2
  • Repository clean-up
  • Final README and new demo video

1.0.0rc

29 Mar 19:40
9af3782
Compare
Choose a tag to compare

1.0.0rc

⚠️ Last release before 1.0.0 🥳

  • Add support for KiCad V7
  • Fix flow for adding standalone KiCad parts (URL and parameters were missing)
  • Updated mouser API: fix bug with returning data for some parts
  • Updated README/doc