File tree Expand file tree Collapse file tree 6 files changed +11
-8
lines changed Expand file tree Collapse file tree 6 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## 4.35.1
6
+ - Fix issue where the app sometimes shows a blank screen after unlock
7
+
5
8
## 4.35.0
6
9
- Add Arabic translation
7
10
- Render number of blocks scanned and percentage progress using fixed-width digits for a more stable UI
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const updateFileURL = "https://shiftcrypto.ch/updates/desktop.json"
27
27
28
28
var (
29
29
// Version of the backend as displayed to the user.
30
- Version = semver .NewSemVer (4 , 35 , 0 )
30
+ Version = semver .NewSemVer (4 , 35 , 1 )
31
31
)
32
32
33
33
// UpdateFile is retrieved from the server.
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
7
7
applicationId " ch.shiftcrypto.bitboxapp"
8
8
minSdkVersion 21
9
9
targetSdkVersion 31
10
- versionCode 39
11
- versionName " android-4.35.0 "
10
+ versionCode 40
11
+ versionName " android-4.35.1 "
12
12
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
13
13
}
14
14
buildTypes {
Original file line number Diff line number Diff line change 38
38
cp resources/linux/usr/share/icons/hicolor/128x128/apps/bitbox.png build/linux-tmp
39
39
mkdir build/tmp-deb/opt/
40
40
cp -aR build/linux-tmp build/tmp-deb/opt/bitbox
41
- cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t deb -n bitbox -v 4.35.0 -C ../tmp-deb/
42
- cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t rpm -n bitbox -v 4.35.0 -C ../tmp-deb/
41
+ cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t deb -n bitbox -v 4.35.1 -C ../tmp-deb/
42
+ cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t rpm -n bitbox -v 4.35.1 -C ../tmp-deb/
43
43
# create AppImage
44
44
cd build/linux-tmp && /opt/linuxdeployqt-7-x86_64.AppImage BitBox -appimage -unsupported-allow-new-glibc
45
45
mv build/linux-tmp/BitBoxApp-* -x86_64.AppImage build/linux/
Original file line number Diff line number Diff line change 21
21
<string >APPL </string >
22
22
23
23
<key >CFBundleVersion </key >
24
- <string >4.35.0 </string >
24
+ <string >4.35.1 </string >
25
25
26
26
<key >CFBundleShortVersionString </key >
27
- <string >4.35.0 </string >
27
+ <string >4.35.1 </string >
28
28
29
29
<key >CFBundleSignature </key >
30
30
<string >???? </string >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ SetCompressor /SOLID lzma
22
22
23
23
# General Symbol Definitions
24
24
!define REGKEY " SOFTWARE\$(^Name)"
25
- !define VERSION 4.35 .0 .0
25
+ !define VERSION 4.35 .1 .0
26
26
!define COMPANY " Shift Crypto AG"
27
27
!define URL https://github.com/digitalbitbox/bitbox-wallet-app/releases/
28
28
!define BINDIR " build\windows"
You can’t perform that action at this time.
0 commit comments