Releases: replaysMike/Binner
Binner v2.6.18
Binner public release
With this version we've added and improved many features in Binner. The Sidebar is a new introduction that will serve as place you can access quick shortcuts, and messages broadcast by the ecosystem.
We have moved most of the configuration required from appsettings.json to the database. A migration process automatically will backup and move your configuration, however some basic service settings will remain there such as your storage provider and network config.
- Fixes #431 - Wrong product images in the right pane.
- Fixes #425 - Manually typing in "Part" gives different results from pasting
- Fixes #424 - Slow typing in "Part" field causes input to be skipped
- Fixes #423 - Cannot save after choosing alternate part from menu
- Fixes #418 - Account created date is wrong
- Fixes #417 - Changing email in User management always returns the User already exists
- Fixes #390 - DigiKey part not matching correctly (thanks @wdtj)
- Fixes BOM Import issues with KiCad
- Adds Dark Mode!
- Adds KiCad HTTP Library server configuration in Settings => Organization Settings
- Adds SideBar for system messages and future context sensitive information
- Adds user preference for checking for new versions of Binner (Settings => Enable Check for new version)
- Adds user preference for enabling Inventory auto search (Settings => Enable Auto Search). (thanks @itzandroidtab)
- Adds configuration now stored in the database, reducing the complexity of appsettings.json
- Adds support for EasyEDA BOM import
Docker Image
https://hub.docker.com/r/binnerofficial/binner
version tag: v2.6.18 (latest)
Binner v2.6.17
Binner public release
- Fixes #381 - Custom field layout not wrapping properly
- Fixes #385 - Occasional bugs in bulk scanning parts (thanks @stonelyd)
- Adds #224 - Add Lead Time to inventory page
- Fixes UI issue that causes not being able to set the default label template (via @williefeb19)
- Adds support for saving and displaying part parametric values
- Adds preliminary support for part CAD models (to be fully completed in the near future)
- Adds support for barcode scanning of manufacturer labels. (
Kemet,Bourns,KOA,Vishay,Stackpole,Rohm,Wurth,Panasonic,Samsung,Lite-On,Susumu,Walsin,Taiyo Yuden,Texas Instruments,Maxim,NXP,Kyocera AVX,Murata) as well as extended 1D and additional suppliers (large repository already, but more to come) - Adds support for scanning older labels with separate barcodes for part number and quantity. Simply scan the part number first, then scan quantity and it will be appended to that part.
Docker Image
https://hub.docker.com/r/binnerofficial/binner
version tag: v2.6.17
Binner v2.6.16
Binner public release
Another big update.
- Fixes #375 - Label Barcodes not scanning
- Fixes #376 - DigiKey order import shows wrong currency
- Adds #372 - Add Location/Bin/Bin2 to BOM part listings
- Fixes #285 - Unable to input small values into Cost field
- Fixes label barcode scanning issues on the legacy Custom Label UI - requires 600dpi Dymo page settings to be set manually
- Adds new UI for BOM parts listing (more flexible parts grid control)
- Adds part ShortId which is now the default used for printing part label barcodes (less 2d data to encode, easier to scan)
- Adds new UI for Order Import (more flexible parts grid control)
- Adds improved command line support for resetting lost credentials
- Adds more part fields to import/export CSV/Excel data, and BOM export
- Fixes DigiKey authentication bug not loading the active user context (went unnoticed)
- Fixes issues with primary currency and language being handled incorrectly on the Settings page
- Fixes command line argument parsing issue
- Reported by Rat_Patrol - Fixes code128 barcode scanning error on Inventory page (broken in v2.6.15)
Docker Image
https://hub.docker.com/r/binnerofficial/binner
version tag: v2.6.16
Binner v2.6.15
Binner public release
Two new major features now available in Binner!
- KiCad HTTP Library support
- Custom Fields support. Specify your own schema additions for Inventory, BOM Projects and Users!
In addition, several other features and bugs were addressed.
- Adds a "Discard changes" prompt to the Inventory page, with the option to remember selection.
- Adds a parametric "Value" field to Inventory part. Useful for resistors and capacitors and is passed to KiCad.
- Fixes #364 - Adding users on free tier does not show a warning when the user limit is reached.
- Fixes #367 - Editing of long values on Inventory text input box isn't always working.
- Fixes #368 - Restrict access to settings for non-admin users (breaking change!)
- Fixed a hard to reproduce issue with invalid part type / invalid mounting type error. A bad local storage value could cause this. Added a new "Reset Preferences" button in the Account Settings page to clear out local storage values. Thanks @Rat_Patrol !
- Fixed an issue with account username/email address change not validating if it already exists.
Docker Image
https://hub.docker.com/r/binnerofficial/binner
version tag: v2.6.15
Binner v2.6.14
Binner public release
This release adds improved barcode scanner support!
- Improves barcode scanning support for Inventory, Order imports, and the barcode scanning tool.
- Added tracking of scanned barcode labels that have been previously imported
- Fixes issues related to the different types of errors (for the same error) the DigiKey api can return (with tests!)
- Fixes #360 - DigiKey order import shows wrong quantity
- Fixes #361 - Add PCB dialog does not appear in BOM page
- Fixes #362 - Image upload doesn't work when part name includes "
- Improved the Order Import tool to support additional fields, updating and display of data. Adds support to track history of orders that have been previously imported
Docker Image
https://hub.docker.com/r/binnerofficial/binner
version tag: v2.6.14
Binner v2.6.13
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
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
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
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
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