Skip to content

Commit

Permalink
Merge branch 'bb01'
Browse files Browse the repository at this point in the history
  • Loading branch information
benma committed May 10, 2019
2 parents 5ca45a6 + d38b528 commit 6502160
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions backend/devices/bitbox/assets.go

Large diffs are not rendered by default.

Binary file not shown.
2 changes: 1 addition & 1 deletion backend/devices/bitbox/firmware.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (

//go:generate go-bindata -pkg $GOPACKAGE -o assets.go assets

var bundledFirmwareVersion = semver.NewSemVer(6, 0, 3)
var bundledFirmwareVersion = semver.NewSemVer(6, 0, 4)

// BundledFirmwareVersion returns the version of the bundled firmware.
func BundledFirmwareVersion() *semver.SemVer {
Expand Down
2 changes: 1 addition & 1 deletion backend/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const updateFileURL = "https://shiftcrypto.ch/updates/desktop.json"

var (
// Version of the backend as displayed to the user.
Version = semver.NewSemVer(4, 6, 0)
Version = semver.NewSemVer(4, 7, 0)
)

// UpdateFile is retrieved from the server.
Expand Down
4 changes: 2 additions & 2 deletions frontends/qt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ linux:
cp -aR resources/linux build/tmp-deb
mkdir build/tmp-deb/opt/
cp -aR build/linux-tmp build/tmp-deb/opt/bitbox
cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t deb -n bitbox -v 4.6.0 -C ../tmp-deb/
cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t rpm -n bitbox -v 4.6.0 -C ../tmp-deb/
cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t deb -n bitbox -v 4.7.0 -C ../tmp-deb/
cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t rpm -n bitbox -v 4.7.0 -C ../tmp-deb/
# create AppImage
sed 's+/usr/share/pixmaps/bitbox.svg+default+' resources/linux/usr/share/applications/bitbox.desktop > build/linux-tmp/bitbox.desktop
cd build/linux-tmp && /opt/linuxdeployqt-5-x86_64.AppImage BitBox -appimage
Expand Down
4 changes: 2 additions & 2 deletions frontends/qt/resources/MacOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
<string>APPL</string>

<key>CFBundleVersion</key>
<string>4.6.0</string>
<string>4.7.0</string>

<key>CFBundleShortVersionString</key>
<string>4.6.0</string>
<string>4.7.0</string>

<key>CFBundleSignature</key>
<string>????</string>
Expand Down
8 changes: 4 additions & 4 deletions frontends/web/src/locales/pt/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"name": "Nome da conta",
"noAccount": "Não há contas para mostrar.",
"synchronizing": "Sincronizando contas com suas blockchains:",
"title": "Resumo da conta",
"title": "Resumo das contas",
"total": "Total"
},
"addAccount": {
Expand Down Expand Up @@ -414,7 +414,7 @@
"url": "https://bitcoincore.org/en/2016/01/26/segwit-benefits/"
},
"text": "Esta é uma conta segwit compatível com versões anteriores (p2sh-p2wpkh). Ela usa um novo formato de transação que economiza taxas de rede. O formato do endereço é semelhante ao legacy e, como tal, pode ser usado com todas as carteiras/trocas/serviços Bitcoin existentes.",
"title": "Qual é a conta Bitcoin?"
"title": "O que é a conta Bitcoin?"
},
"btc-p2wpkh": {
"link": {
Expand Down Expand Up @@ -814,7 +814,7 @@
"unlock": {
"description": "Digite a senha do dispositivo para desbloqueá-lo.",
"error": {
"e109_normal": "Senha do dispositivo errada. {{restantesAttempts}} tentativas restantes antes que o dispositivo seja resetado.",
"e109_normal": "Senha do dispositivo errada. {{remainingAttempts}} tentativas restantes antes que o dispositivo seja resetado.",
"e109_touch": "$t(unlock.error.e109_normal) O próximo login requer que segure o botão touch.",
"e113": "Devido a muitas tentativas de login, o próximo login requer que o botão touch seja pressionado por 4 segundos."
},
Expand All @@ -841,7 +841,7 @@
"sendPairing": "Por favor, emparelhe a BitBox para verificar com segurança os detalhes da transação. Vá para \"Gerenciar dispositivo\" na barra lateral."
},
"welcome": {
"insertDevice": "Por favor, conecte seu dispositivo para começar",
"insertDevice": "Por favor, conecte seu dispositivo para iniciar",
"title": "Bem-vindo"
}
}

0 comments on commit 6502160

Please sign in to comment.