Skip to content

Releases: replaysMike/Binner

Binner v2.6.13

01 May 03:39

Choose a tag to compare

Binner public release

This release adds the newer DigiKey v4 api!

Release Details
DigiKey recently disabled the ability to create api keys for the v3 api, so new users that were trying to use DigiKey no longer had access to the v3 api due to newer keys. The error was obscure as it used the same 401 error code as an expired token. Both DiggiKey api versions are now supported with failover.

The following issues are fixed:

  • Fixes #344 Digikey API is authorized but every time it connects to get data authorization process restart forming a loop.
  • Fixes #353 Unable to import sql file. Complete rewrite of all data import tools (csv, sql, excel).
  • Fixes #349 Error viewing datasheet. Stored tokens weren't being passed to download link.
  • Fixes #320 Part table in BOM "add part" menu is empty.
  • Fixes #290 Creating a BOM with a "/" character in the name makes it impossible to edit.
  • Fixes #301 JSON serialization response error using TME api.
  • Added improved testing capabilities for APIs

Binner v2.6.12

20 Apr 01:17

Choose a tag to compare

Binner public release

  • Fixes #344 Digikey API is authorized but every time it connects to get data authorization process restart forming a loop
  • Fixes #264 Error when importing Web Order from Mouser
  • Fixes #322 Multi-PCB BOM project does not sum same components
  • Fixes #271 When typing in a part name on Inventory page, it always pulls the same part
  • Added certificate generation tool used upon startup, no longer bundling shared SSL certificates
  • Fixed multiple bugs introduced after switching to Vite for the UI build
  • Fixes #346 Security Flaws - Updates javascript packages with known vulnerabilities
  • Fixed a bug when updating part suppliers on inventory page that weren't manually added
  • Added port use check to startup of application
  • Switched to SVG for logo design

Binner v2.6.11

10 Apr 06:19

Choose a tag to compare

Binner public release

  • Fixes white page after authenticating DigiKey - this actually affected multiple URLs being loaded outside of the react router.
  • fixes #341 - Images aren't loading (help section primarily)

Binner v2.6.10

09 Apr 04:32

Choose a tag to compare

Binner public release

  • Reworked the SSL self-signed certificate process to generate on runtime (if needed)
  • Improved configuration for docker containers
  • Cleaned up some logging issues that appeared on docker containers

Binner v2.6.9

04 Apr 02:45

Choose a tag to compare

Binner public release

  • Updated Docker container to simplify configuration
  • Fixes #227 - use own ssl certificate
  • Fixes #324 - Version is 0.0.0

Latest Docker image available at Docker Hub

Binner v2.6.8

02 Apr 01:16

Choose a tag to compare

Binner public release

  • Adds versioned Dockerfile generation/publishing

Binner v2.6.7

01 Apr 03:54
ce35883

Choose a tag to compare

Binner public release

  • Adds official Docker container support
  • Adds KiCAD 9 BOM import format, unifies BOM import code @shaun-leach

Binner v2.6.6

22 Feb 04:14

Choose a tag to compare

Binner public release

This is a major update on the development side, and includes fixes for recent DigiKey auth problems.

  • Fixes DigiKey auth issue many people were experiencing.
  • Upgraded to Vite and deprecated all the react create app stuff
  • Added support to use your own SSL certificates in the config
  • Added new SSL certificates, which are now working properly on Unix as well. Introduces some new scripts and documentation on working with certificates on different platforms.
  • Fixes a number of UI bugs

What's Changed

New Contributors

Full Changelog: v2.6.4...v2.6.6

Binner v2.6.5

16 Feb 22:51

Choose a tag to compare

Binner public release

  • Fixes an issue with DigiKey oAuth authentication
  • Fixes some general authentication issues, particularly with displaying stored file images
  • Updates the french language

Binner v2.6.4

11 Feb 04:37

Choose a tag to compare

Binner public release
Fixed a bunch of reported issues and merged PRs from @shaun-leach and @bjartur2004 .

Lots of quality of life improvements planned for release in Feb 2025 as part of 2.6.5

  • Fixes #267 Ohms Law Calculator - Not Working
  • Fixes #270 Translation to Turkish
  • Fixes #275 System.FormatException while importing Mouser order (with € sign)
  • Fixes #306 SSL Mode for Postgres connection is forcibly overriden
  • Fixes #308 DigiKey oAuth authentication popup happens on every request in multi-user environment
  • Merged PR #287 removed cost input restriction