Binner v2.3.7
Binner public release
Release Note
New settings are available in appsettings.json
to accommodate the features added in this release. We have a policy of not overwriting your configuration, this means that you will need to add them to your installation config manually if you want to use something other than the defaults. Below are the additions to appsettings.json
:
// appsettings.json
"WebHostServiceConfiguration": {
"Locale": {
// valid languages: en, br, cs, da, de, es, fi, fr, he, hu, it, ja, ko, nl, no, pl, pt, ro, sv, th, zhs, zht
"Language": "en",
// valid currencies: USD, CAD, JPY, GBP, EUR, HKD, SGD, TWD, KRW, AUD, NZD, INR, DKK, NOK, SEK, ILS, CNY, PLN, CHF, CZK, HUF, RON, ZAR, MYR, THB, PHP
"Currency": "EUR"
},
"Integrations": {
"Digikey": {
// specifies the Digikey site to default to. Valid values: US, CA, JP, UK, DE, AT, BE, DK, FI, GR, IE, IT, LU, NL, NO, PT, ES, KR, HK, SG, CN, TW, AU, FR, IN, NZ, SE, MX, CH, IL, PL, SK, SI, LV, LT, EE, CZ, HU, BG, MY, ZA, RO, TH, PH
"Site": "US",
}
}
}
What's Changed
- Fixes #151 - DigiKey parts links are always set to oh Canada....
The headers were hardcoded at time of development, now it's configurable via appsettings.json (soon to be a user UI setting) and via Settings => DigiKey Site.
Adds more internationalization stuff (currencies, language, translations) - Fixes #160 - translation issues with Italian and some missing english keys
- fixes some issues with BOM producing PCBs
- added help page for BOM
Full Changelog: v2.3.6...v2.3.7