Binner v2.4.0
Binner public release
Important Note
This update contains an important change to how data is stored. The Binner file provider is no longer available and all existing data will be upgraded to Sqlite. We do backup your Binner database before performing the upgrade (on Windows that will be saved to C:\Binner\binner.db.BinnerFileStorageProvider.backup
), but it is recommended that you create your own backup in case this process unexpectedly goes awry. If you are using a different provider such as SqlServer, Postgresql, MySql or Sqlite it is unlikely any issues will occur.
Logging in
After your data is migrated you will be presented with a new login screen. The default credentials are:
Username:
admin
Password:admin
It is recommended you change your password if your installation is accessible through your firewall.
Please report any issues with this release.
What's Changed
- MAJOR: Deprecates the Binner file based storage provider in favor of Sqlite as the default. Existing data will be migrated.
- MAJOR: Fixes #53 - Add authorization. Multiple users are supported and authentication is required (up to 3 users free)
- Fixes #163 - Adds BOM production history
- Fixes #134 - Error with MariaDB provider
- Fixes #124 - New part types control to make it easier to use heirarchial part types
- Added barcode font 'IDAutomation Free' for an alternative to regular barcode generation
- Fixed weird part label output with previous image library updates
- Added markdown viewer for release notes
- Rebuilt the database architecture for faster development.
Full Changelog: v2.3.7...v2.4.0