Skip to content

Releases: replaysMike/Binner

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

Binner v2.0.20

25 Jan 07:31
9793c6f
Compare
Choose a tag to compare

This Binner release adds the following:

  • Unix service installer scripts
  • All new UI based settings/configuration
  • Support for Postgresql, MySql and Sqlite storage providers
  • Various minor UI Bug fixes

Binner v2.0.7

23 Jan 16:41
Compare
Choose a tag to compare
Binner v2.0.7 Pre-release
Pre-release

Pre-release version is available for testing on various platforms. Includes cross-platform printing support, additional storage provider options and some new features.

Version 1.0.1

11 Nov 06:20
Compare
Choose a tag to compare

This version includes part label printing support (which likely only works on Windows) and barcoding support.
Various UI updates were added, and a few backend bugs.