Skip to content

Releases: replaysMike/Binner

Binner v2.6.3

23 Apr 22:06
Compare
Choose a tag to compare

Binner public release

What's Changed

  • Updated to .Net 8 framework, as well as many nuget packages for fixing potential vulnerabilities
  • Fixes #236 - Restore not working correctly
  • Fixes #232 - Problems deleting/replacing user files
  • Updated some minor details regarding the TME api
  • Adds more unit tests

Full Changelog: v2.6.2...v2.6.3

Binner v2.6.2

08 Apr 19:03
Compare
Choose a tag to compare

Binner public release

This release introduces a new API, and some important bug fixes.

  • fixes #254 - Api for TME
  • fixes #259 - Custom Label QR not displayed. Adds options for additional template tags and QR Code links
  • fixes #257 - Entering three letters in the Add Part opens the DigiKey authentication page automatically. A new dialog is displayed before requiring external oAuth authentication
  • fixes #231 - Search box on Inventory Search misspelled as 'seach'
  • improved preview in label editor so it always updates, added manual refresh button as well.
  • refactored external api code as it was getting unwieldly - easier to add and extend new apis

Binner v2.6.1

14 Mar 01:50
Compare
Choose a tag to compare

Binner public release

A long awaited release is now available which fixes some important bugs.

  • fixes #239 - Same part in different containers (allows UI to duplicate parts with the same name)
  • Fixes #240 - Can not delete a part when a datasheet is attached
  • adds better error handling on part searches
  • Changed some Chinese translation.
  • Properly encode DigiKey part numbers if the contain slashes or other non-URL friendly characters
  • Fixes #244 - Mouser Order Import only included first 30 items out of 48 (switched to OrderHistory api)
  • fixes #246 - Cannot update part type, new part is always added
  • fixed a bug in part type selector
  • upgraded to newer tree view for part type selector

v2.6.0

27 Jun 06:13
Compare
Choose a tag to compare

All bug fixes! This release fixes a bunch of reported bugs from the community.

  • Fixes #164 - Inventory pages for part numbers with '/' characters will not load
  • Fixes #199 - System info page expects ConnectionString
  • Fixes #206 - Logs passed to journalctl are filed every character in new log entry
  • Fixes #208 - Pressing Enter in top Search Box Does Not Work
  • Fixes #210 - Cannot edit a part with a # char in the part name.
  • Fixes #211 - New Inventory Currency does not Default to Config
  • Fixes #212 - Custom Suppliers - Add to Search and Edit Functions
  • Fixes #213 - Selecting Part Type UI Behavior Akward
  • Fixes #214 - Spaces aren't encoded/decoded correctly in part numbers
  • Updated Italian translation
  • Fixed unix config using the wrong path for storage provider

Binner v2.5.9

22 May 09:59
Compare
Choose a tag to compare

Binner public release

What's Changed

  • Fixes #198 - Label Editor: Label editing error
    • Label generator failed to convert non-string value types
  • fixes the issue where a new database doesn't get initialized properly if it is pre-created ahead of time
  • fixes a few bugs with produce history and editing, found by @pdo59
  • fixes system info page which didn't know about the new storage provider config format.
  • fixed mouser api key validations as empty keys are valid (unless ALL are empty)
  • fixes a bug when saving edits on a BOM project
  • fixes part type icon not displaying correctly in Firefox
  • Added support for associating KiCad symbols, or other external values to a part.
  • adds a css fix for firefox not supporting :has selectors
  • fixes some part number links that should have url encoded the values
  • adds popup to explain Maker subscription is required to access feature
  • fixed part types icon selection modal so it's a little easier to use. added an svg preview.

Full Changelog: v2.5.8...v2.5.9

Binner v2.5.8

13 May 04:58
Compare
Choose a tag to compare

Binner public release

  • Fixes the PartType selector no longer filtering by inputted text (memoization issue)
  • Disabled Arrow by default in the config, which would affect new installations that would fail configuration validation

Full Changelog: v2.5.7...v2.5.8

Binner v2.5.7

13 May 02:10
Compare
Choose a tag to compare

Binner public release

  • adds support for custom part type icons (in Edit view only)
  • Fixes an obscure bug that was discovered by @TWM617 - if a configuration section is missing (such as newly introduced integrations) it should not be defaulted to true. The new configuration validation feature revealed this problem as it validates enabled integration apis for proper settings on startup.

Full Changelog: v2.5.6...v2.5.7

Binner v2.5.6

11 May 22:35
Compare
Choose a tag to compare

Binner public release

What's Changed

  • Refactored appsettings.json configuration to suppport Docker containers more easily, by @replaysMike in #194
  • Fixes #191 - "Mounting Type" Error. Fixes an issue when DigiKey returns multiple mounting types for a single part. Also a fix for Quantity not updating correctly.

Full Changelog: v2.5.5...v2.5.6

Binner v2.5.5

11 May 14:46
Compare
Choose a tag to compare

Binner public release

What's Changed

  • Adds new Part Labels printing editor (major feature, beta)
  • Fixes backup feature on unix environments
  • Fixes several part types bugs
  • Fixes several inventory search bugs
  • Fixes #168 - Could not load assembly errors on Unix environments
  • Label editor by @replaysMike in #192

Full Changelog: v2.5.4...v2.5.5

Binner v2.5.4

04 May 15:27
Compare
Choose a tag to compare

Binner public release

  • Fixes a whitespace handling issue across all searches
  • Fixes Edit Inventory mode always saying Add Inventory (🐛)

Full Changelog: v2.5.3...v2.5.4