mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 01:40:12 +01:00
REL
This commit is contained in:
parent
65be52ed3d
commit
1f5b54c8a8
4
app.json
4
app.json
@ -1,13 +1,13 @@
|
||||
{
|
||||
"expo": {
|
||||
"sdkVersion": "30.0.0",
|
||||
"version": "2.6.1",
|
||||
"version": "3.0.0",
|
||||
"privacy": "public",
|
||||
"platforms": [
|
||||
"ios"
|
||||
],
|
||||
"ios": {
|
||||
"buildNumber": "93",
|
||||
"buildNumber": "94",
|
||||
"supportsTablet": true,
|
||||
"bundleIdentifier": "io.bluewallet.bluewallet",
|
||||
"infoPlist": {
|
||||
|
@ -1,13 +1,12 @@
|
||||
* FIX: Wont broadcast tx with too small fee
|
||||
* ADD: HD wallet
|
||||
* FIX: transactions list update limit
|
||||
* FIX: transactions update on app start
|
||||
* FIX: blank screen in the app in case of unexpected TX data
|
||||
* FIX: 'Export / Details' button for iPad
|
||||
* REF: improved tx details screen
|
||||
* ADD: open tx in external blockexplorer
|
||||
* FIX: tx list resolution increased to minutes
|
||||
* OPS: Upgrade to Expo 30
|
||||
* FIX: misaligned unconf tx icon
|
||||
* FIX: github links
|
||||
* FIX: after tx broadcast tx list refreshed automatically
|
||||
OPS: add sentry
|
||||
FIX: main call to action (closes #39)
|
||||
FIX: Fixed Spanish translations.
|
||||
FIX: imroved ru & ua locale
|
||||
FIX: github links
|
||||
FIX: after tx broadcast tx list refreshed automatically
|
||||
ADD: Wallet Details screen
|
||||
FIX: Fixed receive and send calls
|
||||
FIX: improve splash image and colors
|
||||
FIX: Modified Encrypted Storage prompt
|
||||
FIX: improved tx refresh strategy
|
||||
FIX: HDBread tx confirmations calculation
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "BlueWallet",
|
||||
"version": "2.6.1",
|
||||
"version": "3.0.0",
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^8.2.6",
|
||||
"eslint": "^4.19.1",
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
TAG=`git tag | sort | tail -n 1`
|
||||
HASH=`git show-ref -s $TAG`
|
||||
git log --oneline $HASH..HEAD
|
||||
git log --pretty=format:'%Cred*%Creset %Creset %s %b %Creset' $HASH..HEAD
|
||||
|
Loading…
Reference in New Issue
Block a user