Skip to content

Releases: replaysMike/Binner

Binner v2.2.6

11 Mar 23:11
Compare
Choose a tag to compare

Binner public release

What's Changed

Fixes #111 - Currency not being $ (international currency handling)
Fixes #110 - API ERROR
Fixes #109 - Previous Values Populated (reworked, fixed bugs and added preference)
Fixes #108 - Inventory Paging Not Working (major bug)
Fixes #101 - Saving settings doesn't update without restarting the service

Adds features:

  • Test Api buttons in settings page for testing if Api configuration is working correctly
  • More barcode scanning improvements, adds support for PDF417 barcodes, alternate RS/GS characters
  • Bulk Add UI improved
  • Adds timeout setting for Swarm Api

Full Changelog: v2.2.5...v2.2.6

Binner v2.2.5

19 Feb 07:10
Compare
Choose a tag to compare

Binner public release

What's Changed

  • Fixes an obscure bug with barcode scanned parts resolving the wrong part type in some browser/localsettings combinations
  • adds a barcode scanning tool to view raw barcode information

Full Changelog: v2.2.4...v2.2.5

Binner v2.2.4

18 Feb 20:05
Compare
Choose a tag to compare

This release adds support for 2D DataMatrix barcodes (like the kind DigiKey uses on it's part labeling and packing lists) and enhanced barcode support on various pages.

What's Changed

  • 2d barcodes support by @replaysMike in #102
  • Fixes #92 - appsettings.json is no longer overwritten in the Windows installed
  • Fixes #101 - saving of settings in the UI required a service restart to recognize changes, this should no longer be the issue.
  • Added help section so you don't always have to rely on the Wiki

Full Changelog: v2.2.3...v2.2.4

Binner v2.2.3

11 Feb 23:33
Compare
Choose a tag to compare

This release fixes two important issues.

What's Changed

  • Fixes #98 - a bad release was deployed and made it past the build server somehow. Now fixed.
  • updated to storage libraries 1.0.30 by @replaysMike in #99
  • Fixes #96 - Order imports were no longer working with DigiKey and Mouser
  • Fixes some issues with DigiKey and Mouser apis not correctly authenticating due to changes introduced in v2.1

Full Changelog: v2.2.2...v2.2.3
Full Changelog: v2.2.1...v2.2.2

Binner v2.2.1

04 Feb 00:58
Compare
Choose a tag to compare

This release fixes two important issues.

What's Changed

  • Fixes #91 - UI error when adding a new part, introduced in v2.2.0 in #93
  • Fixes #94 - Binner 2.2.0 doesn´t run on Ubuntu 20.04.4 LTS
  • Added an image viewer/download option for Inventory page on product images, pinouts and circuits

Full Changelog: v2.2.0...v2.2.1

Binner v2.2.0

02 Feb 22:32
Compare
Choose a tag to compare

This release introduces user uploaded files for datasheets, product images, pinouts and circuit examples in the Inventory page.

What's Changed

  • The inventory page now accepts custom file uploads for datasheets, pinouts, circuit examples etc.
  • New UI for part type management
  • Bug fixes for label printing
  • Fixed #84 installer opening http instead of https
  • Fixed #83 error on saving settings
  • Fixed #80 dashboard summary not displaying by @replaysMike in #81

Full Changelog: v2.1.1...v2.2.0

Binner v2.1.1

29 Jan 22:36
Compare
Choose a tag to compare

First major release in a year! This version fixes a number of issues that were reported, and introduces the start of some new features.

Features

  • Multiple datasheet support
  • Added product photos, pinouts, and circuit diagrams
  • Listing of multiple suppliers for part including their supplier part numbers and links to buy
  • Integrated the Binner Swarm Api for part information - a free source of part information, datasheets, images, circuit examples etc. This is just the start and will be getting more useful in the coming days to reduce the reliance on DigiKey, Mouser and other sources of info.

Major bug fixes

  • Fixed issues with certain part names not encoded correctly
  • Fixed MySql & Postgresql database bugs
  • Fixed random duplicate part dialog warnings

Important updates

  • upgraded all of the UI framework packages to latest which includes some security fixes

What's Changed

Full Changelog: v2.1.0...v2.1.1

Binner v2.0.59

29 Mar 22:31
Compare
Choose a tag to compare
  • Fixes default URL for DigiKey postbacks to be https on unix environments

Important Update

We have moved the UI to SSL so the new URL to access Binner is https://localhost:8090 . Same port, but you will need to provide https:// and not http://

Binner v2.0.57

29 Mar 21:33
Compare
Choose a tag to compare
  • Fixes SSL issues on Windows/Unix environments
  • Upgraded UI to latest React/React-Router/Webpack

Binner v2.0.31

23 Feb 18:21
Compare
Choose a tag to compare

Binner public release