File tree Expand file tree Collapse file tree 7 files changed +12
-10
lines changed Expand file tree Collapse file tree 7 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33## Unreleased
4+
5+ ## v4.49.0
46- macOS: fix potential USB communication issue with BitBox02 bootloaders <v1.1.2 and firmwares <v9.23.1
57- Added BTC Direct sell option
68- Added a banner to remind user to backup their seed phrase when an account reaches a certain threshold.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const updateFileURL = "https://bitboxapp.shiftcrypto.io/desktop.json"
2727
2828var (
2929 // Version of the backend as displayed to the user.
30- Version = semver .NewSemVer (4 , 48 , 8 )
30+ Version = semver .NewSemVer (4 , 49 , 0 )
3131)
3232
3333// UpdateFile is retrieved from the server.
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
1010 // in backend/mobileserver/Makefile
1111 minSdkVersion 21
1212 targetSdkVersion 35
13- versionCode 65
14- versionName " android-4.48.8 "
13+ versionCode 66
14+ versionName " android-4.49.0 "
1515 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1616 externalNativeBuild {
1717 cmake {
Original file line number Diff line number Diff line change 22// https://help.apple.com/xcode/#/dev745c5c974
33
44// App version
5- MARKETING_VERSION = 4.48.8
5+ MARKETING_VERSION = 4.49.0
66
77// Build number, increment this for every separate publication,
88// even if the app version is the same.
9- CURRENT_PROJECT_VERSION = 13
9+ CURRENT_PROJECT_VERSION = 14
Original file line number Diff line number Diff line change 5454 cp resources/linux/usr/share/icons/hicolor/128x128/apps/bitbox.png build/linux-tmp
5555 mkdir build/tmp-deb/opt/
5656 cp -aR build/linux-tmp build/tmp-deb/opt/bitbox
57- cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t deb -n bitbox -v 4.48.8 -C ../tmp-deb/
58- cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t rpm -n bitbox -v 4.48.8 -C ../tmp-deb/
57+ cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t deb -n bitbox -v 4.49.0 -C ../tmp-deb/
58+ cd build/linux && fpm --after-install ../../resources/deb-afterinstall.sh -s dir -t rpm -n bitbox -v 4.49.0 -C ../tmp-deb/
5959 # create AppImage
6060 cd build/linux-tmp && \
6161 ./squashfs-root/AppRun BitBox \
Original file line number Diff line number Diff line change 2121 <string >APPL </string >
2222
2323 <key >CFBundleVersion </key >
24- <string >4.48.8 </string >
24+ <string >4.49.0 </string >
2525
2626 <key >CFBundleShortVersionString </key >
27- <string >4.48.8 </string >
27+ <string >4.49.0 </string >
2828
2929 <key >CFBundleSignature </key >
3030 <string >???? </string >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ SetCompressor /SOLID lzma
2222
2323# General Symbol Definitions
2424!define REGKEY " SOFTWARE\$(^Name)"
25- !define VERSION 4.48 . 8 .0
25+ !define VERSION 4.49 . 0 .0
2626!define COMPANY " Shift Crypto AG"
2727!define URL https://github.com/BitBoxSwiss/bitbox-wallet-app/releases/
2828!define BINDIR " build\windows"
You can’t perform that action at this time.
0 commit comments