Skip to content

Commit 6502160

Browse files
committed
Merge branch 'bb01'
2 parents 5ca45a6 + d38b528 commit 6502160

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
lines changed

backend/devices/bitbox/assets.go

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

backend/devices/bitbox/firmware.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222

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

25-
var bundledFirmwareVersion = semver.NewSemVer(6, 0, 3)
25+
var bundledFirmwareVersion = semver.NewSemVer(6, 0, 4)
2626

2727
// BundledFirmwareVersion returns the version of the bundled firmware.
2828
func BundledFirmwareVersion() *semver.SemVer {

backend/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const updateFileURL = "https://shiftcrypto.ch/updates/desktop.json"
2727

2828
var (
2929
// Version of the backend as displayed to the user.
30-
Version = semver.NewSemVer(4, 6, 0)
30+
Version = semver.NewSemVer(4, 7, 0)
3131
)
3232

3333
// UpdateFile is retrieved from the server.

frontends/qt/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ linux:
3333
cp -aR resources/linux build/tmp-deb
3434
mkdir build/tmp-deb/opt/
3535
cp -aR build/linux-tmp build/tmp-deb/opt/bitbox
36-
cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t deb -n bitbox -v 4.6.0 -C ../tmp-deb/
37-
cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t rpm -n bitbox -v 4.6.0 -C ../tmp-deb/
36+
cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t deb -n bitbox -v 4.7.0 -C ../tmp-deb/
37+
cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t rpm -n bitbox -v 4.7.0 -C ../tmp-deb/
3838
# create AppImage
3939
sed 's+/usr/share/pixmaps/bitbox.svg+default+' resources/linux/usr/share/applications/bitbox.desktop > build/linux-tmp/bitbox.desktop
4040
cd build/linux-tmp && /opt/linuxdeployqt-5-x86_64.AppImage BitBox -appimage

frontends/qt/resources/MacOS/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
<string>APPL</string>
2222

2323
<key>CFBundleVersion</key>
24-
<string>4.6.0</string>
24+
<string>4.7.0</string>
2525

2626
<key>CFBundleShortVersionString</key>
27-
<string>4.6.0</string>
27+
<string>4.7.0</string>
2828

2929
<key>CFBundleSignature</key>
3030
<string>????</string>

frontends/web/src/locales/pt/app.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"name": "Nome da conta",
3030
"noAccount": "Não há contas para mostrar.",
3131
"synchronizing": "Sincronizando contas com suas blockchains:",
32-
"title": "Resumo da conta",
32+
"title": "Resumo das contas",
3333
"total": "Total"
3434
},
3535
"addAccount": {
@@ -414,7 +414,7 @@
414414
"url": "https://bitcoincore.org/en/2016/01/26/segwit-benefits/"
415415
},
416416
"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.",
417-
"title": "Qual é a conta Bitcoin?"
417+
"title": "O que é a conta Bitcoin?"
418418
},
419419
"btc-p2wpkh": {
420420
"link": {
@@ -814,7 +814,7 @@
814814
"unlock": {
815815
"description": "Digite a senha do dispositivo para desbloqueá-lo.",
816816
"error": {
817-
"e109_normal": "Senha do dispositivo errada. {{restantesAttempts}} tentativas restantes antes que o dispositivo seja resetado.",
817+
"e109_normal": "Senha do dispositivo errada. {{remainingAttempts}} tentativas restantes antes que o dispositivo seja resetado.",
818818
"e109_touch": "$t(unlock.error.e109_normal) O próximo login requer que segure o botão touch.",
819819
"e113": "Devido a muitas tentativas de login, o próximo login requer que o botão touch seja pressionado por 4 segundos."
820820
},
@@ -841,7 +841,7 @@
841841
"sendPairing": "Por favor, emparelhe a BitBox para verificar com segurança os detalhes da transação. Vá para \"Gerenciar dispositivo\" na barra lateral."
842842
},
843843
"welcome": {
844-
"insertDevice": "Por favor, conecte seu dispositivo para começar",
844+
"insertDevice": "Por favor, conecte seu dispositivo para iniciar",
845845
"title": "Bem-vindo"
846846
}
847847
}

0 commit comments

Comments
 (0)