Skip to content

Commit

Permalink
Bumped to 0.1.98-1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
i5hi committed Nov 30, 2023
1 parent 225ab51 commit deaabf6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lib/locator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import 'package:bb_mobile/settings/bloc/settings_cubit.dart';
import 'package:dio/dio.dart';
import 'package:get_it/get_it.dart';

const bbVersion = '0.1.98';
const bbVersion = '0.1.98-1.0';

GetIt locator = GetIt.instance;

Expand Down
21 changes: 8 additions & 13 deletions op/config/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,17 @@

## bullbitcoin-mobile-v0.1.95
## bullbitcoin-mobile-v0.1.98

Various bug fixes.

### Changelog
- Finalize psbt for coldcard broadcast
- Various UI Fixes
- Fixes in delete wallet
- Patches in RBF
- Fixes in xyzpub for legacy wallets
- fixed bugs in fee selection
- added screen protection in task switcher
- improved error handling
- various fixes/improvements in electrum client
- save currency on app restarts
- improved test backup ux
- various fixes in rbf

### Required/Known-Bugs
- bip329
- transaction:
- recognize transactions to self (these currently show up as the fee amount)
- working but buggy coldcard vdisk flow
- tests on descriptor imports
- electrum:
- sometimes electrum errors and wallet can get stuck, goto settings and
click save again

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: bb_mobile
description: Bull Bitcoin Mobile Wallet
publish_to: 'none'
version: 0.1.98+11
version: 0.1.98-1.0+12

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit deaabf6

Please sign in to comment.